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

Add Vote program AuthorizeWithSeed instruction #25860

Closed
CriesofCarrots opened this issue Jun 9, 2022 · 0 comments · Fixed by #25928
Closed

Add Vote program AuthorizeWithSeed instruction #25860

CriesofCarrots opened this issue Jun 9, 2022 · 0 comments · Fixed by #25928
Assignees

Comments

@CriesofCarrots
Copy link
Contributor

CriesofCarrots commented Jun 9, 2022

Problem

It's possible to set an authorized voter or withdrawer to a derived key. Even though you can prove control of the base key, it's currently not possible to use that proof to authorize a new authority.

Proposed Solution

Add VoteInstruction::AuthorizeWithSeed to the vote program, and plumb client support
The instruction processor will need to be feature-gated, since it will cause transactions with the new instruction data to succeed, where they currently fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants
@steveluscher @CriesofCarrots and others