Skip to content

Commit

Permalink
update extrospection
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Oct 17, 2024
1 parent 6fee8a1 commit 2fa0c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rain.extrospection
Submodule rain.extrospection updated 36 files
+0 −12 .devcontainer.json
+25 −25 .gas-snapshot
+0 −25 .github/workflows/ci-deploy.yaml
+60 −0 .github/workflows/manual-sol-artifacts.yaml
+0 −27 .github/workflows/qakit-docs.yaml
+0 −17 .github/workflows/qakit-slither.yaml
+0 −39 .github/workflows/qakit-test.yaml
+31 −0 .github/workflows/rainix.yaml
+1 −1 .gitmodules
+1 −0 LICENSE
+189 −0 LICENSES/LicenseRef-DCL-1.0.txt
+18 −0 REUSE.toml
+279 −0 flake.lock
+19 −0 flake.nix
+1 −6 foundry.toml
+1 −1 lib/forge-std
+1 −1 lib/rain.solmem
+19 −0 script/Deploy.sol
+0 −20 script/DeployExtrospection.sol
+1 −1 slither.config.json
+8 −10 src/concrete/Extrospection.sol
+2 −1 src/interface/IExtrospectBytecodeV2.sol
+2 −1 src/interface/IExtrospectERC1167ProxyV1.sol
+17 −2 src/interface/IExtrospectInterpreterV1.sol
+2 −1 src/interface/deprecated/IExtrospectBytecodeV1.sol
+2 −1 src/lib/EVMOpcodes.sol
+4 −4 src/lib/LibExtrospectBytecode.sol
+2 −1 src/lib/LibExtrospectERC1167Proxy.sol
+3 −2 test/lib/LibExtrospectBytecode.testConstants.sol
+5 −4 test/lib/LibExtrospectionSlow.sol
+6 −5 test/src/concrete/Extrospection.ERC1167Proxy.t.sol
+6 −5 test/src/concrete/Extrospection.bytecode.t.sol
+5 −4 test/src/concrete/Extrospection.interpreter.t.sol
+9 −10 test/src/lib/LibExtrospectBytecode.scanEVMOpcodesPresentInBytecode.t.sol
+39 −21 test/src/lib/LibExtrospectBytecode.scanEVMOpcodesReachableInBytecode.t.sol
+17 −11 test/src/lib/LibExtrospectERC1167Proxy.isERC1167Proxy.t.sol

0 comments on commit 2fa0c21

Please # to comment.