Files
pezkuwi-subxt/substrate/client/informant
Bastian Köcher 1ae671e09a sc-informant: Do not show Block history if doing major sync (#14094)
After warp syncing a node it still downloads the block history. If the node is stopped and then
started later while downloading the block history, the node first needs to do a major sync to sync
to the tip of the chain. Before informant was showing `Block history` as sync state, while we
actually were doing a major sync. This pr is fixing this.
2023-05-08 14:42:17 +00:00
..
2020-08-20 17:04:42 +02:00

Console informant. Prints sync progress and block events. Runs on the calling thread.

License: GPL-3.0-or-later WITH Classpath-exception-2.0