Skip to content

Commit

Permalink
chore: upgrade sp1 to v4 (#22)
Browse files Browse the repository at this point in the history
* chore: upgrade sp1 to 4.0.0-rc.11

* upgrade sp1 to 4.0.0

* add

---------

Co-authored-by: Ratan Kaliani <[email protected]>
  • Loading branch information
leruaa and ratankaliani authored Jan 15, 2025
1 parent 0438754 commit 58bf3dd
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ helios-ethereum = { git = "https://github.com/a16z/helios", version = "0.7.0" }
# general
dotenv = "0.15.0"
eyre = "0.6.12"
sp1-sdk = "4.0.0-rc.9"
sp1-build = "4.0.0-rc.9"
sp1-sdk = "4.0.0"
sp1-build = "4.0.0"
tokio = "1.38.0"
tracing = "0.1.37"
serde = "1.0.203"
Expand All @@ -46,9 +46,9 @@ serde_with = { version = "3.4.0", features = ["hex"] }
cargo_metadata = "0.18"

[patch.crates-io]
sha2-v0-9-9 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "patch-sha2-0.9.9-sp1-4.0.0-rc.3" }
sha2-v0-10-8 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "patch-sha2-0.10.8-sp1-4.0.0-rc.3" }
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", tag = "patch-2.0.2-sp1-4.0.0-rc.3" }
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-4.0.0-rc.3-v1" }
sha2-v0-9-9 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "patch-sha2-0.9.9-sp1-4.0.0" }
sha2-v0-10-8 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "patch-sha2-0.10.8-sp1-4.0.0" }
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", tag = "patch-2.0.2-sp1-4.0.0" }
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-4.0.0" }
# From upstream: https://github.com/a16z/helios/blob/master/Cargo.toml#L115
ethereum_hashing = { git = "https://github.com/ncitron/ethereum_hashing", rev = "7ee70944ed4fabe301551da8c447e4f4ae5e6c35" }
2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license.workspace = true
authors.workspace = true

[dependencies]
sp1-zkvm = "4.0.0-rc.9"
sp1-zkvm = "4.0.0"
helios-consensus-core = { workspace = true }
serde_cbor = { workspace = true }
sp1-helios-primitives = { workspace = true }
Expand Down

0 comments on commit 58bf3dd

Please sign in to comment.