-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
VoteInstruction::AuthorizeWithSeed
& `VoteInstruction::Au…
…thorizeWithSeedChecked` (#25928) * [vote_authorize_with_seed] Add `VoteInstruction::AuthorizeWithSeed` * [vote_authorize_with_seed] You can now update a vote account's authority if it's a derived key for which you control the base key * [vote_authorize_with_seed] Add test helper to create a vote account whose authorities are derived keys * [vote_authorize_with_seed] Write tests to assert the behavior of `VoteInstruction::AuthorizeWithSeed` * [vote_authorize_with_seed] Feature gate the `VoteInstruction::AuthorizeWithSeed` processor * [vote_authorize_with_seed] Add `VoteInstruction::AuthorizeWithSeed` to transaction status parser * [vote_authorize_with_seed] Add `VoteInstruction::AuthorizeWithSeed` to docs * [vote_authorize_with_seed] Add `VoteInstruction::AuthorizeCheckedWithSeed` * [vote_authorize_with_seed] You can now update a vote account's authority (while checking that the new authority has signed) if it's a derived key for which you control the base key * [vote_authorize_with_seed] Add `VoteInstruction::AuthorizeCheckedWithSeed` to transaction status parser * [vote_authorize_with_seed] Write tests to assert the behavior of `VoteInstruction::AuthorizeCheckedWithSeed`
- Loading branch information
1 parent
7b786ff
commit 45d11f3
Showing
7 changed files
with
870 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.