Add check for propagation of leader block before generating further blocks (#8758)

Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
carllin
2020-03-26 19:57:27 -07:00
committed by GitHub
parent 4b97e58cba
commit 5a8658283a
4 changed files with 1442 additions and 200 deletions

View File

@@ -32,6 +32,7 @@ pub mod ledger_cleanup_service;
pub mod local_vote_signer_service;
pub mod poh_recorder;
pub mod poh_service;
pub mod progress_map;
pub mod repair_service;
pub mod replay_stage;
mod result;