File tree
7 files changed
+37
-37
lines changed- contracts
- lib
- src/fixtures
- script
7 files changed
+37
-37
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- CONTRIBUTING.md+193
- README.md+17-1
- package.json+1-1
- scripts/vm.py+12-1
- src/StdChains.sol+4
- src/StdCheats.sol+3-3
- src/StdJson.sol+104
- src/StdToml.sol+104
- src/Vm.sol+314-75
- src/console.sol+471-463
- src/interfaces/IERC4626.sol+2-2
- src/safeconsole.sol+693-4
- test/StdAssertions.t.sol+1-1
- test/StdChains.t.sol+14-12
- test/StdCheats.t.sol+10-10
- test/StdError.t.sol+12-12
- test/StdJson.t.sol+1-1
- test/StdMath.t.sol+4-14
- test/StdStorage.t.sol+5-5
- test/StdStyle.t.sol+1-1
- test/StdToml.t.sol+1-1
- test/StdUtils.t.sol+12-12
- test/Vm.t.sol+9-6
Submodule sp1-contracts updated 45 files
- .gitmodules+3-1
- Cargo.lock+408-668
- Cargo.toml+1-1
- README.md+4-4
- UPDATE_CONTRACTS.md+21-7
- contracts/.env.example+4-1
- contracts/deployments/1.json+3-1
- contracts/deployments/10.json+3-1
- contracts/deployments/11155111.json+8-1
- contracts/deployments/11155420.json+7-1
- contracts/deployments/17000.json+7-1
- contracts/deployments/42161.json+3-1
- contracts/deployments/421614.json+7-1
- contracts/deployments/534351.json+7-1
- contracts/deployments/534352.json+3-1
- contracts/deployments/8453.json+3-1
- contracts/deployments/84532.json+7-1
- contracts/script/deploy/v3.0.0-rc1/SP1VerifierGroth16.s.sol+38
- contracts/script/deploy/v3.0.0-rc1/SP1VerifierPlonk.s.sol+38
- contracts/script/deploy/v3.0.0-rc3/SP1VerifierGroth16.s.sol+38
- contracts/script/deploy/v3.0.0-rc3/SP1VerifierPlonk.s.sol+38
- contracts/script/deploy/v3.0.0-rc4/SP1VerifierGroth16.s.sol+38
- contracts/script/deploy/v3.0.0-rc4/SP1VerifierPlonk.s.sol+38
- contracts/script/deploy/v3.0.0/SP1VerifierGroth16.s.sol+38
- contracts/script/deploy/v3.0.0/SP1VerifierPlonk.s.sol+38
- contracts/src/v3.0.0-rc1/Groth16Verifier.sol+578
- contracts/src/v3.0.0-rc1/PlonkVerifier.sol+1.4k
- contracts/src/v3.0.0-rc1/SP1VerifierGroth16.sol+57
- contracts/src/v3.0.0-rc1/SP1VerifierPlonk.sol+59
- contracts/src/v3.0.0-rc3/Groth16Verifier.sol+578
- contracts/src/v3.0.0-rc3/PlonkVerifier.sol+1.4k
- contracts/src/v3.0.0-rc3/SP1VerifierGroth16.sol+57
- contracts/src/v3.0.0-rc3/SP1VerifierPlonk.sol+59
- contracts/src/v3.0.0-rc4/Groth16Verifier.sol+578
- contracts/src/v3.0.0-rc4/PlonkVerifier.sol+1.4k
- contracts/src/v3.0.0-rc4/SP1VerifierGroth16.sol+57
- contracts/src/v3.0.0-rc4/SP1VerifierPlonk.sol+59
- contracts/src/v3.0.0/Groth16Verifier.sol+578
- contracts/src/v3.0.0/PlonkVerifier.sol+1.4k
- contracts/src/v3.0.0/SP1VerifierGroth16.sol+57
- contracts/src/v3.0.0/SP1VerifierPlonk.sol+59
- contracts/test/SP1VerifierGateway.t.sol+1-1
- contracts/test/SP1VerifierGroth16.t.sol+4-4
- contracts/test/SP1VerifierPlonk.t.sol+4-4
- src/bin/artifacts.rs+83-20
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
0 commit comments