reth icon indicating copy to clipboard operation
reth copied to clipboard

Integrate engine API with network

Open mattsse opened this issue 2 years ago • 0 comments

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.

mattsse avatar Nov 15 '22 12:11 mattsse