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

Update max blobs per block #4391

Merged
merged 3 commits into from
Jun 12, 2023

Conversation

pawanjay176
Copy link
Member

Issue Addressed

ethereum/consensus-specs#3410

Proposed Changes

Update MaxBlobsPerBlock in EthSpec to 6 and also add a new deneb const BLOB_SIDECAR_SUBNET_COUNT which should be same as MaxBlobsPerBlock.

@pawanjay176 pawanjay176 requested a review from realbigsean June 12, 2023 20:03
@pawanjay176 pawanjay176 added the ready-for-review The code is ready for review label Jun 12, 2023
@pawanjay176
Copy link
Member Author

Made a PR to the main deneb branch as this is a spec change. Need to merge this to the devnet6 branch separately

Copy link
Member

@realbigsean realbigsean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@@ -236,10 +237,11 @@ impl<AppReqId: ReqId, TSpec: EthSpec> Network<AppReqId, TSpec> {
possible_fork_digests,
ctx.chain_spec.attestation_subnet_count,
SYNC_COMMITTEE_SUBNET_COUNT,
4, // TODO(pawan): get this from chainspec
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@realbigsean realbigsean merged commit 0a2a00a into sigp:deneb-free-blobs Jun 12, 2023
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.

2 participants