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 39ed8c3 commit 2b6e4d6Copy full SHA for 2b6e4d6
packages/testing/src/execution_testing/client_clis/clis/erigon.py
@@ -56,6 +56,7 @@ class ErigonExceptionMapper(ExceptionMapper):
56
BlockException.INVALID_LOG_BLOOM: "invalid bloom",
57
}
58
mapping_regex = {
59
+ BlockException.INVALID_BLOCK_ACCESS_LIST: r"invalid block access list|block access list mismatch",
60
TransactionException.GAS_LIMIT_EXCEEDS_MAXIMUM: (
61
r"invalid block, txnIdx=\d+,.*gas limit too high"
62
),
0 commit comments