-
Notifications
You must be signed in to change notification settings - Fork 234
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
base: main
Are you sure you want to change the base?
feat(eips): Make prague field an enum #1574
Conversation
There was a problem hiding this 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?
Co-authored-by: Thomas Coratger <[email protected]>
Co-authored-by: Thomas Coratger <[email protected]>
done thanks for the review |
@onbjerg hey sorry for the delay i'm having internet problem at home, does the change look good to you ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! cc @mattsse
crates/eips/src/eip7685.rs
Outdated
/// 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. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Co-authored-by: Oliver <[email protected]>
Co-authored-by: Oliver <[email protected]>
closes #1557