Files
pezkuwi-subxt/substrate/substrate/state-machine/Cargo.toml
T
Robert Habermeier a5508ccc2d Store trie nodes in DB (#157)
* 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
2018-05-16 16:56:24 +02:00

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"