Engine API Changes for Shanghai #1297
Labels
A-consensus
Related to the consensus engine
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
Describe the feature
Introduced here in the specs by @ralexstokes.
V2
variants for the payload types (w/ the withdrawals type), andengine_getPayloadBodiesByHashV1
&engine_getPayloadBodiesByRangeV1
so the CL can batch query payloads.Option<Withdrawal>
in a couple places, this should be replaced withVec<Withdrawal>
Related
The text was updated successfully, but these errors were encountered: