mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 16:37:57 +00:00
9a660f82ed
* Started substrate tests * Sync test * Test updates * Improved tests * Use on-chain block delay * Parallel test execution * Otimized tests * Logging * Fixed racing test * Fixed compilation * Fixed timestamp test * Removed rlp dependency * Minor fixes * Fixed tests * Removed best_block_id and resolved fdlimit issue * Whitespace * Use keyring * Style * Added API execution setting * Removed stale import
18 lines
504 B
TOML
18 lines
504 B
TOML
[package]
|
|
name = "substrate-service-test"
|
|
version = "0.3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
tempdir = "0.3"
|
|
tokio = "0.1.7"
|
|
futures = "0.1"
|
|
log = "0.3"
|
|
env_logger = "0.4"
|
|
fdlimit = "0.1"
|
|
substrate-service = { path = "../../../core/service" }
|
|
substrate-network = { path = "../../../core/network" }
|
|
substrate-primitives = { path = "../../../core/primitives" }
|
|
substrate-client = { path = "../../../core/client" }
|
|
sr-primitives = { path = "../../../core/sr-primitives" }
|