solana/docs/src/cluster
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
..
bench-tps.md Update a dangling devnet endpoint doc (#17836) 2021-06-08 15:57:25 +00:00
fork-generation.md Update fork-generation.md 2020-07-29 20:40:44 -07:00
leader-rotation.md Update leader-rotation.md (#18192) 2021-06-24 13:56:27 +00:00
managing-forks.md Update managing-forks.md 2020-07-29 20:40:44 -07:00
overview.md fix typo in cluster docs (#24706) 2022-04-27 19:24:04 -05:00
performance-metrics.md
rpc-endpoints.md Adds comments related to the public RPC endpoints (#22797) 2022-03-02 19:15:35 +00:00
stake-delegation-and-rewards.md Implement `VoteInstruction::AuthorizeWithSeed` & `VoteInstruction::AuthorizeWithSeedChecked` (#25928) 2022-06-13 20:36:44 -07:00
synchronization.md
turbine-block-propagation.md Correct minor typo in turbine-block-propagation.md (#12073) 2020-09-05 18:03:53 -06:00
vote-signing.md Update vote-signing.md to remove references to anachronistic behavior 2022-01-25 15:27:58 -08:00