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

fullnode does not detect fork after rollback until new block is created #1255

Closed
srene opened this issue Nov 26, 2024 · 1 comment
Closed

Comments

@srene
Copy link
Contributor

srene commented Nov 26, 2024

fork could be detected by fork loop before new block arrives. the problem is fork loop exits when there is an instruction and therefore it will not detect the fork and freeze when reaching the fork height, unless new block is created and freezes from sync loop. not a big issue but could be improved. fork loop could not exit when there is an instruction file but just not check for fork while there is whithout finishing the loop.

@srene
Copy link
Contributor Author

srene commented Dec 3, 2024

fixed by #1261

@srene srene closed this as completed Dec 3, 2024
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