Skip to content

Commit

Permalink
chore: bump ecdsa patch, sp1 version (#178)
Browse files Browse the repository at this point in the history
* feat: bump ecdsa patch

* bump patch
  • Loading branch information
ratankaliani authored Oct 21, 2024
1 parent 915d9a2 commit b13263b
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 87 deletions.
133 changes: 60 additions & 73 deletions Cargo.lock

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

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ op-alloy-rpc-types = { version = "0.4.0", default-features = false }
op-alloy-rpc-types-engine = { version = "0.4.0", default-features = false }

# sp1
sp1-lib = { version = "3.0.0-rc3", features = ["verify"] }
sp1-zkvm = { version = "3.0.0-rc3", features = ["verify"] }
sp1-sdk = { version = "3.0.0-rc3" }
sp1-build = { version = "3.0.0-rc3" }
sp1-lib = { version = "3.0.0", features = ["verify"] }
sp1-zkvm = { version = "3.0.0", features = ["verify"] }
sp1-sdk = { version = "3.0.0" }
sp1-build = { version = "3.0.0" }

[profile.release-client-lto]
inherits = "release"
Expand All @@ -93,7 +93,6 @@ lto = "fat"
[patch.crates-io]
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" }
sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", branch = "patch-sha2-v0.10.8" }
# TODO: Change this back to the original patch branch once the changes to sp1-lib to fix secp256k1 addition have been merged and a stable version tag is released.
ecdsa = { git = "https://github.com/sp1-patches/signatures", branch = "ratan/secp256k1-add-fixes-v0.16.8" }
ecdsa = { git = "https://github.com/sp1-patches/signatures", branch = "patch-ecdsa-v0.16.8" }
bn = { git = "https://github.com/0xWOLAND/bn.git", package = "substrate-bn" }
sha3 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha3", branch = "patch-sha3-v0.10.8" }
Binary file modified elf/aggregation-elf
Binary file not shown.
Binary file modified elf/fault-proof-elf
Binary file not shown.
Binary file modified elf/range-elf
Binary file not shown.
1 change: 0 additions & 1 deletion proposer/succinct/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ fn build_zkvm_program(program: &str) {
BuildArgs {
elf_name: format!("{}-elf", program),
docker: true,
tag: "v3.0.0-rc4".to_string(),
..Default::default()
},
);
Expand Down
1 change: 0 additions & 1 deletion scripts/prove/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ fn build_zkvm_program(program: &str) {
BuildArgs {
elf_name: format!("{}-elf", program),
docker: true,
tag: "v3.0.0-rc4".to_string(),
..Default::default()
},
);
Expand Down
Loading

0 comments on commit b13263b

Please sign in to comment.