We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e74046 commit 400e028Copy full SHA for 400e028
src/ethereum_clis/clis/geth.py
@@ -69,6 +69,7 @@ class GethExceptionMapper(ExceptionMapper):
69
BlockException.INCORRECT_EXCESS_BLOB_GAS: "invalid excessBlobGas",
70
BlockException.INVALID_VERSIONED_HASHES: "invalid number of versionedHashes",
71
BlockException.INVALID_REQUESTS: "invalid requests hash",
72
+ BlockException.SYSTEM_CONTRACT_CALL_FAILED: "system call failed to execute:",
73
BlockException.INVALID_BLOCK_HASH: "blockhash mismatch",
74
# TODO EVMONE needs to differentiate when the section is missing in the header or body
75
EOFException.MISSING_STOP_OPCODE: "err: no_terminating_instruction",
0 commit comments