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

integrate EIP-7840 in chainspec #13605

Merged
merged 6 commits into from
Jan 4, 2025

Conversation

tomasmilukas
Copy link
Contributor

Closes #13600.

Lmk if any adjustments are needed!

@tomasmilukas
Copy link
Contributor Author

hey @mattsse, the PR is ready. Lmk if anything needs to be adjusted

Copy link
Collaborator

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

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()
Copy link
Collaborator

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

Comment on lines 165 to 166
pub cancun: BlobParams,
pub prague: BlobParams,
Copy link
Collaborator

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

@mattsse mattsse added C-enhancement New feature or request M-devnet This issue is a tracking issue for a devnet labels Jan 4, 2025
Copy link
Collaborator

@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

imo we can merge this even if the eip pr is still in draft

@mattsse mattsse added this pull request to the merge queue Jan 4, 2025
Merged via the queue into paradigmxyz:main with commit c4f8a64 Jan 4, 2025
43 checks passed
@tomasmilukas tomasmilukas deleted the eip7840-chainspec branch January 4, 2025 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request M-devnet This issue is a tracking issue for a devnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate EIP-7840 in chainspec
2 participants