mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 11:20:45 +00:00
eip: 8141 error files
This commit is contained in:
parent
54f72c796f
commit
c3cd62d4f8
1 changed files with 6 additions and 0 deletions
|
|
@ -132,6 +132,12 @@ var (
|
||||||
|
|
||||||
// -- EIP-7825 errors --
|
// -- EIP-7825 errors --
|
||||||
ErrGasLimitTooHigh = errors.New("transaction gas limit too high")
|
ErrGasLimitTooHigh = errors.New("transaction gas limit too high")
|
||||||
|
|
||||||
|
// -- EIP-8141 error --
|
||||||
|
ErrFrameTxInvalidApproval = errors.New("FrameTransactionInvalidApprovalError")
|
||||||
|
ErrFrameTxInvalidFrameExecution = errors.New("FrameTransactionInvalidFrameExecutionError")
|
||||||
|
ErrFrameTxInvalidFormat = errors.New("FrameTransactionInvalidFormatError")
|
||||||
|
ErrFrameTxInvalidBlobFields = errors.New("FrameTransactionInvalidBlobFieldsError")
|
||||||
)
|
)
|
||||||
|
|
||||||
// EIP-7702 state transition errors.
|
// EIP-7702 state transition errors.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue