mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
3dfafb5ec3
* initial primitives * add block primitives * state machine: backend * in-memory backend * tests for overlayed storage * blanked impl for state machine error * abstract call execution * squash warnings temporarily * fix contracts crate * address grumbles * remove redundant state-machine dependency
14 lines
334 B
TOML
14 lines
334 B
TOML
[package]
|
|
name = "polkadot-state-machine"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot State Machine"
|
|
|
|
[dependencies]
|
|
polkadot-primitives = { path = "../primitives", version = "0.1.0" }
|
|
hashdb = "0.1.1"
|
|
keccak-hash = "0.1.0"
|
|
patricia-trie = "0.1.0"
|
|
memorydb = "0.1.1"
|
|
triehash = "0.1"
|