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

[TASK] Ensure on each session a random set of signers is selected. #79

Closed
2 tasks done
Tracked by #92
drewstone opened this issue Jan 19, 2022 · 0 comments · Fixed by #127
Closed
2 tasks done
Tracked by #92

[TASK] Ensure on each session a random set of signers is selected. #79

drewstone opened this issue Jan 19, 2022 · 0 comments · Fixed by #127
Assignees

Comments

@drewstone
Copy link
Contributor

drewstone commented Jan 19, 2022

Overview

We want the signers to update after each session who may take part in signing arbitrary proposals and also key refresh proposals (public key signature submissions). This will impact rewards when we have them and allow different parties to partake in the incentive game across sessions even if the authorities don't change. We will choose t out-of n signers and t<n, so that there will be a different t ideally after each key refresh.

Tasks

  • Ensure that signers are rotating after session/era/authority changes.
  • Write an integration test to verify this across sessions/eras.
@shekohex shekohex linked a pull request Jan 28, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants