check runtime version in staking miner (#3628)

* check runtime version in staking miner

* fmt

* add short alias for things

* fix fee

* print length as well

* fix build

* review comments
This commit is contained in:
Kian Paimani
2021-08-16 17:49:03 +02:00
committed by GitHub
parent 5b54c8cae9
commit 961b9621ec
8 changed files with 155 additions and 40 deletions
+10
View File
@@ -10164,6 +10164,7 @@ dependencies = [
"kusama-runtime",
"lazy_static",
"log",
"pallet-balances",
"pallet-election-provider-multi-phase",
"pallet-staking",
"pallet-transaction-payment",
@@ -10182,6 +10183,7 @@ dependencies = [
"sp-runtime",
"sp-version",
"structopt",
"sub-tokens",
"thiserror",
"tokio 0.2.21",
"westend-runtime",
@@ -10282,6 +10284,14 @@ dependencies = [
"syn",
]
[[package]]
name = "sub-tokens"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate-debug-kit?branch=master#971b667963fdb0049dae349eaecbe22f4181e49f"
dependencies = [
"separator",
]
[[package]]
name = "substrate-bip39"
version = "0.4.2"