go-ethereum icon indicating copy to clipboard operation
go-ethereum copied to clipboard

all: implement EIP-7002, execution layer triggered withdrawal requests

Open lightclient opened this issue 1 year ago • 2 comments

This PR builds upon the 6110 impl #29431

This PR implements EIP-7002: Execution layer triggerable exits.

lightclient avatar Feb 21 '24 21:02 lightclient

Is there an upper limit on exits?

MariusVanDerWijden avatar Feb 21 '24 23:02 MariusVanDerWijden

The max number of deposits is in the system contract and is 16 currently.

lightclient avatar Feb 21 '24 23:02 lightclient