Skip to content

Commit 40d24ec

Browse files
committed
0.7.1
1 parent 57569aa commit 40d24ec

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ edition = "2021"
2323
homepage = "https://github.com/scroll-tech/zkvm-prover"
2424
readme = "README.md"
2525
repository = "https://github.com/scroll-tech/zkvm-prover"
26-
version = "0.7.0"
26+
version = "0.7.1"
2727

2828
[workspace.dependencies]
2929
# openvm guest libs

crates/circuits/batch-circuit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "scroll-zkvm-batch-circuit"
33
edition.workspace = true
44
readme.workspace = true
55
repository.workspace = true
6-
version = "0.7.0"
6+
version = "0.7.1"
77

88
[dependencies]
99
scroll-zkvm-types-circuit.workspace = true

crates/circuits/bundle-circuit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "scroll-zkvm-bundle-circuit"
33
edition.workspace = true
44
readme.workspace = true
55
repository.workspace = true
6-
version = "0.7.0"
6+
version = "0.7.1"
77

88
[dependencies]
99
bincode.workspace = true

crates/circuits/chunk-circuit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "scroll-zkvm-chunk-circuit"
33
edition.workspace = true
44
readme.workspace = true
55
repository.workspace = true
6-
version = "0.7.0"
6+
version = "0.7.1"
77

88
[dependencies]
99
bincode = { workspace = true }

crates/integration/tests/bundle_circuit.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ fn e2e_inner(
160160
ForkName::EuclidV2 => "2028510c403837c6ed77660fd92814ba61d7b746e7268cc8dfc14d163d45e6bd",
161161
ForkName::Feynman => "80523a61b2b94b2922638ec90edd084b1022798e1e5539c3a079d2b0736e4f32",
162162
ForkName::Galileo => "86290e8c329dd2ec430df4a8b2ae8396b3996b3e814afff24b7cedeb26387087",
163-
// TODO(rohit): update after adding testdata.
164-
ForkName::GalileoV2 => "86290e8c329dd2ec430df4a8b2ae8396b3996b3e814afff24b7cedeb26387087",
163+
ForkName::GalileoV2 => "7ff4ebd1e74adf0f7740df04d9ba7a334beb37faffa126dda00c6b2ade8f90d4",
165164
};
166165
let expected_pi_hash = metadata.pi_hash_by_version(version);
167166
// sanity check for pi of bundle hash, update the expected hash if block witness changed

0 commit comments

Comments
 (0)