-
Notifications
You must be signed in to change notification settings - Fork 98
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 EIP-4844: Rename "data gas" to "blob gas" #225
Conversation
Lets wait until some of the other PRs are merged first, changing this to draft. Will rebase afterwards! |
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.
Thanks for getting on this so quickly! And for the geth branch! 🏃
I changed BLOB_GAS_PER_BLOB
to GAS_PER_BLOB
to bring it inline with ethereum/EIPs@f1493f6#diff-c72ce77807acfea9e9693b7999f247841df938c9645be37013903805fa8b0c09R58
I could successfully fill tests/cancun/eip4844_blobs/
with spencer-tb/go-ethereum@d8c8d09
LGTM!
4ea1cd9
to
0aed72b
Compare
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 :)
➕ Adds the appropriate changes to fields that contain "data gas" (I hope there is no mistakes...).
Required for devnet-8.
Spec change: ethereum/EIPs#7354
The following geth t8n branch can be used to fill 4884 & 4788 tests:
https://github.com/spencer-tb/go-ethereum/commits/cancun-t8n