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

Beacon chain block import #1145

Closed
mkalinin opened this issue Aug 2, 2018 · 1 comment
Closed

Beacon chain block import #1145

mkalinin opened this issue Aug 2, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@mkalinin
Copy link
Contributor

mkalinin commented Aug 2, 2018

Addresses a backbone implementation for block processing part. It should have a modular design and connect all parts of import process together:

"First best" algorithm is pretty simple, among N blocks with same slot number the best one is a block that has been imported first.

There is no necessity to implement this task apart from the others. It can be covered by work done within the other tickets.

@mkalinin mkalinin added this to To Do in Beacon chain via automation Aug 2, 2018
@mkalinin
Copy link
Contributor Author

mkalinin commented Aug 7, 2018

A note to state storage step:
The spec decouples active state from crystallized state. At the first glance there is no need for that, hence I propose an implementation with a single state storage that holds both states described by the spec. Let's just try to check whether single state works or not.

@mkalinin mkalinin added this to the Beacon milestone Aug 16, 2018
@mkalinin mkalinin self-assigned this Aug 16, 2018
@mkalinin mkalinin moved this from To Do to In Progress in Beacon chain Aug 16, 2018
Beacon chain automation moved this from In Progress to Done Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Beacon chain
  
Done
Development

No branches or pull requests

1 participant