mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
ac4bcf879f
* Split out Consensus * Supply ImportQueue through network-service - simplify ImportQueue.import_blocks - remove Deadlock on import_block - Adding Verifier-Trait - Implement import_queue provisioning in service; allow cli to import * Allow to actually customize import queue * Consensus Gossip: Cache Message hash per Topic
17 lines
496 B
TOML
17 lines
496 B
TOML
[package]
|
|
name = "node-network"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate node networking protocol"
|
|
|
|
[dependencies]
|
|
node-consensus = { path = "../consensus" }
|
|
node-primitives = { path = "../primitives" }
|
|
substrate-consensus-rhd = { path = "../../core/consensus/rhd" }
|
|
substrate-network = { path = "../../core/network" }
|
|
substrate-primitives = { path = "../../core/primitives" }
|
|
futures = "0.1"
|
|
tokio = "0.1.7"
|
|
log = "0.4"
|
|
rhododendron = "0.3"
|