Commit d41d156
chore: update tracer to beta-v4.4-rc5 (Osaka) (#1774)
* chore: update tracer to beta-v4.4-rc1 (Osaka)
Signed-off-by: F Bojarski <[email protected]>
* update signature of ZkTracer / ZkCounter
Signed-off-by: F Bojarski <[email protected]>
* fix module name in toml files
Signed-off-by: F Bojarski <[email protected]>
* fix: more cleaning of toml files in AT test of sequencer
Signed-off-by: F Bojarski <[email protected]>
* fix ras typo
Signed-off-by: François Bojarski <[email protected]>
* all modexp are now accepted with Osaka
Signed-off-by: F Bojarski <[email protected]>
* clean: ras
Signed-off-by: F Bojarski <[email protected]>
* chore: update to rc2
Signed-off-by: F Bojarski <[email protected]>
* update modules in kotlin file
Signed-off-by: F Bojarski <[email protected]>
* update BLOCK_HASH limits as it adds the historical blockhashes sinc release 4.4
Signed-off-by: F Bojarski <[email protected]>
* rm AT for excluded modexp - they're now all accepted
Signed-off-by: F Bojarski <[email protected]>
* add tracer v4.4 limits files for coordinator
Signed-off-by: F Bojarski <[email protected]>
* substituted PRECOMPILE_BLS_C1_MEMBERSHIP_CHECKS with PRECOMPILE_BLS_C1_MEMBERSHIP_CHECKS
* bump arithmetization release to `beta-v4.4-rc3`
Signed-off-by: Olivier Bégassat <[email protected]>
* Update arithmetization version to beta-v4.4-rc4
Signed-off-by: Olivier Bégassat <[email protected]>
* fix (?): cursor comment to add PRECOMPILE_P256_VERIFY_EFFECTIVE_CALLS
all in all there are:
27 occurrences of PRECOMPILE_BLS_POINT_EVALUATION_EFFECTIVE_CALLS
13 occurrences of PRECOMPILE_P256_VERIFY_EFFECTIVE_CALLS
* revert module name change in trace-limits-v2
Signed-off-by: F Bojarski <[email protected]>
* feat: precompiles limits as per Ivo
Signed-off-by: F Bojarski <[email protected]>
* fix module limits for AT
Signed-off-by: F Bojarski <[email protected]>
* partly revert 864a3dd
Signed-off-by: F Bojarski <[email protected]>
* keep old module in TracingModuleV2
Signed-off-by: F Bojarski <[email protected]>
* really revert prover config changes
Signed-off-by: F Bojarski <[email protected]>
* fix rollback change in config
Signed-off-by: F Bojarski <[email protected]>
* feat: updated besu to 25.11.0-linea2
* fix(prover): format gofmt
* migrate tests to Osaka
* Revert "migrate tests to Osaka"
This reverts commit 31b0a07.
* feat: update versions.env to trigger linea-besu-pkg
* Reapply "migrate tests to Osaka"
This reverts commit 663d382.
* Update arithmetization and besu versions
arithmetization: `beta-v4.4-rc5`
besu: `25.22.0-linea3`
both alined with tracer repo
Signed-off-by: Olivier Bégassat <[email protected]>
* 1791 coordinator support for prague and osaka traces modules (#1792)
* feat: coordinator to support both traces-limits v2 and v4
* improv traces counters parser (#1794)
* improv traces counters parser
---------
Co-authored-by: Fluent Crafter <[email protected]>
* feat: update local stack to use v4.4 traces-limits file and bump shomei plugin
* feat: add check-and-tag-images as needs in run-e2e-tests
* Revert "Reapply "migrate tests to Osaka""
This reverts commit 75e96d7.
* Update version numbers in versions.env
Signed-off-by: Olivier Bégassat <[email protected]>
* Reapply "Reapply "migrate tests to Osaka""
This reverts commit d7a65dd.
* ✨ feat: upgrade Engine API service to V5 methods (#1797)
* ✨ feat: upgrade Engine API service to V5 methods
- Update engine_getPayload to use V5 endpoint
- Update engine_newPayload to use V5 endpoint with blockAccessList
- Add blockAccessList field support for V5 payload requests
- Comment out V4 method implementation for reference
* 🐛 fix: revert engine_newPayload to V4 due to unsupported V5
- Change createNewPayloadRequestV5 back to createNewPayloadRequestV4
- Uncomment V4 implementation and comment out V5 implementation
- Besu 25.11.0-linea3 does not support engine_newPayloadV5 endpoint
* empty
* spotlessApply
* feat: bump coordinator and besu nodes images to v4.4
* 🐛 fix: update expected upfront cost in passingStateOverridesWorks test
Update the expected upfront cost value from 0x2094ddc28d to 0x1234000001
to match the new transaction gas limit calculation introduced in Osaka
fork (EIP-7825). The upfront cost is now calculated as gasPrice * gasLimit
where gasLimit is approximately 16,777,216 (0x1000000).
* spotlessApply
* fix(prover): revert PRECOMPILE_ECADD_EFFECTIVE_CALLS to 256 (same as Prague)
* test: tmp disabled a test
Signed-off-by: F Bojarski <[email protected]>
* Updates `EstimateGasModuleLimitOverflowLimitlessTest` to test BLS12_MAP_FP_TO_G1 precompile overflow detection instead of ModExp (#1801)
* did deployBLS12_MAP_FP_TO_G1
* ✅ test: update EstimateGasModuleLimitOverflowLimitlessTest to use BLS12_MAP_FP_TO_G1 precompile
- Replace ModExp test inputs with BLS12_MAP_FP_TO_G1 test cases
- Use valid left-padded inputs from Besu test resources
- Update assertion to check PRECOMPILE_BLS_MAP_FP_TO_G1_EFFECTIVE_CALLS overflow
* spotlessApply
* removed @disabled for EstimateGasModuleLimitOverflowLimitlessTest
---------
Signed-off-by: F Bojarski <[email protected]>
Signed-off-by: François Bojarski <[email protected]>
Signed-off-by: Olivier Bégassat <[email protected]>
Co-authored-by: Lorenzo Gentile <[email protected]>
Co-authored-by: Olivier Bégassat <[email protected]>
Co-authored-by: Fluent Crafter <[email protected]>
Co-authored-by: Olivier Bégassat <[email protected]>
Co-authored-by: jonesho <[email protected]>
Co-authored-by: gusiri <[email protected]>
Co-authored-by: amkCha <[email protected]>
Co-authored-by: jonesho <[email protected]>
Co-authored-by: kyzooghost <[email protected]>1 parent a89790d commit d41d156
File tree
69 files changed
+628
-572
lines changed- .github/workflows
- besu-plugins/linea-sequencer
- acceptance-tests/src/test
- java
- linea/plugin/acc/test
- extradata
- rpc/linea
- org/hyperledger/besu/tests/acceptance/dsl
- resources
- clique
- solidity
- sequencer/src
- main/java/net/consensys/linea
- rpc/methods
- sequencer
- txpoolvalidation/validators
- txselection/selectors
- test/resources/sequencer
- config
- common
- coordinator
- coordinator
- app/src
- main/kotlin
- linea/coordinator/config/v2
- toml
- net/consensys/zkevm/coordinator/app
- conflation
- test/kotlin/linea/coordinator/config/v2
- clients/traces-generator-api-client/src
- main/kotlin/net/consensys/zkevm/coordinator/clients
- test/kotlin/net/consensys/zkevm/coordinator/clients
- docker
- gradle
- jvm-libs/linea/core/traces/src/main/kotlin/net/consensys/linea/traces
- linea-besu-package
- prover/config
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+628
-572
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
| |||
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 36 | | |
44 | 37 | | |
45 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 3 additions & 77 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
76 | | - | |
| 74 | + | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
81 | | - | |
| 79 | + | |
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
| |||
136 | 134 | | |
137 | 135 | | |
138 | 136 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | 137 | | |
212 | 138 | | |
213 | 139 | | |
| |||
Lines changed: 1 addition & 75 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
130 | 128 | | |
131 | 129 | | |
132 | 130 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | 131 | | |
206 | 132 | | |
207 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
303 | 314 | | |
304 | 315 | | |
305 | 316 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments