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

Keypers don't vote for transitions to new keyper sets they are not a member of #485

Open
jannikluhn opened this issue Jul 4, 2024 · 0 comments

Comments

@jannikluhn
Copy link
Contributor

Keypers send BlockSeen messages to implicitly vote to transition to keyper sets activated prior to this block number. However, they only do this for keyper sets they are a member of:

count, err := q.CountBatchConfigsInBlockRangeWithKeyper(ctx,

This means that transitioning away from one keyper set potentially doesn't work, as only new keypers would vote on it, but they don't have voting power.

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