This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* deps: bumped sp1 * deps(contracts): bumped sp1 contracts * fix: resolved conflicts * imp: regenerated programs * fix: resolved more conflicts * imp: regenerated mock fixtures * imp: generated membership fixture * imp: other fixtures * test: fixed 2 test cases * deps: using major version * imp: regenerated mock fixtures * imp: generated fixtures * test: fixed tests * ci: added sp1 toolchain to e2e * ci: reverted changes
- Loading branch information
Showing
28 changed files
with
378 additions
and
245 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ authors = ["srdtrk <[email protected]>"] | |
|
||
[workspace.dependencies] | ||
# Used by the programs | ||
sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", tag = "v1.0.5-testnet" } | ||
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", tag = "v1.0.5-testnet" } | ||
sp1-zkvm = "1.0.1" | ||
sp1-helper = "1.0.1" | ||
|
||
sp1-ics07-tendermint-solidity = { path = "./packages/solidity/" } | ||
sp1-ics07-tendermint-update-client = { path = "./programs/update-client/" } | ||
|
@@ -40,7 +40,7 @@ serde_cbor = "0.11.2" | |
serde_json = { version = "1.0", default-features = false, features = ["alloc"] } | ||
|
||
# Used by the operator | ||
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", tag = "v1.0.5-testnet", features = ["plonk"] } | ||
sp1-sdk = "1.0.1" | ||
|
||
sp1-ics07-tendermint-utils = { path = "./packages/utils/" } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.