Use some upstream type definitions

Also add `Default` impls.
This commit is contained in:
Demi M. Obenour
2020-06-19 13:02:11 -04:00
parent 2bea59fac9
commit a95fd8a588
3 changed files with 38 additions and 21 deletions
+1
View File
@@ -50,6 +50,7 @@ sp-finality-grandpa = { version = "2.0.0-rc3" }
sp-consensus-babe = { version = "0.8.0-rc3" }
pallet-im-online = { version = "2.0.0-rc3" }
sp-authority-discovery = { version = "2.0.0-rc3" }
pallet-staking = "2.0.0-rc3"
[dev-dependencies]
async-std = { version = "=1.5.0", features = ["attributes"] }