-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add fork_database unittests to cover best fork choice rules #10
Comments
We need to consider a worst-case scenario of finalizers split apart for different branches, then rejoin together, and need to reach consensus on one of the branches through their votes. It requires one of them to choose to vote weakly to join the other. |
Create Savanna versions of the following tests from #196:
Also consider any tests needed to exercise any code paths that are not currently being exercised by the new fork choice rule implementation. |
Depends on AntelopeIO/leap#2125
AntelopeIO/leap#2125 Did not add test coverage for
fork_database
best fork choice rules.Add unittest coverage of fork choices with multiple branches and scenarios.
The text was updated successfully, but these errors were encountered: