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

Fork choice rule with attestations #1194

Closed
mkalinin opened this issue Sep 26, 2018 · 1 comment
Closed

Fork choice rule with attestations #1194

mkalinin opened this issue Sep 26, 2018 · 1 comment
Labels
Milestone

Comments

@mkalinin
Copy link
Contributor

mkalinin commented Sep 26, 2018

Abstract

Update fork choice rule with IMD GHOST algorithm.

Proposed implementation

New ScoreFunction should be implemented that uses IMD GHOST algorithm combined with finality.

Beacon chain fork choice rule is outlined in the spec.
IMD GHOST is well described by following posts:

As finality is not yet implemented, there is a suggestion to use block with a highest slot number that satisfies condition <= head.slotNumber - CYCLE_LENGTH as highestSlotNumberJustifiedBlock

@mkalinin mkalinin added this to the Beacon milestone Sep 26, 2018
@zilm13
Copy link
Collaborator

zilm13 commented Nov 15, 2018

resolved with #1219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants