Skip to content

Commit

Permalink
feat: serde for Request (alloy-rs#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored and ben186 committed Jul 27, 2024
1 parent 8be9762 commit e762267
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 e762267

Please sign in to comment.