Skip to content

Commit

Permalink
feat: bump sp1 to v4 (#69)
Browse files Browse the repository at this point in the history
* feat: bumb sp1 to `4.0.0-rc.10`

* bump to rc.11

* update sp1-patches

* upgrade to 4.0.0

* update sp1-patches to 4.0.0
  • Loading branch information
leruaa authored Jan 15, 2025
1 parent c011495 commit 3522dd9
Show file tree
Hide file tree
Showing 9 changed files with 1,166 additions and 1,518 deletions.
2,127 changes: 669 additions & 1,458 deletions Cargo.lock

Large diffs are not rendered by default.

172 changes: 159 additions & 13 deletions bin/client-eth/Cargo.lock

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

10 changes: 5 additions & 5 deletions bin/client-eth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ bincode = "1.3.3"
rsp-client-executor = { path = "../../crates/executor/client" }

# sp1
sp1-zkvm = "3.0.0"
sp1-zkvm = "4.0.0"

# Statically turns off logging
log = { version = "0.4", features = ["max_level_off", "release_max_level_off"] }
tracing = { version = "0.1", features = ["max_level_off", "release_max_level_off"] }

[patch.crates-io]
# Precompile patches
sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", tag = "sha2-v0.10.8-patch-v1", package = "sha2" }
ecdsa-core = { git = "https://github.com/sp1-patches/signatures", tag = "ecdsa-v0.16.9-patch-v1", package = "ecdsa" }
bn = { git = "https://github.com/sp1-patches/bn", tag = "substrate_bn-v0.6.0-patch-v2", package = "substrate-bn" }
sha3 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", tag = "sha3-v0.10.8-patch-v1" }
sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", tag = "patch-sha2-0.10.8-sp1-4.0.0", package = "sha2" }
ecdsa-core = { git = "https://github.com/sp1-patches/signatures", tag = "patch-0.16.9-sp1-4.0.0", package = "ecdsa" }
bn = { git = "https://github.com/sp1-patches/bn", tag = "patch-0.6.0-sp1-4.0.0", package = "substrate-bn" }
sha3 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", tag = "patch-sha3-0.10.8-sp1-4.0.0" }
Loading

0 comments on commit 3522dd9

Please sign in to comment.