Skip to content

Commit 400e028

Browse files
MariusVanDerWijdenmarioevz
authored andcommitted
fix(clis/geth): fixes geth error mappings (ethereum#1500)
* Update geth.py * Update geth.py * Update geth.py * Update geth.py * fix: use substring instead of regex --------- Co-authored-by: Mario Vega <[email protected]>
1 parent 1e74046 commit 400e028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ethereum_clis/clis/geth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class GethExceptionMapper(ExceptionMapper):
6969
BlockException.INCORRECT_EXCESS_BLOB_GAS: "invalid excessBlobGas",
7070
BlockException.INVALID_VERSIONED_HASHES: "invalid number of versionedHashes",
7171
BlockException.INVALID_REQUESTS: "invalid requests hash",
72+
BlockException.SYSTEM_CONTRACT_CALL_FAILED: "system call failed to execute:",
7273
BlockException.INVALID_BLOCK_HASH: "blockhash mismatch",
7374
# TODO EVMONE needs to differentiate when the section is missing in the header or body
7475
EOFException.MISSING_STOP_OPCODE: "err: no_terminating_instruction",

0 commit comments

Comments
 (0)