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: impl serde for OpPrimitives #14422

Merged
merged 2 commits into from
Feb 11, 2025

Conversation

leruaa
Copy link
Contributor

@leruaa leruaa commented Feb 11, 2025

For using Reth in RSP I need OpPrimitives to be serializable and deserializable.

All good for EthPrimitives:

#[derive(Debug, Clone, Default, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
#[non_exhaustive]
pub struct EthPrimitives;

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yeah,

lgtm, fixing ci now

@mattsse
Copy link
Collaborator

mattsse commented Feb 11, 2025

the ethprims should probably also be feature gated,

will check

@mattsse mattsse added the A-op-reth Related to Optimism and op-reth label Feb 11, 2025
@mattsse mattsse enabled auto-merge February 11, 2025 20:01
@mattsse mattsse added this pull request to the merge queue Feb 11, 2025
Merged via the queue into paradigmxyz:main with commit b7dfd54 Feb 11, 2025
44 checks passed
18aaddy pushed a commit to 18aaddy/reth that referenced this pull request Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-op-reth Related to Optimism and op-reth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants