Commit 7215c9e
File tree
9 files changed
+13
-13
lines changed- lib
- packages
- automation-contracts
- autowrap/test
- scheduler
- contracts
- test
- ethereum-contracts/test/contracts/agreements
9 files changed
+13
-13
lines changed- .github/CODEOWNERS+1
- .github/workflows/ci.yml+54-100
- CONTRIBUTING.md+193
- README.md+20-4
- foundry.toml+3-1
- package.json+1-1
- scripts/vm.py+12-1
- src/Base.sol+16-9
- src/Script.sol+1
- src/StdAssertions.sol+142-47
- src/StdChains.sol+30-3
- src/StdCheats.sol+17-5
- src/StdConstants.sol+30
- src/StdJson.sol+104
- src/StdStorage.sol+3-3
- src/StdToml.sol+104
- src/StdUtils.sol-18
- src/Test.sol+1
- src/Vm.sol+780-75
- src/console.sol+471-463
- 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/mocks/MockERC20.sol-234
- src/mocks/MockERC721.sol-231
- src/safeconsole.sol+693-4
- test/CommonBase.t.sol+44
- test/StdAssertions.t.sol+1-5
- test/StdChains.t.sol+21-20
- test/StdCheats.t.sol+55-34
- test/StdConstants.t.sol+38
- test/StdError.t.sol+12-12
- test/StdJson.t.sol+1-1
- test/StdMath.t.sol+4-14
- test/StdStorage.t.sol+33-8
- test/StdStyle.t.sol+1-1
- test/StdToml.t.sol+1-1
- test/StdUtils.t.sol+12-12
- test/Vm.t.sol+9-6
- 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/mocks/MockERC20.t.sol-441
- test/mocks/MockERC721.t.sol-721
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
763 | | - | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
2418 | 2418 | | |
2419 | 2419 | | |
2420 | 2420 | | |
2421 | | - | |
| 2421 | + | |
2422 | 2422 | | |
2423 | 2423 | | |
2424 | 2424 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments