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

Bootstrap fork choice from storage's attestations #207

Open
ericsson49 opened this issue Oct 3, 2019 · 0 comments
Open

Bootstrap fork choice from storage's attestations #207

ericsson49 opened this issue Oct 3, 2019 · 0 comments
Labels
chain Chain module enhancement New feature or request

Comments

@ericsson49
Copy link
Contributor

Currently, when node starts, fork choice is based on an empty LatestMessages set, since LMs/attestations are not stored on disk explicitly.
However, on-chain attestations (inside blocks) are kept in the storage.
Implement bootstrapping initial LM set for LMD GHOST fork choice, from blocks kept in the storage (descendants of the finalized checkpoint).

@ericsson49 ericsson49 added enhancement New feature or request chain Chain module labels Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chain Chain module enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant