Skip to content

Commit 3149431

Browse files
authored
chore: bump op-succinct-elfs to v3.3.1 and update tests (#314)
This pull request updates the dependency version for `op-succinct-elfs` and refreshes snapshot test data for aggregation and range verification keys. The main focus is ensuring compatibility with the latest upstream changes and keeping test outputs in sync.
1 parent edaf6d9 commit 3149431

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ agglayer-tries = "0.11.0"
4949
unified-bridge = "0.11.0"
5050

5151
# Ecosystem dependencies
52-
op-succinct-elfs = { git = "https://github.com/agglayer/op-succinct.git", tag = "v3.3.0-agglayer-beta.1" }
52+
op-succinct-elfs = { git = "https://github.com/agglayer/op-succinct.git", tag = "v3.3.2-agglayer" }
5353

5454
# SP1 dependencies
5555
# Please check if the toolchain image at the top `scripts/make/Makefile.elf.toml` could also be

crates/proposer-elfs/src/test/snapshots/proposer_elfs__test__aggregation_vkey.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source: crates/proposer-elfs/src/test/mod.rs
33
expression: snap
44
---
55
aggregation vkey
6-
hash_u32 [549944513, 1645525337, 338139711, 360259820, 657184793, 1537206544, 1918513978, 89945869]
7-
bytes32 0x00418ef9838852e564a13cd1f957920ec4e57b0336e7fa44392d199d055c770d
8-
bytes 0x20c77cc16214b95914279a3f157920ec272bd8195b9fe910725a333a055c770d
6+
hash_u32 [1798677571, 642937624, 1901629922, 1504170784, 1618769280, 1760502944, 141900687, 429371327]
7+
bytes32 0x00d66b48869949cc638ac48f159a7d320c0f8eb01a3bc928043a9dc79997afbf
8+
bytes 0x6b35a44326527318715891e259a7d320607c758068ef24a008753b8f1997afbf

crates/proposer-elfs/src/test/snapshots/proposer_elfs__test__range_vkey.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ source: crates/proposer-elfs/src/test/mod.rs
33
expression: snap
44
---
55
range vkey
6-
hash_u32 [92325148, 1687544213, 1807818621, 1798148206, 14123539, 1250975406, 452173190, 567200436]
7-
bytes32 0x000b018a39925786575e08fbeeb2d906e01af04272a417ab8d79cec321cecab4
8-
bytes 0x0580c51c6495e1956bc11f7d6b2d906e00d782134a905eae1af39d8621cecab4
6+
hash_u32 [1683346562, 273509461, 756475981, 1458034724, 1285212129, 144546629, 1887311501, 127928264]
7+
bytes32 0x00c8aba9044135b15568b7426d6e7d82499358fc222766d1783f0b4687a007c8
8+
bytes 0x6455d482104d6c552d16e84d56e7d8244c9ac7e1089d9b45707e168d07a007c8

0 commit comments

Comments
 (0)