lodestar
lodestar copied to clipboard
Implement expected withdrawals API
Problem description
Latest beacon API spec requires expected withdrawals API
- https://github.com/ethereum/beacon-APIs/pull/304
Solution description
Implement the following route:
- https://ethereum.github.io/beacon-APIs/#/Builder/getNextWithdrawals
Additional context
No response
I want to work on this issue can you assign to me .
@MujahidAli954 any progress?
It looks learnable. I'd like to assignt it.
I try to point to implement this function. https://github.com/ChainSafe/lodestar/blob/918924eabad9ca615acf3d92ff50828fb40fedea/packages/state-transition/src/block/processWithdrawals.ts#L65