reth
reth copied to clipboard
Integrate engine API with network
The client receives blocks via engine_newpayloadv{1,2}
https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#engine_newpayloadv1
The network needs: latest block number as part of the Status message and to handle Get{Header,Blocks} requests.