-
Notifications
You must be signed in to change notification settings - Fork 2
fix: update reth to add block payload size validation #221
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
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.
Looks good, left one comment inline.
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.
merge reth branch feat-add-max-da-block-size
, repoint dep and lgtm
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
This PR is for Issue: scroll-tech/reth#281
Related PR: scroll-tech/reth#287
The Reth repo PR adds a new limit block_da_size_limit when building a new block. Make sure we won't build a block that's too large to be able to put into a Ethereum blob.