mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 18:01:03 +00:00
a5508ccc2d
* move responsibility of storage_root calculation to state backend * have `storage_root` produce a memoizable transaction * store trie nodes in kvdb * fix up test fallout * remove stray newline * Fix comment * test for setting and checking state data * fiddle with dependencies * all parity deps on same commit hash * fix network protocol registration
12 lines
295 B
TOML
12 lines
295 B
TOML
[package]
|
|
name = "substrate-state-machine"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate State Machine"
|
|
|
|
[dependencies]
|
|
substrate-primitives = { path = "../primitives", version = "0.1.0" }
|
|
triehash = "0.1"
|
|
byteorder = "1.1"
|
|
hex-literal = "0.1.0"
|