-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
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.
Milestone
Comments
@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 |
Closing for #5561 |
nflaig
added
prio-high
Resolve issues as soon as possible.
and removed
prio-low
This is nice to have.
labels
Apr 16, 2024
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
Can I be assigned to solve this issue , I am working on it since several days . |
Merged
Open
5 tasks
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.
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
The text was updated successfully, but these errors were encountered: