File tree
9 files changed
+506
-511
lines changed- .github/workflows
- lib
- src
- interfaces
- test
- Bundler
- TierRegistry
9 files changed
+506
-511
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
- .gitattributes+1
- .github/workflows/ci.yml+48-12
- .github/workflows/sync.yml+3-1
- .gitmodules-3
- CONTRIBUTING.md+193
- README.md+20-4
- foundry.toml+5-3
- lib/ds-test-1
- package.json+1-1
- scripts/vm.py+646
- src/Base.sol+19-10
- src/Script.sol+5-3
- src/StdAssertions.sol+518-225
- src/StdChains.sol+71-16
- src/StdCheats.sol+211-21
- src/StdConstants.sol+30
- src/StdInvariant.sol+34-4
- src/StdJson.sol+129-25
- src/StdStorage.sol+245-99
- src/StdStyle.sol+2-2
- src/StdToml.sol+283
- src/StdUtils.sol+50-33
- src/Test.sol+8-6
- src/Vm.sol+2.3k-408
- 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/StdAssertions.t.sol+40-898
- test/StdChains.t.sol+131-64
- test/StdCheats.t.sol+271-50
- 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+5-5
- test/StdToml.t.sol+49
- test/StdUtils.t.sol+81-36
- 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/test.json+8
- test/fixtures/test.toml+6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 96 | | |
102 | 97 | | |
103 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments