Skip to content

Commit

Permalink
chore: upgrade SP1 to v1.2.0-rc1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI authored Aug 29, 2024
1 parent fc424d5 commit 792efd0
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 48 deletions.
84 changes: 46 additions & 38 deletions Cargo.lock

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

19 changes: 16 additions & 3 deletions bin/client-eth/Cargo.lock

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

2 changes: 1 addition & 1 deletion bin/client-eth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bincode = "1.3.3"
rsp-client-executor = { path = "../../crates/executor/client" }

# sp1
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1", branch = "experimental" }
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1", tag = "v1.2.0-rc1" }

[patch.crates-io]
# Using GitHub until https://github.com/alloy-rs/trie/pull/27 is released
Expand Down
19 changes: 16 additions & 3 deletions bin/client-op/Cargo.lock

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

2 changes: 1 addition & 1 deletion bin/client-op/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bincode = "1.3.3"
rsp-client-executor = { path = "../../crates/executor/client" }

# sp1
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1", branch = "experimental" }
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1", tag = "v1.2.0-rc1" }

[patch.crates-io]
# Using GitHub until https://github.com/alloy-rs/trie/pull/27 is released
Expand Down
4 changes: 2 additions & 2 deletions bin/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ alloy-provider.workspace = true
reth-primitives.workspace = true

# sp1
sp1-sdk = { git = "https://github.com/succinctlabs/sp1", rev = "fb967e8c409b318d18985f8f92353e93d38c7cda" }
sp1-sdk = { git = "https://github.com/succinctlabs/sp1", tag = "v1.2.0-rc1" }

[build-dependencies]
sp1-helper = "1.0.1"
sp1-helper = "1.2.0-rc1"

[features]
default = []
Expand Down

0 comments on commit 792efd0

Please sign in to comment.