Skip to content

Commit

Permalink
fix(EVM): Fix panics on invalid opcodes (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov authored Oct 28, 2024
1 parent 520a858 commit df1c554
Show file tree
Hide file tree
Showing 5 changed files with 347 additions and 344 deletions.
4 changes: 2 additions & 2 deletions system-contracts/SystemContractsHashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"contractName": "EvmEmulator",
"bytecodePath": "contracts-preprocessed/artifacts/EvmEmulator.yul/EvmEmulator.yul.zbin",
"sourceCodePath": "contracts-preprocessed/EvmEmulator.yul",
"bytecodeHash": "0x01000cb5e90253e30cb34af94cc4194651115f7c693cb98911a96fe832490573",
"sourceCodeHash": "0xd72da6a50f2fbe50fac063397b0aa18c77ea7865dc3059705e062612955fca91"
"bytecodeHash": "0x01000cb54199e828134a56d7302a7ed55ba8f0b54d898aa0f3949ca2774b1643",
"sourceCodeHash": "0xa1ce6b22af5b1be710181ea59b4a76879ccb0d4989d533c92965df1bbaa340b2"
},
{
"contractName": "EvmGasManager",
Expand Down
Loading

0 comments on commit df1c554

Please sign in to comment.