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

Epic: Account rekeying #12597

Closed
3 tasks
tac0turtle opened this issue Jul 15, 2022 · 2 comments
Closed
3 tasks

Epic: Account rekeying #12597

tac0turtle opened this issue Jul 15, 2022 · 2 comments

Comments

@tac0turtle
Copy link
Member

Summary

Account rekeying was proposed in adr-034.

Todo List:

  • Implement account rekeying
  • Adjust ADR (as needed)
  • Review once open against upstream
@ValarDragon
Copy link
Contributor

Really excited about this happening!!! Some of my thoughts on this since we first wrote the ADR are (And work I want to do with making hot keys sustainable):

We need to make account types able to define parsing logic for the change pubkey structs. e.g. I want to make an account type with multiple keys natively (Guardian keys, admin key, and a hot key). I should be able to use change pubkey to change just one of the keys. (Where my account type defined it)

I suspect this shouldn't be intense to do, we can probably just make change pubkey able to supply a set of (string, pubkey) pairs, and then every account type has parsing logic based on this.

@tac0turtle
Copy link
Member Author

closing in favour of #14900

@robert-zaremba robert-zaremba mentioned this issue May 8, 2023
2 tasks
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

3 participants
@ValarDragon @tac0turtle and others