ReplayStage asking ledger for updates (#2597)

* Modify replay stage to ask db_ledger for updates instead of reading from upstream channel

* Add signal for db_ledger to update listeners about updates

* fix flaky test
This commit is contained in:
carllin
2019-02-04 15:33:43 -08:00
committed by GitHub
parent 5375c420c1
commit 3feda8a315
8 changed files with 631 additions and 344 deletions

View File

@ -28,6 +28,7 @@ use std::thread::sleep;
use std::time::Duration;
#[test]
#[ignore]
fn test_replicator_startup() {
solana_logger::setup();
info!("starting replicator test");