ChainSafe / lodestar

🌟 TypeScript Implementation of Ethereum Consensus
https://lodestar.chainsafe.io
Apache License 2.0
1.15k stars 283 forks source link

Implement `engine_getPayloadBodiesByRangeV2` on electra branch #6836

Closed nflaig closed 3 months ago

nflaig commented 4 months ago

We might have to implement engine_getPayloadBodiesByRangeV2 for devnet-1. There still seems to be an open discussion if a new api should be introduced or to just extend the v1 api (see https://github.com/ethereum/execution-apis/pull/545).

Also might need to update WithdrawalRequestV1, depending on if https://github.com/ethereum/execution-apis/pull/549 gets merged or not.

nflaig commented 3 months ago

Resolved by #6852 and #6877