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

Implement block pool #202

Open
mkalinin opened this issue Sep 23, 2019 · 0 comments
Open

Implement block pool #202

mkalinin opened this issue Sep 23, 2019 · 0 comments
Labels
chain Chain module

Comments

@mkalinin
Copy link
Contributor

Description

Block pool accumulates blocks received via gossip channel, verifies them and inserts into beacon chain. If received block is a part of unknown chain segment it needs to be downloaded via Req/Resp. Blocks should be purged/discarded if its chain can't be identified or slot falls behind recent finalized slot. Blocks coming from future slots should be held until that slot is emitted.

@mkalinin mkalinin added the chain Chain module label Sep 23, 2019
@mkalinin mkalinin mentioned this issue Sep 23, 2019
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chain Chain module
Projects
None yet
Development

No branches or pull requests

1 participant