solana/tests
carllin 0bd1412562
Switch leader scheduler to use PoH ticks instead of Entry height (#1519)
* Add PoH height to process_ledger()

* Moved broadcast_stage Leader Scheduling logic to use Poh height instead of entry_height

* Moved LeaderScheduler logic to PoH in ReplicateStage

* Fix Leader scheduling tests to use PoH instead of entry height

* Change is_leader detection in repair() to use PoH instead of entry height

* Add tests to LeaderScheduler for new functionality

* fix Entry::new and genesis block PoH counts

* Moved LeaderScheduler to PoH ticks

* Cleanup to resolve PR comments
2018-10-18 22:57:48 -07:00
..
data_replicator.rs Crdt -> ClusterInfo 2018-10-09 03:49:39 -06:00
multinode.rs Switch leader scheduler to use PoH ticks instead of Entry height (#1519) 2018-10-18 22:57:48 -07:00
programs.rs Added TicTacToe Dashboard and tests (#1547) 2018-10-18 14:19:25 -07:00