solana/programs/native/rewards
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
..
src Add lockouts to vote program (#2944) 2019-02-26 22:19:31 -07:00
tests Add lockouts to vote program (#2944) 2019-02-26 22:19:31 -07:00
Cargo.toml Bump bincode from 1.1.1 to 1.1.2 2019-02-16 13:58:37 -07:00