Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/ethereum_clis/clis/reth.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class RethExceptionMapper(ExceptionMapper):
TransactionException.TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED: (
r"blob gas used \d+ exceeds maximum allowance \d+"
),
TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: r"too many blobs, have \d+, max \d+",
TransactionException.TYPE_3_TX_PRE_FORK: (
r"blob transactions present in pre-cancun payload|empty blobs"
),
Expand Down
Loading