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(eips): Make prague field an enum #1574

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

DoTheBestToGetTheBest
Copy link
Contributor

closes #1557

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.

cool, can we also integrate this into the ExecutionPayloadSidecar type?

crates/eips/src/eip7685.rs Outdated Show resolved Hide resolved
crates/eips/src/eip7685.rs Outdated Show resolved Hide resolved
@DoTheBestToGetTheBest
Copy link
Contributor Author

cool, can we also integrate this into the ExecutionPayloadSidecar type?

done thanks for the review

crates/eips/src/eip7685.rs Outdated Show resolved Hide resolved
crates/rpc-types-engine/src/sidecar.rs Outdated Show resolved Hide resolved
@onbjerg onbjerg changed the title feat(eips): Make prague field and enum feat(eips): Make prague field an enum Oct 29, 2024
@DoTheBestToGetTheBest
Copy link
Contributor Author

@onbjerg hey sorry for the delay i'm having internet problem at home, does the change look good to you ?

Copy link
Member

@yash-atreya yash-atreya left a comment

Choose a reason for hiding this comment

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

lgtm! cc @mattsse

Comment on lines 80 to 84
/// A list of requests or a precomputed requests hash.
///
/// For testing purposes, the `Hash` variant stores a precomputed requests hash. This can be useful
/// when the exact contents of the requests are unnecessary, and only a consistent hash value is
/// needed to simulate the presence of requests without holding actual data.
Copy link
Member

Choose a reason for hiding this comment

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

the whitespaces in this comment are a bit funky, please reformat it :D

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the whitespaces in this comment are a bit funky, please reformat it :D

done

crates/eips/src/eip7685.rs Show resolved Hide resolved
crates/rpc-types-engine/src/sidecar.rs Outdated Show resolved Hide resolved
crates/rpc-types-engine/src/sidecar.rs Outdated Show resolved Hide resolved
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.

[Feature] Make prague field and enum
5 participants