Skip to content

Commit

Permalink
chore: Point all deps to Sphinx PR branch, rebuild artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wwared committed Oct 21, 2024
1 parent db7692a commit e621f9c
Show file tree
Hide file tree
Showing 36 changed files with 2,218 additions and 1,326 deletions.
554 changes: 320 additions & 234 deletions aptos/Cargo.lock

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified aptos/aptos-programs/artifacts/epoch-change-program
Binary file not shown.
Binary file modified aptos/aptos-programs/artifacts/inclusion-program
Binary file not shown.
58 changes: 36 additions & 22 deletions aptos/programs/benchmarks/signature-verification/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license = "Apache-2.0"
aptos-lc-core = { path = "../../../core", package = "aptos-lc-core", default-features = false }
sphinx-derive = { git = "https://github.com/argumentcomputer/sphinx", branch = "forward_ports_44" }
sphinx-zkvm = { git = "https://github.com/argumentcomputer/sphinx", branch = "forward_ports_44" }
sphinx-lib = { git = "https://github.com/argumentcomputer/sphinx", branch = "forward_ports_44" }

[patch.crates-io]
# Sphinx patch
Expand Down
4 changes: 2 additions & 2 deletions aptos/programs/benchmarks/signature-verification/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ pub fn main() {
.verifier;
let agg_sig = ledger_info_with_sig.signatures();

sphinx_zkvm::precompiles::unconstrained! {
sphinx_lib::unconstrained! {
println!("cycle-tracker-start: verify_multi_signatures");
}
validator_verifier
.verify_multi_signatures(&ledger_info, &agg_sig)
.expect("verify_multi_signatures: could not verify multi signatures");
sphinx_zkvm::precompiles::unconstrained! {
sphinx_lib::unconstrained! {
println!("cycle-tracker-end: verify_multi_signatures");
}
sphinx_zkvm::io::commit(&true);
Expand Down
58 changes: 36 additions & 22 deletions aptos/programs/epoch-change/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions aptos/programs/epoch-change/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "Apache-2.0"
[dependencies]
aptos-lc-core = { path = "../../core", package = "aptos-lc-core", default-features = false }
sphinx-zkvm = { git = "https://github.com/argumentcomputer/sphinx", branch = "forward_ports_44" }
sphinx-lib = { git = "https://github.com/argumentcomputer/sphinx", branch = "forward_ports_44" }

[patch.crates-io]
# Sphinx patch
Expand Down
Loading

0 comments on commit e621f9c

Please sign in to comment.