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(engine): Optional Serde #1283

Merged
merged 5 commits into from
Sep 13, 2024
Merged

Conversation

refcell
Copy link
Contributor

@refcell refcell commented Sep 12, 2024

Description

Replaces #1282

Since alloy-rpc-types-engine doesn't depend on alloy-rpc-types-eth, we can split this out from serde feature support in alloy-rpc-types-eth.

This PR makes serde optional on the alloy-rpc-types-engine crate. Some JWT functionality now sits behind the serde feature flag since it uses serde internally for encoding/decoding. serde is also enabled-by-default.

Copy link
Member

@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.

lgtm

@mattsse mattsse merged commit e7ea61d into alloy-rs:main Sep 13, 2024
26 checks passed
lwedge99 pushed a commit to sentioxyz/alloy that referenced this pull request Oct 8, 2024
* feat: optional serde

* fix: beacon types

* fix: provider

* fix: eip7547

* fix: run ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants