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

Remove ineffectual block RPC limits post merge #6798

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

dapplion
Copy link
Collaborator

@dapplion dapplion commented Jan 13, 2025

Issue Addressed

After the merge the max SSZ size of a block is absurdly big. The size is actually bound by other constants, so computing the fork's actual max size is pointless.

We can get rid of more fork boilerplate.

Close #6790

Proposed Changes

Use bellatrix's max value in block's rpc_block_limits_by_fork for post-merge forks

@dapplion dapplion requested a review from jxs as a code owner January 13, 2025 08:34
@dapplion dapplion added the ready-for-review The code is ready for review label Jan 13, 2025
@pawanjay176 pawanjay176 self-requested a review January 13, 2025 22:50
@realbigsean realbigsean self-requested a review January 14, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-review The code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant