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

Check if fp has voted for heights between highestVotedHeight and lastVotedHeight #223

Open
gitferry opened this issue Dec 16, 2024 · 0 comments

Comments

@gitferry
Copy link
Member

if highestVotedHeight > lastVotedHeight, using highestVotedHeight could lead to issues when there are missed blocks between the gap due to bugs. A proper solution is to check if the fp has voted for each block within the gap

gitferry added a commit that referenced this issue Dec 16, 2024
Remaining todos are tracked by:
- #222
- #223
- #224
- #225
- #219
- #196
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant