Skip to content

Commit

Permalink
feat: derive serde for ExecutionPayloadSidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Oct 19, 2024
1 parent 0cee57f commit cb5530e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rpc-types-engine/src/sidecar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use alloy_primitives::B256;
/// Container type for all available additional `newPayload` request parameters that are not present
/// in the `ExecutionPayload` object itself.
#[derive(Debug, Clone, Default)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub struct ExecutionPayloadSidecar {
/// Cancun request params introduced in `engine_newPayloadV3` that are not present in the
/// `ExecutionPayload`.
Expand Down

0 comments on commit cb5530e

Please sign in to comment.