-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update to v1.1.0 and add seperate execute (#22)
- Loading branch information
Showing
14 changed files
with
203 additions
and
108 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# 'mock' for generating mock proofs locally, 'local' for generating proofs locally, 'network' for generating proofs using the proving network. | ||
SP1_PROVER=mock | ||
SP1_PROVER=local | ||
# If using the proving network, set to your whitelisted private key. For more information, see: | ||
# https://docs.succinct.xyz/prover-network/setup.html#key-setup | ||
SP1_PRIVATE_KEY= |
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
Submodule sp1-contracts
updated
15 files
+137 −100 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+4 −4 | README.md | |
+2 −1 | contracts/deployments/1.json | |
+2 −1 | contracts/deployments/11155111.json | |
+2 −1 | contracts/deployments/17000.json | |
+2 −1 | contracts/deployments/42161.json | |
+2 −1 | contracts/deployments/421614.json | |
+2 −1 | contracts/deployments/534351.json | |
+2 −1 | contracts/deployments/534352.json | |
+2 −1 | contracts/deployments/8453.json | |
+2 −1 | contracts/deployments/84532.json | |
+38 −0 | contracts/script/deploy/v1.1.0/SP1Verifier.s.sol | |
+1,375 −0 | contracts/src/v1.1.0/PlonkVerifier.sol | |
+59 −0 | contracts/src/v1.1.0/SP1Verifier.sol |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ edition = "2021" | |
|
||
[dependencies] | ||
alloy-sol-types = "0.7.2" | ||
sp1-zkvm = "1.0.1" | ||
sp1-zkvm = "1.1.0" |
Binary file not shown.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[toolchain] | ||
channel = "nightly-2024-06-13" | ||
components = ["llvm-tools", "rustc-dev"] | ||
channel = "1.79.0" | ||
components = ["llvm-tools", "rustc-dev"] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.