2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
- .gitattributes+1
- .github/CODEOWNERS+1
- .github/dependabot.yml+6
- .github/workflows/ci.yml+114-64
- .github/workflows/sync.yml+36
- .gitmodules-3
- CONTRIBUTING.md+193
- README.md+21-5
- RELEASE_CHECKLIST.md+12
- foundry.toml+11-5
- lib/ds-test-1
- package.json+2-2
- scripts/vm.py+646
- src/Base.sol+25-10
- src/Config.sol+60
- src/LibVariable.sol+477
- src/Script.sol+5-3
- src/StdAssertions.sol+637-198
- src/StdChains.sol+97-33
- src/StdCheats.sol+300-43
- src/StdConfig.sol+612
- src/StdConstants.sol+30
- src/StdInvariant.sol+38-8
- src/StdJson.sol+129-25
- src/StdStorage.sol+245-99
- src/StdStyle.sol+333
- src/StdToml.sol+283
- src/StdUtils.sol+75-35
- src/Test.sol+11-5
- src/Vm.sol+2.4k-322
- src/console.sol+635-608
- src/console2.sol+1-1.5k
- src/interfaces/IERC1155.sol+1-1
- src/interfaces/IERC4626.sol+3-3
- src/interfaces/IERC6909.sol+72
- src/interfaces/IERC721.sol+1-1
- src/interfaces/IERC7540.sol+150
- src/interfaces/IERC7575.sol+241
- src/safeconsole.sol+13.9k
- test/CommonBase.t.sol+44
- test/Config.t.sol+352
- test/LibVariable.t.sol+434
- test/StdAssertions.t.sol+126-808
- test/StdChains.t.sol+137-57
- test/StdCheats.t.sol+356-46
- test/StdConstants.t.sol+38
- test/StdError.t.sol+15-13
- test/StdJson.t.sol+49
- test/StdMath.t.sol+31-26
- test/StdStorage.t.sol+251-46
- test/StdStyle.t.sol+110
- test/StdToml.t.sol+49
- test/StdUtils.t.sol+88-35
- test/Vm.t.sol+18
- test/compilation/CompilationScript.sol+1-1
- test/compilation/CompilationScriptBase.sol+1-1
- test/compilation/CompilationTest.sol+1-1
- test/compilation/CompilationTestBase.sol+1-1
- test/fixtures/config.toml+81
- test/fixtures/test.json+8
- test/fixtures/test.toml+6
0 commit comments