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 e46317a commit 33caa45Copy full SHA for 33caa45
src/ethereum_clis/clis/erigon.py
@@ -24,6 +24,7 @@ class ErigonExceptionMapper(ExceptionMapper):
24
TransactionException.TYPE_3_TX_INVALID_BLOB_VERSIONED_HASH: (
25
"invalid blob versioned hash, must start with VERSIONED_HASH_VERSION_KZG"
26
),
27
+ TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: "blob transaction has too many blobs",
28
TransactionException.TYPE_3_TX_ZERO_BLOBS: "a blob stx must contain at least one blob",
29
TransactionException.TYPE_3_TX_WITH_FULL_BLOBS: "rlp: expected String or Byte",
30
TransactionException.TYPE_3_TX_CONTRACT_CREATION: "wrong size for To: 0",
0 commit comments