Fix staking fuzzer + make it check in ci. (#5899)

This commit is contained in:
Kian Paimani
2020-05-05 16:21:00 +02:00
committed by GitHub
parent c844ba9163
commit ca119d2611
4 changed files with 26 additions and 13 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ serde = { version = "1.0.101", optional = true }
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
sp-std = { version = "2.0.0-dev", default-features = false, path = "../../primitives/std" }
sp-phragmen = { version = "2.0.0-dev", default-features = false, path = "../../primitives/phragmen" }
sp-io ={ path = "../../primitives/io", default-features = false , version = "2.0.0-dev"}
sp-io ={ version = "2.0.0-dev", path = "../../primitives/io", default-features = false }
sp-runtime = { version = "2.0.0-dev", default-features = false, path = "../../primitives/runtime" }
sp-staking = { version = "2.0.0-dev", default-features = false, path = "../../primitives/staking" }
frame-support = { version = "2.0.0-dev", default-features = false, path = "../support" }
@@ -44,7 +44,7 @@ pallet-staking-reward-curve = { version = "2.0.0-dev", path = "../staking/rewar
substrate-test-utils = { version = "2.0.0-dev", path = "../../test-utils" }
frame-benchmarking = { version = "2.0.0-dev", path = "../benchmarking" }
rand_chacha = { version = "0.2" }
parking_lot = "0.10.0"
parking_lot = "0.10.2"
env_logger = "0.7.1"
hex = "0.4"