Commit adf105c
authored
File tree
- contracts
- bonding
- token
- deployments/arbitrumMainnet
- solcInputs
- lib
- src/test
- base
- interfaces
- test
- gas-report
- integration
- unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
368 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| 589 | + | |
| 590 | + | |
589 | 591 | | |
590 | 592 | | |
591 | 593 | | |
| |||
1645 | 1647 | | |
1646 | 1648 | | |
1647 | 1649 | | |
| 1650 | + | |
| 1651 | + | |
1648 | 1652 | | |
1649 | 1653 | | |
1650 | 1654 | | |
| |||
1751 | 1755 | | |
1752 | 1756 | | |
1753 | 1757 | | |
| 1758 | + | |
| 1759 | + | |
| 1760 | + | |
| 1761 | + | |
| 1762 | + | |
| 1763 | + | |
| 1764 | + | |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
| 1768 | + | |
1754 | 1769 | | |
1755 | 1770 | | |
1756 | 1771 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.
- .gitattributes+1
- .github/workflows/ci.yml+128
- .github/workflows/sync.yml+31
- .github/workflows/tests.yml-21
- .gitignore+2
- .gitmodules-3
- CONTRIBUTING.md+193
- LICENSE-APACHE+1-1
- LICENSE-MIT+1-1
- README.md+65-47
- foundry.toml+23
- lib/ds-test-1
- package.json+16
- scripts/vm.py+646
- src/Base.sol+42
- src/Script.sol+28
- src/StdAssertions.sol+669
- src/StdChains.sol+286
- src/StdCheats.sol+829
- src/StdConstants.sol+30
- src/StdError.sol+15
- src/StdInvariant.sol+122
- src/StdJson.sol+283
- src/StdMath.sol+43
- src/StdStorage.sol+473
- src/StdStyle.sol+333
- src/StdToml.sol+283
- src/StdUtils.sol+209
- src/Test.sol+34
- src/Vm.sol+2.5k-59
- src/console.sol+636-608
- src/console2.sol+4
- src/interfaces/IERC1155.sol+105
- src/interfaces/IERC165.sol+12
- src/interfaces/IERC20.sol+43
- src/interfaces/IERC4626.sol+190
- src/interfaces/IERC6909.sol+72
- src/interfaces/IERC721.sol+164
- src/interfaces/IERC7540.sol+150
- src/interfaces/IERC7575.sol+241
- src/interfaces/IMulticall3.sol+73
- src/safeconsole.sol+13.9k
- src/stdlib.sol-328
- src/test/StdCheats.t.sol-108
- src/test/StdStorage.t.sol-281
- test/CommonBase.t.sol+44
- test/StdAssertions.t.sol+141
- test/StdChains.t.sol+227
- test/StdCheats.t.sol+639
- test/StdConstants.t.sol+38
- test/StdError.t.sol+20-28
- test/StdJson.t.sol+49
- test/StdMath.t.sol+202
- test/StdStorage.t.sol+488
- test/StdStyle.t.sol+110
- test/StdToml.t.sol+49
- test/StdUtils.t.sol+342
- test/Vm.t.sol+18
- test/compilation/CompilationScript.sol+10
- test/compilation/CompilationScriptBase.sol+10
- test/compilation/CompilationTest.sol+10
- test/compilation/CompilationTestBase.sol+10
- test/fixtures/broadcast.log.json+187
- test/fixtures/test.json+8
- test/fixtures/test.toml+6
0 commit comments