Update EIP-7002: change request to flat encoding (#8855)
* EIP-7002: change request to flat encoding
I am proposing to change the encoding of withdrawal requests to be exactly equal to how
they are returned by the contract. The extra layer of RLP encoding is not necessary, and
by removing it, we can avoid defining the structure of these requests in the execution
layer client implementation.
* EIP-7002: make note of endianness of amount for input and output
* 7002: clarify endianness in pseudocode
* 7002: update bytecode
---------
Co-authored-by: lightclient <lightclient@protonmail.com>
GitHub Diff