solana-with-rpc-optimizations/programs/vote
bji d77f0a22c7
Add new vote state version that replaces Lockout with LandedVote to a… (#29524)
* Add new vote state version that replaces Lockout with LandedVote to allow vote latency to be tracked in a future change. Includes a feature to be enabled which will when enabled cause the vote state to be written in the new form.

* Update feature set key to one owned by ashwin

---------

Co-authored-by: Ashwin Sekar <ashwin@solana.com>
2023-03-20 08:31:46 -06:00
..
benches Refactor - Remove `process_instruction` parameter `first_instruction_account` (#30579) 2023-03-06 17:37:37 +01:00
src Add new vote state version that replaces Lockout with LandedVote to a… (#29524) 2023-03-20 08:31:46 -06:00
Cargo.toml chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
build.rs