Archive Mode and groundwork for state-preserving handles (#166)

* less eager deletion of DB values

* archive mode
This commit is contained in:
Robert Habermeier
2018-05-17 13:47:53 +02:00
committed by Gav Wood
parent 37029eb42f
commit 491f74ad00
6 changed files with 202 additions and 65 deletions
@@ -198,7 +198,6 @@ fn start_bft<F, C>(
}
};
let input = Messages {
network_stream: network.bft_messages(parent_hash),
local_id: bft_service.local_id(),