Update EIP-7685: change requests hash to flat hash (#8854)
* EIP-7685: change requests hash to flat hash
There is no need to create a tree hash over the requests, since proofs
related to requests will be made over the CL block. The EL block body stores
unvalidated requests and will never be used for proofs. Removing the tree hash
simplifies things.
* 7685: fix typo
---------
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
GitHub Diff