Open twoeths opened 1 year ago
@tuyennhv Please note that this mechanism will likely become obsolete soon once the deposit processing is moved from a bridge structure to in-protocol -> https://github.com/ethereum/consensus-specs/pull/3177
Can I be assigned to solve this issue , I am working on it since several days .
Is your feature request related to a problem? Please describe.
Currently we have to always fetch all historical deposits, even through we do a weak subjectivity sync. This enhancement supports extracting and downloading a compressed merkel tree that's enough to produce deposit proofs (in order to produce blocks), and we can build our partial merkle tree from there
Refer to https://eips.ethereum.org/EIPS/eip-4881
Describe the solution you'd like