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
+2
View File
@@ -8,7 +8,9 @@ polkadot-cli = { path = "cli", version = "0.1" }
[workspace]
members = [
"contracts",
"primitives",
"serializer",
"state_machine",
"validator",
]