Incorporate sc-peerset into sc-network (#14236)

This commit is contained in:
Dmitry Markin
2023-05-29 20:56:57 +03:00
committed by GitHub
parent b8bca85e9d
commit d4b2bf7394
40 changed files with 306 additions and 337 deletions
+2 -26
View File
@@ -9441,6 +9441,7 @@ dependencies = [
"multistream-select",
"parity-scale-codec",
"parking_lot 0.12.1",
"partial_sort",
"pin-project",
"rand 0.8.5",
"sc-block-builder",
@@ -9449,7 +9450,6 @@ dependencies = [
"sc-network-common",
"sc-network-light",
"sc-network-sync",
"sc-peerset",
"sc-utils",
"serde",
"serde_json",
@@ -9471,6 +9471,7 @@ dependencies = [
"tokio-test",
"tokio-util",
"unsigned-varint",
"wasm-timer",
"zeroize",
]
@@ -9515,7 +9516,6 @@ dependencies = [
"parity-scale-codec",
"prost-build",
"sc-consensus",
"sc-peerset",
"sc-utils",
"serde",
"smallvec",
@@ -9542,7 +9542,6 @@ dependencies = [
"quickcheck",
"sc-network",
"sc-network-common",
"sc-peerset",
"sp-runtime",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
@@ -9565,7 +9564,6 @@ dependencies = [
"sc-client-api",
"sc-network",
"sc-network-common",
"sc-peerset",
"sp-blockchain",
"sp-core",
"sp-runtime",
@@ -9585,7 +9583,6 @@ dependencies = [
"pin-project",
"sc-network",
"sc-network-common",
"sc-peerset",
"sp-consensus",
"sp-runtime",
"sp-statement-store",
@@ -9615,7 +9612,6 @@ dependencies = [
"sc-consensus",
"sc-network",
"sc-network-common",
"sc-peerset",
"sc-utils",
"smallvec",
"sp-arithmetic",
@@ -9674,7 +9670,6 @@ dependencies = [
"parity-scale-codec",
"sc-network",
"sc-network-common",
"sc-peerset",
"sc-utils",
"sp-consensus",
"sp-runtime",
@@ -9704,7 +9699,6 @@ dependencies = [
"sc-client-db",
"sc-network",
"sc-network-common",
"sc-peerset",
"sc-transaction-pool",
"sc-transaction-pool-api",
"sc-utils",
@@ -9720,24 +9714,6 @@ dependencies = [
"tracing",
]
[[package]]
name = "sc-peerset"
version = "4.0.0-dev"
dependencies = [
"futures",
"libp2p-identity",
"log",
"mockall",
"parking_lot 0.12.1",
"partial_sort",
"rand 0.8.5",
"sc-utils",
"serde_json",
"sp-arithmetic",
"sp-tracing",
"wasm-timer",
]
[[package]]
name = "sc-proposer-metrics"
version = "0.10.0-dev"