Commit 42fb2f3
File tree
5 files changed
+10
-16
lines changed- lib
- src-upgradeable/src
- test/foundry
- utils
5 files changed
+10
-16
lines changed- .gitattributes+1
- .github/workflows/ci.yml+48-12
- .github/workflows/sync.yml+31
- .gitmodules-3
- CONTRIBUTING.md+193
- README.md+19-3
- foundry.toml+3-3
- lib/ds-test-1
- package.json+2-2
- scripts/vm.py+646
- src/Base.sol+5-3
- src/Script.sol+4-3
- src/StdAssertions.sol+518-225
- src/StdChains.sol+60-30
- src/StdCheats.sol+226-21
- 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+72-35
- src/Test.sol+7-6
- src/Vm.sol+2.2k-327
- src/console.sol+635-608
- src/console2.sol+1-1.5k
- src/interfaces/IERC4626.sol+2-2
- src/mocks/MockERC20.sol+234
- src/mocks/MockERC721.sol+231
- src/safeconsole.sol+13.9k
- test/StdAssertions.t.sol+44-853
- test/StdChains.t.sol+131-64
- test/StdCheats.t.sol+266-49
- test/StdError.t.sol+15-13
- test/StdJson.t.sol+49
- test/StdMath.t.sol+31-26
- test/StdStorage.t.sol+232-44
- test/StdStyle.t.sol+5-5
- test/StdToml.t.sol+49
- test/StdUtils.t.sol+81-36
- test/Vm.t.sol+18
- test/fixtures/test.json+8
- test/fixtures/test.toml+6
- test/mocks/MockERC20.t.sol+441
- test/mocks/MockERC721.t.sol+721
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 82 | + | |
87 | 83 | | |
88 | 84 | | |
89 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
503 | 501 | | |
504 | 502 | | |
505 | 503 | | |
506 | | - | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
507 | 509 | | |
508 | 510 | | |
509 | 511 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 85 | + | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
| |||
0 commit comments