support an initial window filled with last up-to-WINDOW_SIZE blobs

This commit is contained in:
Rob Walker
2018-07-02 10:07:32 -07:00
parent 71f05cb23e
commit ed0a590549
7 changed files with 164 additions and 36 deletions

View File

@ -306,6 +306,7 @@ fn test_multi_node_dynamic_network() {
Some(OutFile::Path(ledger_path.clone())),
exit.clone(),
);
info!("{:x} LEADER", leader_data.debug_id());
let threads = server.thread_hdls();
let leader_balance =
send_tx_and_retry_get_balance(&leader_data, &alice, &bob_pubkey, Some(500)).unwrap();
@ -328,6 +329,7 @@ fn test_multi_node_dynamic_network() {
Some(OutFile::Path(ledger_path.clone())),
exit.clone(),
);
info!("{:x} VALIDATOR", rd.debug_id());
(rd, exit, val)
})
.collect();