mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
f10d8e177d
* First effort * API versioning * Introduce validate_transaction * Introduce the API plus fixes. * Docs * Typo * Add longevity parameter to transaction validity info.
19 lines
574 B
TOML
19 lines
574 B
TOML
[package]
|
|
name = "substrate-test-client"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
rhododendron = "0.3"
|
|
substrate-bft = { path = "../bft" }
|
|
substrate-client = { path = "../client" }
|
|
parity-codec = { version = "1.1" }
|
|
substrate-executor = { path = "../executor" }
|
|
substrate-keyring = { path = "../../core/keyring" }
|
|
substrate-primitives = { path = "../primitives" }
|
|
srml-support = { path = "../../srml/support" }
|
|
substrate-test-runtime = { path = "../test-runtime" }
|
|
sr-primitives = { path = "../sr-primitives" }
|
|
hashdb = "0.2.1"
|
|
|