mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 22:27:56 +00:00
851c7f42df
* Fixes for staging testnet * Fix codec versioning * Comment unneeded trace * Update lib.rs * Update parity-codec * Add script to update wasm deps and update them. * Update hashes * Add BBQ Birch testnet * it's default-features, apparently. * Use simpler version spec for parity codec * Typo
20 lines
471 B
TOML
20 lines
471 B
TOML
[package]
|
|
name = "substrate-transaction-pool"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
error-chain = "0.12"
|
|
futures = "0.1"
|
|
log = "0.4"
|
|
parking_lot = "0.4"
|
|
transaction-pool = "1.13.3"
|
|
sr-primitives = { path = "../../core/sr-primitives" }
|
|
|
|
[dev-dependencies]
|
|
substrate-test-client = { path = "../../core/test-client" }
|
|
substrate-keyring = { path = "../../core/keyring" }
|
|
parity-codec = "2.0"
|