mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 02: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
15 lines
439 B
TOML
15 lines
439 B
TOML
[package]
|
|
name = "substrate-test-client"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
substrate-client = { path = "../client" }
|
|
parity-codec = "2.0"
|
|
substrate-executor = { path = "../executor" }
|
|
substrate-keyring = { path = "../../core/keyring" }
|
|
substrate-primitives = { path = "../primitives" }
|
|
substrate-test-runtime = { path = "../test-runtime" }
|
|
sr-primitives = { path = "../sr-primitives" }
|
|
|