Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EIP-4881: Deposit Contract Snapshot Interface #4935

Open
twoeths opened this issue Dec 23, 2022 · 3 comments
Open

EIP-4881: Deposit Contract Snapshot Interface #4935

twoeths opened this issue Dec 23, 2022 · 3 comments
Labels
good first issue Issues that are suitable for first-time contributors. help wanted The author indicates that additional help is wanted. prio-high Resolve issues as soon as possible.

Comments

@twoeths
Copy link
Contributor

twoeths commented Dec 23, 2022

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

@dapplion
Copy link
Contributor

@tuyennhv Please note that this mechanism will likely become obsolete soon once the deposit processing is moved from a bridge structure to in-protocol -> ethereum/consensus-specs#3177

@twoeths twoeths added the prio-low This is nice to have. label Dec 27, 2022
@dapplion
Copy link
Contributor

Closing for #5561

@jeluard jeluard self-assigned this Apr 16, 2024
@nflaig nflaig reopened this Apr 16, 2024
@nflaig nflaig added prio-high Resolve issues as soon as possible. and removed prio-low This is nice to have. labels Apr 16, 2024
@twoeths twoeths self-assigned this Apr 17, 2024
@philknows philknows added good first issue Issues that are suitable for first-time contributors. help wanted The author indicates that additional help is wanted. and removed good first issue Issues that are suitable for first-time contributors. help wanted The author indicates that additional help is wanted. labels May 22, 2024
@philknows philknows added this to the Short-Term Features/Issues milestone May 23, 2024
@AkshatGada
Copy link

Can I be assigned to solve this issue , I am working on it since several days .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issues that are suitable for first-time contributors. help wanted The author indicates that additional help is wanted. prio-high Resolve issues as soon as possible.
Projects
None yet
Development

No branches or pull requests

6 participants