Commit c766d78
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
| |||
This file was deleted.
- .github/CODEOWNERS+1
- .github/dependabot.yml+6
- .github/workflows/ci.yml+98-101
- .github/workflows/sync.yml+6-1
- CONTRIBUTING.md+3-3
- README.md+63-15
- RELEASE_CHECKLIST.md+12
- foundry.toml+9-14
- package.json+2-2
- scripts/vm.py+2-12
- src/Base.sol+24-11
- src/Config.sol+60
- src/LibVariable.sol+477
- src/Script.sol+3-2
- src/StdAssertions.sol+170-60
- src/StdChains.sol+26-10
- src/StdCheats.sol+13-17
- src/StdConfig.sol+632
- src/StdConstants.sol+30
- src/StdError.sol+2-2
- src/StdInvariant.sol+22-4
- src/StdJson.sol+4-12
- src/StdMath.sol+6-2
- src/StdStorage.sol+15-13
- src/StdStyle.sol+2-2
- src/StdToml.sol+10-18
- src/StdUtils.sol+6-15
- src/Test.sol+3-4
- src/Vm.sol+329-59
- src/console.sol+10-19
- src/console2.sol+2-2
- src/interfaces/IERC1155.sol+3-3
- src/interfaces/IERC165.sol+2-2
- src/interfaces/IERC20.sol+2-2
- src/interfaces/IERC4626.sol+9-9
- src/interfaces/IERC6909.sol+72
- src/interfaces/IERC721.sol+3-3
- src/interfaces/IERC7540.sol+8-14
- src/interfaces/IERC7575.sol+9-9
- src/interfaces/IMulticall3.sol+3-8
- src/safeconsole.sol+691-1.4k
- test/CommonBase.t.sol+44
- test/Config.t.sol+381
- test/LibVariable.t.sol+452
- test/StdAssertions.t.sol+2-2
- test/StdChains.t.sol+25-25
- test/StdCheats.t.sol+62-42
- test/StdConstants.t.sol+38
- test/StdError.t.sol+3-4
- test/StdJson.t.sol+2-2
- test/StdMath.t.sol+8-8
- test/StdStorage.t.sol+24-27
- test/StdStyle.t.sol+2-2
- test/StdToml.t.sol+2-2
- test/StdUtils.t.sol+13-13
- test/Vm.t.sol+4-4
- test/compilation/CompilationScript.sol+3-5
- test/compilation/CompilationScriptBase.sol+3-5
- test/compilation/CompilationTest.sol+3-5
- test/compilation/CompilationTestBase.sol+3-5
- test/fixtures/config.toml+81
This file was deleted.
0 commit comments