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

Client fork grouping does not work for clients that are stuck before the finalization checkpoint #112

Open
pk910 opened this issue Aug 23, 2024 · 0 comments

Comments

@pk910
Copy link
Member

pk910 commented Aug 23, 2024

The grouping for the clients fork page does not work properly for clients that are stuck before the finalization checkpoint:
image

This is happening because dora can't check block relationships for blocks that are older than the finalization checkpoint.
These blocks are no longer in cache, so dora can't iterate their parent tree to group matching fork chains.

#111 is a temporary workaround to group clients that are stuck at the exact same block root.

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