lodestar icon indicating copy to clipboard operation
lodestar copied to clipboard

Implement expected withdrawals API

Open nflaig opened this issue 1 year ago • 4 comments

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

nflaig avatar Jun 24 '23 11:06 nflaig

I want to work on this issue can you assign to me .

MujahidAli954 avatar Jun 30 '23 11:06 MujahidAli954

@MujahidAli954 any progress?

philknows avatar Nov 07 '23 20:11 philknows

It looks learnable. I'd like to assignt it.

HiroyukiNaito avatar Mar 06 '24 08:03 HiroyukiNaito

I try to point to implement this function. https://github.com/ChainSafe/lodestar/blob/918924eabad9ca615acf3d92ff50828fb40fedea/packages/state-transition/src/block/processWithdrawals.ts#L65

HiroyukiNaito avatar Mar 06 '24 08:03 HiroyukiNaito