solana/programs/vote/src
Justin Starry cb5e67d327
Use Rent sysvar directly for stake split instruction (#24008)
* Use Rent sysvar directly for stake split ix

* Add feature to gate rent sysvar change

* fix tests

* cargo clippy
2022-03-31 16:46:35 +08:00
..
vote_state Revert: `KeyedAccount` refactoings in builtin programs (#23649) 2022-03-16 11:30:01 +01:00
authorized_voters.rs
lib.rs Refactor: Split vote_instruction.rs into multiple files (#22502) 2022-01-14 17:25:15 +08:00
vote_error.rs Add feature gate for new vote instruction and plumb through replay (#21683) 2022-02-07 14:06:19 -08:00
vote_instruction.rs Refactor: Split vote_instruction.rs into multiple files (#22502) 2022-01-14 17:25:15 +08:00
vote_processor.rs Use Rent sysvar directly for stake split instruction (#24008) 2022-03-31 16:46:35 +08:00
vote_transaction.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00