Consensus fix, don't consider threshold check if.. (#7948)

* Consensus fix, don't consider threshold check if

lockouts are not increased

* Change partition tests to wait for epoch with > lockout slots

* Use atomic bool to signal partition
This commit is contained in:
sakridge
2020-01-27 16:49:25 -08:00
committed by GitHub
parent 912aafcefd
commit 7058287273
7 changed files with 108 additions and 165 deletions

View File

@@ -30,7 +30,6 @@ pub mod gossip_service;
pub mod ledger_cleanup_service;
pub mod local_vote_signer_service;
pub mod packet;
pub mod partition_cfg;
pub mod poh_recorder;
pub mod poh_service;
pub mod recvmmsg;