Adds test-runtime to start working on tests

This commit is contained in:
Bastian Köcher
2019-03-06 13:51:23 +01:00
parent 1f665b5b55
commit d629154da5
15 changed files with 3267 additions and 1011 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ edition = "2018"
[dependencies]
# substrate deps
substrate-client = { git = "https://github.com/paritytech/substrate" }
substrate-consensus-common = { git = "https://github.com/paritytech/substrate" }
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
sr-primitives = { git = "https://github.com/paritytech/substrate" }
substrate-client = { git = "https://github.com/paritytech/substrate", branch = "bkchr-validate_block" }
substrate-consensus-common = { git = "https://github.com/paritytech/substrate", branch = "bkchr-validate_block" }
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "bkchr-validate_block" }
sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "bkchr-validate_block" }
# polkadot deps
polkadot-service = { git = "https://github.com/paritytech/polkadot" }