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

Validator joining flow #941

Closed
16 of 19 tasks
JesseAbram opened this issue Jul 16, 2024 · 2 comments
Closed
16 of 19 tasks

Validator joining flow #941

JesseAbram opened this issue Jul 16, 2024 · 2 comments
Assignees
Labels
Breaks API Bump `spec_version` A change which affects the current runtime behaviour DevOps Feature introduces a new feature

Comments

@JesseAbram
Copy link
Member

JesseAbram commented Jul 16, 2024

Core

  • Set parameters for size of signer group and T of N
  • Add Signer groups to chain
  • Get randomness to select new signer from validators on session refresh
  • Rotate Signers
  • Create ocw message to do reshare
  • Allow nodes to call in to confirm (holding new key share in seperate storage slot)
  • On confirmation have chain update new signers
  • When all confirmed (or T idk) create another message to rotate new keyshare to old keyshare, delete old keyshare Should deleting and rotating a parent key be a one or two step process #968
  • Validate new_reshare pathway
  • Delete old key if not a new signer (includes making the test for reshare in TSS actually rotate the signers not just do a reshare)
  • Replace SIGNING_PARTY_SIZE to TOTAL_SIGNERS or SIGNER_THRESHOLD

Extras

@JesseAbram
Copy link
Member Author

first four handled in #938

@JesseAbram JesseAbram self-assigned this Jul 16, 2024
@JesseAbram JesseAbram added Feature introduces a new feature DevOps Breaks API Bump `spec_version` A change which affects the current runtime behaviour labels Jul 16, 2024
@HCastano HCastano added this to the t-of-N Redesign milestone Jul 16, 2024
This was referenced Jul 16, 2024
@JesseAbram
Copy link
Member Author

As all of the task still left are open for input, have been pulled out to their own issues and as I would consider them enhancements I am closing this as done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaks API Bump `spec_version` A change which affects the current runtime behaviour DevOps Feature introduces a new feature
Projects
Status: Done
Development

No branches or pull requests

2 participants