-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
integrate EIP-7840 in chainspec #13605
Conversation
hey @mattsse, the PR is ready. Lmk if anything needs to be adjusted |
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.
this lgtm, only have one pedantic doc nit
.map(|item| BlobParams { | ||
target_blob_count: item.target_blob_count, | ||
max_blob_count: item.max_blob_count, | ||
..default() |
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.
this seems okay, this way we use the correct hardfork settings but use the configured target+max_blob fields
crates/chainspec/src/spec.rs
Outdated
pub cancun: BlobParams, | ||
pub prague: BlobParams, |
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.
nit: needs one liner doc
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
imo we can merge this even if the eip pr is still in draft
Closes #13600.
Lmk if any adjustments are needed!