Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: derive serde for ExecutionPayloadSidecar #1535

Merged
merged 1 commit into from
Oct 20, 2024
Merged

Conversation

onbjerg
Copy link
Contributor

@onbjerg onbjerg commented Oct 19, 2024

Motivation

We have an interceptor in Reth that stores engine API messages, including extra fields, which are now present in the sidecar. This interceptor stores them on disk by serializing them with serde.

Solution

Derive Serialize/Deserialize for the sidecar.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@onbjerg onbjerg force-pushed the onbjerg/sidecar-serde branch from cb5530e to fb7964c Compare October 20, 2024 00:05
@mattsse mattsse merged commit aa0ef94 into main Oct 20, 2024
26 checks passed
@mattsse mattsse deleted the onbjerg/sidecar-serde branch October 20, 2024 12:19
lwedge99 pushed a commit to sentioxyz/alloy that referenced this pull request Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants