-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Max blobs per block should be 6 not 1 #12456
Conversation
Blobs per block is not 1 but 6.
WalkthroughThe update signifies a transition from Proto-Danksharding to full Danksharding, specifically increasing the number of blobs attached to blocks from 6 to 64. This major shift will require consensus client operations to adapt to the significantly larger blob size, alongside other planned adjustments to accommodate this enhancement in blockchain efficiency and scalability. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Congrats, your important contribution to this open-source project has earned you a GitPOAP! Be sure to join the Ethereum.org discord if you are interested in contributing further to the project or have any questions for the team. GitPOAP: 2024 Ethereum.org Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
@all-contributors please add @blmalone for content correction |
I've put up a pull request to add @blmalone! 🎉 |
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- public/content/roadmap/danksharding/index.md (1 hunks)
Additional comments: 1
public/content/roadmap/danksharding/index.md (1)
- 68-68: The update from 6 blobs in Proto-Danksharding to 64 in full Danksharding is a significant change that aligns with the Ethereum protocol's scalability goals. Ensure this update is reflected in all relevant documentation and educational materials to maintain consistency and clarity for the community.
Blobs per block is not 1 but 6.
Description
eip-4844: states that the max size is 0.75 MB which is equivalent to 6, 125kb blobs.
Related Issue
Summary by CodeRabbit