Simplify the bitfield signing job (#1920)

Besides that the pr also adds a simple test.
This commit is contained in:
Bastian Köcher
2020-11-05 11:56:52 +01:00
committed by GitHub
parent f2b286d62a
commit c418758ebc
3 changed files with 118 additions and 102 deletions
@@ -5,7 +5,6 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
bitvec = "0.17.4"
futures = "0.3.5"
log = "0.4.11"
polkadot-primitives = { path = "../../../primitives" }
@@ -14,3 +13,4 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
wasm-timer = "0.2.4"
thiserror = "1.0.21"
derive_more = "0.99.11"