Localize the LibP2P protocol to the blockchain

Follows convention by doing so. Theoretically enables running multiple 
blockchains over a single LibP2P connection.
This commit is contained in:
Luke Parker
2022-11-03 00:20:50 -04:00
parent bd08cd3c9b
commit 2315b3c79b
4 changed files with 30 additions and 10 deletions

2
Cargo.lock generated
View File

@@ -7327,12 +7327,14 @@ version = "0.1.0"
dependencies = [
"async-trait",
"futures",
"hex",
"log",
"sc-block-builder",
"sc-client-api",
"sc-consensus",
"sc-executor",
"sc-network",
"sc-network-common",
"sc-network-gossip",
"sc-service",
"sc-transaction-pool",