2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Submodule rain.interpreter.interface updated 42 files
- .gas-snapshot+70-70
- flake.lock+3-3
- foundry.lock+9-9
- foundry.toml+1-1
- lib/forge-std+1-1
- lib/openzeppelin-contracts+1-1
- lib/rain.intorastring+1-1
- lib/rain.lib.hash+1-1
- lib/rain.lib.typecast+1-1
- lib/rain.math.binary+1-1
- lib/rain.math.float+1-1
- lib/rain.sol.codegen+1-1
- lib/rain.solmem+1-1
- src/interface/IInterpreterCallerV3.sol+7-1
- src/interface/IInterpreterExternV3.sol+2
- src/interface/IInterpreterStoreV2.sol+2
- src/interface/IInterpreterV3.sol+16
- src/interface/IParserV2.sol+1
- src/interface/ISubParserV3.sol+5
- src/interface/deprecated/IDebugExpressionDeployerV1.sol+2
- src/interface/deprecated/IDebugInterpreterV1.sol+2
- src/interface/deprecated/IDebugInterpreterV2.sol+2
- src/interface/deprecated/IInterpreterExternV2.sol+2
- src/interface/deprecated/IInterpreterV2.sol+2
- src/interface/deprecated/IParserV1View.sol+2
- src/interface/deprecated/ISubParserV2.sol+4
- src/interface/unstable/IInterpreterCallerV4.sol+7-1
- src/interface/unstable/IInterpreterStoreV3.sol+2
- src/interface/unstable/IInterpreterV4.sol+14
- src/interface/unstable/ISubParserV4.sol+2
- src/lib/bytecode/LibBytecode.sol+1
- src/lib/caller/LibContext.sol+2-2
- src/lib/caller/LibEvaluable.sol+4
- src/lib/codegen/LibGenParseMeta.sol+3
- src/lib/deprecated/caller/LibEncodedDispatch.sol+2-1
- test/abstract/BytecodeTest.sol+12
- test/src/lib/bytecode/LibBytecode.checkNoOOBPointers.t.sol+24
- test/src/lib/bytecode/LibBytecode.sourceInputsOutputs.t.sol-1
- test/src/lib/caller/LibContext.hash.t.sol+3-3
- test/src/lib/caller/LibContext.t.sol+4-4
- test/src/lib/codegen/LibGenParseMeta.buildMeta.t.sol+3
- test/src/lib/parse/LibParseMeta.wordBitmapped.t.sol+4
0 commit comments