mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
f10d8e177d
* First effort * API versioning * Introduce validate_transaction * Introduce the API plus fixes. * Docs * Typo * Add longevity parameter to transaction validity info.
20 lines
638 B
TOML
20 lines
638 B
TOML
[package]
|
|
name = "substrate-misbehavior-check"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
parity-codec = { version = "1.1", default-features = false }
|
|
substrate-primitives = { path = "../primitives", default-features = false }
|
|
sr-primitives = { path = "../sr-primitives", default-features = false }
|
|
sr-io = { path = "../sr-io", default-features = false }
|
|
|
|
[dev-dependencies]
|
|
substrate-bft = { path = "../bft" }
|
|
rhododendron = "0.3"
|
|
substrate-keyring = { path = "../keyring" }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = ["parity-codec/std", "substrate-primitives/std", "sr-primitives/std", "sr-io/std"]
|