mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
65489f1b19
* extrinsics root is calculated as part of block-building. * Fix build. * Fix xt root. * Couple of fixes. * Logging and more useful APIs. * Fix test. * Update log version. * Switch back to correct version of log.
20 lines
689 B
TOML
20 lines
689 B
TOML
[package]
|
|
name = "polkadot-transaction-pool"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
log = "0.4.0"
|
|
transaction-pool = "1.9.0"
|
|
error-chain = "0.11"
|
|
polkadot-api = { path = "../api" }
|
|
polkadot-primitives = { path = "../primitives" }
|
|
polkadot-runtime = { path = "../runtime" }
|
|
substrate-client = { path = "../../substrate/client" }
|
|
substrate-rpc = { path = "../../substrate/rpc" }
|
|
substrate-primitives = { path = "../../substrate/primitives" }
|
|
substrate-runtime-primitives = { path = "../../substrate/runtime/primitives" }
|
|
substrate-codec = { path = "../../substrate/codec" }
|
|
ed25519 = { path = "../../substrate/ed25519" }
|
|
ethereum-types = "0.2"
|