mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 00:11:01 +00:00
Fix staking fuzzer + make it check in ci. (#5899)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user