Commit 8000285
authored
File tree
6 files changed
+49
-33
lines changed- lib
- src/lib
6 files changed
+49
-33
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
- .github/workflows/ci.yml+14-31
- .github/workflows/sync.yml+1-1
- CONTRIBUTING.md+2-2
- README.md+11-9
- foundry.toml+3-12
- package.json+2-2
- scripts/vm.py+2-12
- src/Base.sol+2-2
- src/Config.sol+1-1
- src/LibVariable.sol+2-2
- src/Script.sol+2-2
- src/StdAssertions.sol+28-13
- src/StdChains.sol+8-5
- src/StdCheats.sol+9-13
- src/StdConfig.sol+24-4
- src/StdConstants.sol+2-2
- src/StdError.sol+2-2
- src/StdInvariant.sol+2-4
- src/StdJson.sol+4-12
- src/StdMath.sol+2-2
- src/StdStorage.sol+11-9
- src/StdStyle.sol+2-2
- src/StdToml.sol+4-12
- src/StdUtils.sol+5-13
- src/Test.sol+2-4
- src/Vm.sol+26-41
- src/console.sol+10-19
- src/console2.sol+2-2
- src/interfaces/IERC1155.sol+2-2
- src/interfaces/IERC165.sol+2-2
- src/interfaces/IERC20.sol+2-2
- src/interfaces/IERC4626.sol+2-2
- src/interfaces/IERC6909.sol+2-2
- src/interfaces/IERC721.sol+2-2
- src/interfaces/IERC7540.sol+4-10
- src/interfaces/IERC7575.sol+2-2
- src/interfaces/IMulticall3.sol+3-8
- src/safeconsole.sol+691-1.4k
- test/CommonBase.t.sol+2-2
- test/Config.t.sol+34-5
- test/LibVariable.t.sol+19-1
- test/StdAssertions.t.sol+2-2
- test/StdChains.t.sol+24-24
- test/StdCheats.t.sol+19-20
- test/StdConstants.t.sol+2-2
- test/StdError.t.sol+3-4
- test/StdJson.t.sol+2-2
- test/StdMath.t.sol+6-6
- test/StdStorage.t.sol+24-27
- test/StdStyle.t.sol+2-2
- test/StdToml.t.sol+2-2
- test/StdUtils.t.sol+13-13
- test/Vm.t.sol+3-3
- test/compilation/CompilationScript.sol+2-4
- test/compilation/CompilationScriptBase.sol+2-4
- test/compilation/CompilationTest.sol+2-4
- test/compilation/CompilationTestBase.sol+2-4
Submodule rain.solmem updated 14 files
- .gas-snapshot+262-261
- .gitignore+2-1
- REUSE.toml+1
- audit/protofire-rain.solmem-jan-2025.pdf
- flake.lock+38-21
- foundry.lock+1-1
- foundry.toml+1-1
- lib/forge-std+1-1
- src/lib/LibStackPointer.sol+5
- src/lib/LibStackSentinel.sol+16
- test/lib/LibBytes32MatrixSlow.sol+4-2
- test/lib/LibUint256MatrixSlow.sol+4-2
- test/src/lib/LibBytes32Array.arrayFrom.t.sol+54-52
- test/src/lib/LibStackSentinel.t.sol+23-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
0 commit comments