subsystem for issuing background connection requests (#2538)

* initial subsystem for issuing connection requests

* finish the initial impl

* integrate with the overseer

* rename to gossip-support

* fix renamings leftover

* remove run_inner

* fix compilation

* random subset of sqrt
This commit is contained in:
Andronik Ordian
2021-03-02 11:40:06 +01:00
committed by GitHub
parent 5169155f94
commit 4c1de66d5d
9 changed files with 317 additions and 30 deletions
+15
View File
@@ -5273,6 +5273,20 @@ dependencies = [
"thiserror",
]
[[package]]
name = "polkadot-gossip-support"
version = "0.1.0"
dependencies = [
"futures 0.3.12",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"rand 0.8.3",
"tracing",
"tracing-futures",
]
[[package]]
name = "polkadot-network-bridge"
version = "0.1.0"
@@ -5994,6 +6008,7 @@ dependencies = [
"polkadot-availability-distribution",
"polkadot-availability-recovery",
"polkadot-collator-protocol",
"polkadot-gossip-support",
"polkadot-network-bridge",
"polkadot-node-collation-generation",
"polkadot-node-core-approval-voting",