Files
pezkuwi-subxt/substrate/client/informant
Nazar Mokrynskyi bf57a2e92d Actually fix major sync detection (#12114)
* Actually fix major sync detection

* Introduce `SyncState::Importing` state

* Add target to SyncState enum variants and add `is_major_syncing` method on it

* Remove unnecessary duplicated `best_seen_block` from `SyncState` struct

* Revert "Remove unnecessary duplicated `best_seen_block` from `SyncState` struct"

This reverts commit bb8abd458c939881c049f69d59f3acba47c97c5c.

* Add missing `websocket` feature to `libp2p`

Co-authored-by: parity-processbot <>
2022-10-21 13:38:53 +00:00
..
2022-10-05 21:07:15 +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