solana/transaction-status/src
Steven Luscher 45d11f3d26
Implement `VoteInstruction::AuthorizeWithSeed` & `VoteInstruction::AuthorizeWithSeedChecked` (#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`
2022-06-13 20:36:44 -07:00
..
parse_token/extension Parse most token-2022 instructions (#25099) 2022-05-10 11:09:54 -06:00
extract_memos.rs Refactor: Add AccountKeys struct for static and dynamic message keys (#22960) 2022-02-05 20:00:31 +08:00
lib.rs Remove unused lifetime 2022-05-22 22:22:21 -07:00
parse_accounts.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
parse_associated_token.rs RPC instruction parser tests are missing some cases (#25951) 2022-06-14 00:32:40 +00:00
parse_bpf_loader.rs RPC instruction parser tests are missing some cases (#25951) 2022-06-14 00:32:40 +00:00
parse_instruction.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
parse_stake.rs RPC instruction parser tests are missing some cases (#25951) 2022-06-14 00:32:40 +00:00
parse_system.rs RPC instruction parser tests are missing some cases (#25951) 2022-06-14 00:32:40 +00:00
parse_token.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
parse_vote.rs Implement `VoteInstruction::AuthorizeWithSeed` & `VoteInstruction::AuthorizeWithSeedChecked` (#25928) 2022-06-13 20:36:44 -07:00
token_balances.rs Add program_id to TokenBalances structs (#24513) 2022-04-19 22:01:22 -06:00