-
Notifications
You must be signed in to change notification settings - Fork 863
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
Implement EIP-4844 #4631
Comments
I think this is the list so far of things that should be done:
For creating new blocks:
|
We could save bandwidth for non-validator nodes and not download any data blob transactions at all. Only validator nodes that need to create blocks need to do that. Right now Besu does not know if it is a validator or a non-validator node. It could make sense to tell Besu via config if it is one or not. For example something like |
Tracking transaction pool related sub tasks here:
|
Devnet 5 reqs: https://hackmd.io/@inphi/HJZo4vQGn# |
The text was updated successfully, but these errors were encountered: