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(rpc-types-engine): no-std support #1233

Closed
wants to merge 10 commits into from

Conversation

refcell
Copy link
Contributor

@refcell refcell commented Sep 4, 2024

Description

Note

Blocked by #1252

Adds no_std for the alloy-rpc-types-engine crate.

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.

crates/rpc-types-engine/src/lib.rs Outdated Show resolved Hide resolved
crates/rpc-types-engine/src/lib.rs Outdated Show resolved Hide resolved
crates/rpc-types-engine/Cargo.toml Outdated Show resolved Hide resolved
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.

nits

crates/rpc-types-engine/src/payload.rs Outdated Show resolved Hide resolved
crates/rpc-types-engine/src/payload.rs Outdated Show resolved Hide resolved
crates/rpc-types-engine/src/payload.rs Show resolved Hide resolved
crates/rpc-types-engine/src/forkchoice.rs Show resolved Hide resolved
@refcell refcell requested a review from mattsse September 9, 2024 18:48
@refcell
Copy link
Contributor Author

refcell commented Sep 9, 2024

This is failing no_std because alloy-rpc-types-eth is not no_std compatible yet (see: #1252)

@refcell
Copy link
Contributor Author

refcell commented Sep 10, 2024

Replaced with #1268

@refcell refcell closed this Sep 10, 2024
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