-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: upgrade sp1 to 4.0.0 * Update README.md * add * forge install: sp1-contracts v4.0.0-rc.3 * add * feat: add nathan changes" gp --------- Co-authored-by: Ratan Kaliani <[email protected]> Co-authored-by: Ratan Kaliani <[email protected]>
- Loading branch information
1 parent
0b2a6ab
commit dc5c3bb
Showing
13 changed files
with
119 additions
and
62 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=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= | ||
# https://docs.succinct.xyz/docs/generating-proofs/prover-network/key-setup | ||
NETWORK_PRIVATE_KEY= |
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
Submodule forge-std
updated
6 files
+1 −1 | README.md | |
+1 −1 | package.json | |
+14 −2 | src/StdCheats.sol | |
+177 −10 | src/Vm.sol | |
+2 −3 | test/StdChains.t.sol | |
+2 −2 | test/Vm.t.sol |
Submodule sp1-contracts
updated
44 files
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
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
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.