mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17: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.
22 lines
481 B
TOML
22 lines
481 B
TOML
[package]
|
|
name = "substrate-state-machine"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate State Machine"
|
|
|
|
[dependencies]
|
|
byteorder = "1.1"
|
|
hex-literal = "0.1.0"
|
|
log = "0.3"
|
|
parking_lot = "0.4"
|
|
heapsize = "0.4"
|
|
hashdb = "0.2.1"
|
|
memorydb = "0.2.1"
|
|
patricia-trie = "0.2.1"
|
|
triehash = "0.2"
|
|
rlp = "0.2.4"
|
|
|
|
substrate-primitives = { path = "../primitives", version = "0.1.0" }
|
|
parity-codec = { version = "1.1", default_features = false }
|
|
|