File tree
5 files changed
+8
-8
lines changed- lib
- test
5 files changed
+8
-8
lines changed- .gitattributes+1
- .github/workflows/ci.yml+85-15
- .github/workflows/sync.yml+31
- .gitmodules-3
- CONTRIBUTING.md+193
- README.md+18-2
- foundry.toml+5-5
- lib/ds-test-1
- package.json+2-2
- scripts/vm.py+646
- src/Base.sol+35
- src/Common.sol-13
- src/Components.sol-13
- src/Script.sol+20-7
- src/StdAssertions.sol+595-135
- src/StdChains.sol+263
- src/StdCheats.sol+354-156
- src/StdInvariant.sol+122
- src/StdJson.sol+229-17
- src/StdStorage.sol+246-100
- src/StdStyle.sol+333
- src/StdToml.sol+283
- src/StdUtils.sol+174-28
- src/Test.sol+28-6
- src/Vm.sol+2.1k-243
- src/console.sol+635-608
- src/console2.sol+1-1.5k
- src/interfaces/IERC1155.sol+2-1
- src/interfaces/IERC165.sol+1
- src/interfaces/IERC20.sol+1
- src/interfaces/IERC4626.sol+3-2
- src/interfaces/IERC721.sol+1
- src/interfaces/IMulticall3.sol+73
- src/mocks/MockERC20.sol+234
- src/mocks/MockERC721.sol+231
- src/safeconsole.sol+13.9k
- test/StdAssertions.t.sol+130-572
- test/StdChains.t.sol+228
- test/StdCheats.t.sol+380-45
- 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+110
- test/StdToml.t.sol+49
- test/StdUtils.t.sol+280-34
- 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/test.json+8
- test/fixtures/test.toml+6
- test/mocks/MockERC20.t.sol+441
- test/mocks/MockERC721.t.sol+721
Submodule openzeppelin-contracts updated 22 files
- .github/actions/setup/action.yml+1-1
- CHANGELOG.md+13
- contracts/metatx/ERC2771Context.sol+21-10
- contracts/mocks/Base64Dirty.sol+19
- contracts/mocks/ERC2771ContextMock.sol+6-1
- contracts/mocks/docs/ERC4626Fees.sol+36-23
- contracts/mocks/token/ERC4646FeesMock.sol+10-10
- contracts/package.json+1-1
- contracts/token/ERC20/README.adoc+5-3
- contracts/token/ERC20/extensions/ERC20Permit.sol+4-4
- contracts/token/ERC20/extensions/IERC20Permit.sol+31-1
- contracts/utils/Base64.sol+19-10
- contracts/utils/Context.sol+5-1
- contracts/utils/Multicall.sol+17-3
- docs/modules/ROOT/nav.adoc-1
- docs/modules/ROOT/pages/wizard.adoc-15
- package-lock.json+2-2
- package.json+1-1
- scripts/release/workflow/publish.sh+8-2
- test/metatx/ERC2771Context.test.js+54-1
- test/token/ERC20/extensions/ERC4626.test.js+3-3
- test/utils/Base64.test.js+11-1
Submodule solmate updated from 8d910d8 to c93f771
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
0 commit comments