Skip to content

Commit

Permalink
evmone blob exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Mar 20, 2024
1 parent cb35d14 commit 573983b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions retesteth/configs/clientconfigs/evmone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ string const evmone_config = R"({
"TR_TooShort": "typed transaction too short",
"TR_InitCodeLimitExceeded" : "max initcode size exceeded",
"TR_EMPTYBLOB" : "empty blob hashes list",
"TR_BLOBCREATE" : "blob transaction must not be a create transaction",
"TR_BLOBLIST_OVERSIZE" : "blob gas limit exceeded",
"TR_BLOBVERSION_INVALID" : "invalid blob hash version",
"1559BaseFeeTooLarge": "TransactionBaseFee convertion error: VALUE >u256",
"1559PriorityFeeGreaterThanBaseFee": "maxFeePerGas \u003c maxPriorityFeePerGas",
"2930AccessListAddressTooLong": "rlp: input string too long for common.Address, decoding into (types.Transaction)(types.AccessListTx).AccessList[0].Address",
Expand Down

0 comments on commit 573983b

Please sign in to comment.