Skip to content

Commit

Permalink
feat(engine-types): `PayloadError::PrePragueBlockWithEip7702Transacti…
Browse files Browse the repository at this point in the history
…ons` (#1116)
  • Loading branch information
rkrasiuk authored Aug 1, 2024
1 parent 4a0a641 commit bad667e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/rpc-types-engine/src/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,9 @@ pub enum PayloadError {
/// cancun fields missing in post-cancun payload.
#[error("cancun fields missing in post-cancun payload")]
PostCancunWithoutCancunFields,
/// blob transactions present in pre-prague payload.
#[error("eip 7702 transactions present in pre-prague payload")]
PrePragueBlockWithEip7702Transactions,

/// Invalid payload block hash.
#[error("block hash mismatch: want {consensus}, got {execution}")]
Expand Down

0 comments on commit bad667e

Please sign in to comment.