mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 07:35:41 +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,13 @@
|
||||
[package]
|
||||
name = "polkadot-contracts"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Team <admin@parity.io>"]
|
||||
|
||||
[dependencies]
|
||||
assert_matches = "1.1"
|
||||
error-chain = "0.11"
|
||||
polkadot-primitives = { path = "../primitives", version = "0.1" }
|
||||
polkadot-serializer = { path = "../serializer", version = "0.1" }
|
||||
polkadot-state-machine = { path = "../state_machine" , version = "0.1" }
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
Reference in New Issue
Block a user