mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: eip-7251 (#9335)
This commit is contained in:
@ -98,6 +98,14 @@ pub enum BlockValidationError {
|
||||
/// The error message.
|
||||
message: String,
|
||||
},
|
||||
/// EVM error during consolidation requests contract call [EIP-7251]
|
||||
///
|
||||
/// [EIP-7251]: https://eips.ethereum.org/EIPS/eip-7251
|
||||
#[error("failed to apply consolidation requests contract call: {message}")]
|
||||
ConsolidationRequestsContractCall {
|
||||
/// The error message.
|
||||
message: String,
|
||||
},
|
||||
/// Error when decoding deposit requests from receipts [EIP-6110]
|
||||
///
|
||||
/// [EIP-6110]: https://eips.ethereum.org/EIPS/eip-6110
|
||||
|
||||
Reference in New Issue
Block a user