solana/programs/vote
Alexander Meißner 569d531573
Code cleanup: In vote and stake processor (#23353)
* Enable benchmarks of vote processor.

* Inlines from_keyed_account() in stake instruction.
2022-02-25 21:05:05 +01:00
..
benches Code cleanup: In vote and stake processor (#23353) 2022-02-25 21:05:05 +01:00
src Replaces `KeyedAccount` by `BorrowedAccount` in vote processor (#23348) 2022-02-25 17:22:54 +01:00
Cargo.toml chore: bump serde from 1.0.134 to 1.0.136 (#22817) 2022-01-28 12:20:37 -07:00
build.rs