Skip to content

Commit eee8562

Browse files
workspace: bump privacy-circuit-verify-v1 and privacy-prove to v0.14.3-rc-1
Follow-up to #14241 (which moved both to v0.14.3-rc-0). v0.14.3-rc-1 is the proving-utils tag of commit c0b937b (PR starkware-libs/proving-utils#355, "Bump stwo-circuits."), which advances the stwo-circuits revision from 9ff7fc8 to 618db0a. privacy-circuit-verify-v0 stays on 580135e. stwo-circuits changes the on-chain proof bytes, so regenerate the three serialized proof fixtures: - proof_flow/proof.bin (apollo_integration_tests) via `cargo test -p starknet_os_flow_tests --features starknet_transaction_prover/stwo_proving --release generate_proof_fixtures -- --ignored` - example_proof.bin (apollo_transaction_converter) via `cargo test -p starknet_transaction_prover --features stwo_proving --release -- --ignored regenerate_proof_fixtures` - regression_test/0.14.3/example_proof.bin (starknet_proof_verifier) is a copy of the apollo_transaction_converter fixture. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8e1aed5 commit eee8562

5 files changed

Lines changed: 45 additions & 45 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ phf = "0.11"
335335
pretty_assertions = "1.4.0"
336336
primitive-types = "0.12.1"
337337
privacy-circuit-verify-v0 = { package = "privacy-circuit-verify", git = "https://github.com/starkware-libs/proving-utils", rev = "580135e" }
338-
privacy-circuit-verify-v1 = { package = "privacy-circuit-verify", git = "https://github.com/starkware-libs/proving-utils", tag = "v0.14.3-rc-0" }
339-
privacy-prove = { git = "https://github.com/starkware-libs/proving-utils", tag = "v0.14.3-rc-0" }
338+
privacy-circuit-verify-v1 = { package = "privacy-circuit-verify", git = "https://github.com/starkware-libs/proving-utils", tag = "v0.14.3-rc-1" }
339+
privacy-prove = { git = "https://github.com/starkware-libs/proving-utils", tag = "v0.14.3-rc-1" }
340340
proc-macro2 = "1.0"
341341
prometheus-parse = "0.2.4"
342342
prost = "0.12.1"
1.39 KB
Binary file not shown.
8.87 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)