File tree
5 files changed
+56
-2
lines changed- lib
- src
- consolidations
- withdrawals
- test
5 files changed
+56
-2
lines changed- .gitattributes+1
- .github/workflows/ci.yml+6-12
- .github/workflows/sync.yml+3-1
- .gitmodules-3
- README.md+1-1
- foundry.toml+3-3
- lib/ds-test-1
- package.json+1-1
- scripts/vm.py+635
- src/StdAssertions.sol+518-225
- src/StdChains.sol+25-10
- src/StdCheats.sol+2-2
- src/StdInvariant.sol+18-3
- src/StdJson.sol+7-11
- src/StdStorage.sol+202-107
- src/StdToml.sol+179
- src/StdUtils.sol+1-1
- src/Test.sol+4-4
- src/Vm.sol+1.5k-493
- src/console.sol+401-382
- src/console2.sol+1-1.6k
- src/mocks/MockERC20.sol+51-33
- src/mocks/MockERC721.sol+46-36
- src/safeconsole.sol+693-4
- test/StdAssertions.t.sol+39-909
- test/StdChains.t.sol+36-26
- test/StdCheats.t.sol+19-11
- test/StdError.t.sol+3-1
- test/StdJson.t.sol+49
- test/StdMath.t.sol+8-8
- test/StdStorage.t.sol+167-11
- test/StdToml.t.sol+49
- test/StdUtils.t.sol+20-20
- test/Vm.t.sol+3-3
- test/fixtures/test.json+8
- test/fixtures/test.toml+6
- test/mocks/MockERC20.t.sol+1-1
- test/mocks/MockERC721.t.sol+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
144 | 161 | | |
145 | 162 | | |
146 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
145 | 161 | | |
146 | 162 | | |
147 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
35 | 46 | | |
36 | | - | |
| 47 | + | |
37 | 48 | | |
38 | 49 | | |
39 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
37 | 47 | | |
38 | 48 | | |
39 | 49 | | |
| |||
0 commit comments