Files
pezkuwi-subxt/substrate/core/network
Svyatoslav Nikolsky f851dcf41c Filter peers on light nodes (#862)
* do not send OnDemand request to node who, we believe, can't process it

* ignore peers with too old best block on light nodes

* non-weird temporary

* fix condition

* compilation
2018-10-05 13:51:28 -04:00
..
2018-10-05 13:51:28 -04:00
2018-10-05 16:30:39 +02:00
2018-09-12 11:13:31 +02:00

= Network

.Summary
[source, toml]
----
include::Cargo.toml[lines=2..5]
----

.Description
----
include::src/lib.rs[tag=description]
----