-
Notifications
You must be signed in to change notification settings - Fork 45
refactor(consensus, forkchoice) Add forkchoice.heaviestSlotOnSameVotedFork
method
#729
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
Conversation
The Agave version has two tests. One was implemented. The second test depends on The |
Codecov ReportAttention: Patch coverage is
... and 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
forkchoice.heaviestSlotOnSameVotedFork
method
Further look into |
589c345
to
b634ac6
Compare
b634ac6
to
2749421
Compare
This adds the implementation for heaviestSlotOnSameVotedFork.
This could not be implemented until now because it depends on Tower.