solana/runtime
carllin 033a04129a Add lockouts to vote program (#2944)
* Add lockouts to vote program

* Rename MAX_VOTE_HISTORY TO MAX_LOCKOUT_HISTORY, change process_vote() to only pop votes after MAX_LOCKOUT_HISTORY + 1 votes have arrived

* Correctly calculate serialized size of an Option, rename root_block to root_slot
2019-02-26 22:19:31 -07:00
..
benches Move Bank to its own crate 2019-02-19 07:17:04 -07:00
src Add lockouts to vote program (#2944) 2019-02-26 22:19:31 -07:00
Cargo.toml Hoist new leader scheduler up to protocol level 2019-02-26 08:23:01 -08:00