Commit 3d8e63f
fix: add missing BlockHeader methods to CustomRpcHeader, remove unused import
alloy_consensus::BlockHeader gained block_access_list_hash and slot_number
in v2.1.0; delegate both to self.inner in CustomRpcHeader.
Remove unused revm::context::result::ExecutionResult import from execute.rs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2c482e4 commit 3d8e63f
2 files changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
158 | 166 | | |
159 | 167 | | |
160 | 168 | | |
| |||
0 commit comments