mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 01:21:01 +00:00
State machine crate and rust impl of executor (#17)
* Executor. * Rust contracts implementation. * Add documentation and fix transfer data. * Fix auth contract interface. * Add some executor tests. * Validator set contract.
This commit is contained in:
committed by
Robert Habermeier
parent
e9177294f6
commit
2fa0239dab
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "polkadot-state-machine"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Team <admin@parity.io>"]
|
||||
|
||||
[dependencies]
|
||||
polkadot-primitives = { path = "../primitives", version = "0.1" }
|
||||
Reference in New Issue
Block a user