Adds validate_block support for runtime

This commit is contained in:
Bastian Köcher
2019-03-06 12:53:41 +01:00
parent e8c5c1ead4
commit 1f665b5b55
8 changed files with 921 additions and 119 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
name = "cumulus-consensus"
description = "Proxy Polkadot's consensus as a consensus engine for Substrate"
version = "0.1.0"
authors = ["Parity Technologies"]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
@@ -20,5 +20,5 @@ polkadot-runtime = { git = "https://github.com/paritytech/polkadot" }
# other deps
futures = "0.1.21"
tokio = "0.1.8"
parity-codec = "3.0"
parity-codec = "3.1"
log = "0.4"