-
Notifications
You must be signed in to change notification settings - Fork 34
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
Cluster tracker #2095
Cluster tracker #2095
Conversation
@@ -0,0 +1,275 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
License header is missing
core/parachain/backing/cluster.cpp
Outdated
return std::ranges::find(validators, validator) != validators.end(); | ||
} | ||
|
||
} // namespace kagome::parachain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty string
test/core/parachain/cluster_test.cpp
Outdated
(StatementVector{{5, CompactStatementSeconded(hash_a)}, | ||
{200, CompactStatementValid(hash_b)}})); | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty str
Description of the Change
Implement Cluster Tracker from polkadot-sdk.
Checklist Before Opening a PR
Before you open a Pull Request (PR), please make sure you've completed the following steps and confirm by answering 'Yes' to each item: