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:
Tomasz Drwięga
2017-11-12 16:53:11 +01:00
committed by Robert Habermeier
parent e9177294f6
commit 2fa0239dab
13 changed files with 507 additions and 4 deletions
+7
View File
@@ -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" }