Commit 2c791d8
refactor: simplify TaikoBlockAssembler and StoredL1Origin conversions
TaikoBlockAssembler wrapped an EthBlockAssembler that was never used for
assembly: assemble_block builds the Taiko header entirely from the
execution context and EVM environment, and the inner assembler's only
reader was a chain_spec() accessor consumed solely by its own unit test.
The assembler is now a stateless unit struct, so TaikoEvmConfig no longer
clones a chain spec into it.
The owned From<RpcL1Origin> impl for StoredL1Origin duplicated the
borrowed impl field-for-field; it now delegates to From<&RpcL1Origin>.
Cargo.lock syncs the workspace crate versions left behind by the 1.2.0
release commit.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 1ed7c19 commit 2c791d8
4 files changed
Lines changed: 21 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
| |||
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | | - | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
21 | | - | |
22 | 18 | | |
23 | 19 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
41 | 25 | | |
42 | 26 | | |
43 | 27 | | |
| |||
118 | 102 | | |
119 | 103 | | |
120 | 104 | | |
121 | | - | |
122 | 105 | | |
123 | 106 | | |
124 | 107 | | |
| |||
131 | 114 | | |
132 | 115 | | |
133 | 116 | | |
134 | | - | |
135 | 117 | | |
136 | 118 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | 119 | | |
146 | 120 | | |
147 | | - | |
| 121 | + | |
148 | 122 | | |
149 | 123 | | |
150 | 124 | | |
| |||
193 | 167 | | |
194 | 168 | | |
195 | 169 | | |
196 | | - | |
197 | | - | |
198 | | - | |
| 170 | + | |
199 | 171 | | |
200 | 172 | | |
201 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 41 | + | |
50 | 42 | | |
51 | 43 | | |
52 | 44 | | |
| |||
0 commit comments