mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
8bc5242c92
* Try to make everything compact * Make `Clone` work * Fix * Move contracts and balances over to compact encoding * Session and timestamp are compact * Sataking uses compact numbers * Treasury now compact * Compact Democracy * Council is compact * Fix
23 lines
574 B
TOML
23 lines
574 B
TOML
[package]
|
|
name = "substrate-finality-grandpa"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
futures = "0.1.17"
|
|
parity-codec = "2.1"
|
|
sr-primitives = { path = "../sr-primitives" }
|
|
substrate-primitives = { path = "../primitives" }
|
|
substrate-client = { path = "../client" }
|
|
log = "0.4"
|
|
tokio = "0.1.7"
|
|
|
|
[dependencies.finality-grandpa]
|
|
version = "0.2.0"
|
|
features = ["derive-codec"]
|
|
|
|
[dev-dependencies]
|
|
substrate-network = { path = "../network", features = ["test-helpers"] }
|
|
parking_lot = "0.4"
|
|
substrate-keyring = { path = "../keyring" }
|