Skip to content

Commit

Permalink
feat: serde for Request (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored May 12, 2024
1 parent 7373f6d commit 4ffc6db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/consensus/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use alloy_rlp::{Decodable, Encodable, Header};
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
#[non_exhaustive]
#[cfg_attr(any(test, feature = "arbitrary"), derive(arbitrary::Arbitrary))]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub enum Request {
/// An [EIP-6110] deposit request.
///
Expand Down

0 comments on commit 4ffc6db

Please sign in to comment.