solana/programs
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
..
bpf Avoid possible simplified lowering of passed struct (#2938) 2019-02-25 17:05:59 -08:00
native Add lockouts to vote program (#2944) 2019-02-26 22:19:31 -07:00
tests Program tests now check signature status (#2965) 2019-02-26 17:09:57 -08:00
Cargo.toml Program tests now check signature status (#2965) 2019-02-26 17:09:57 -08:00