solana/benches
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
..
bank.rs move last_id age checking into the HashMap 2018-10-18 11:07:00 -07:00
banking_stage.rs Switch leader scheduler to use PoH ticks instead of Entry height (#1519) 2018-10-18 22:57:48 -07:00
chacha.rs Add chacha module to encrypt ledger files 2018-09-28 14:23:37 -07:00
ledger.rs Enable bench and fix upload-perf 2018-09-27 14:16:56 -07:00
signature.rs Boot criterion (#1032) 2018-08-22 08:57:07 -06:00
sigverify.rs Enable bench and fix upload-perf 2018-09-27 14:16:56 -07:00