solana-with-rpc-optimizations/runtime
carllin af03df38b9
Don't vote for empty leader transmissions (#3248)
* Don't vote for empty leader transmissions

* Add is_delta flag to bank to detect empty leader transmissions

* Plumb new is_votable flag through replay stage

* Fix PohRecorder tests

* Change is_delta to AtomicBool to avoid making Bank references mutable

* Reset start slot in poh_recorder when working bank is cleared, so that connsecutive TPU's will start from the correct place

* Use proper max tick height calculation

* Test for not voting on empty transmission

* tests for is_votable
2019-03-13 14:06:12 -07:00
..
benches
src Don't vote for empty leader transmissions (#3248) 2019-03-13 14:06:12 -07:00
tests
.gitignore
Cargo.toml Remove non-essential programs from runtime/ 2019-03-12 15:11:59 -05:00