go-ethereum
go-ethereum copied to clipboard
Implement EIP-4844
This PR builds on top of the stake withdrawals work (https://github.com/ethereum/go-ethereum/pull/25838)
QQ: I see that the ExcessDataGas
is calculated during the finalization of the header, but I don't see where it is verified when receiving a block. Could you point me to where this is validated?
QQ: I see that the
ExcessDataGas
is calculated during the finalization of the header, but I don't see where it is verified when receiving a block. Could you point me to where this is validated?
it's not, will add.
This PR has been superseded by several other PRs, and will not be merged. I am closing this now, since it's no longer relevant for this repo.
Thanks for your work @roberto-bayardo! It was a great help when I implemented our 4844 version. I think I even lifted some of your test cases