mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 04:11:09 +00:00
Frame Benchmarking v3.1.0 released (#8206)
* Releasing frame-benchmarking 3.1 * bump in the entire dependency tree
This commit is contained in:
committed by
GitHub
parent
f2436b87b5
commit
0b4126ca40
Generated
+1
-1
@@ -1683,7 +1683,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "frame-benchmarking"
|
name = "frame-benchmarking"
|
||||||
version = "3.0.0"
|
version = "3.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support",
|
"frame-support",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ substrate-frame-rpc-system = { version = "3.0.0", path = "../../../utils/frame/r
|
|||||||
pallet-transaction-payment-rpc = { version = "3.0.0", path = "../../../frame/transaction-payment/rpc/" }
|
pallet-transaction-payment-rpc = { version = "3.0.0", path = "../../../frame/transaction-payment/rpc/" }
|
||||||
|
|
||||||
# These dependencies are used for runtime benchmarking
|
# These dependencies are used for runtime benchmarking
|
||||||
frame-benchmarking = { version = "3.0.0", path = "../../../frame/benchmarking" }
|
frame-benchmarking = { version = "3.1.0", path = "../../../frame/benchmarking" }
|
||||||
frame-benchmarking-cli = { version = "3.0.0", path = "../../../utils/frame/benchmarking-cli" }
|
frame-benchmarking-cli = { version = "3.0.0", path = "../../../utils/frame/benchmarking-cli" }
|
||||||
|
|
||||||
node-template-runtime = { version = "2.0.0", path = "../runtime" }
|
node-template-runtime = { version = "2.0.0", path = "../runtime" }
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ frame-system-rpc-runtime-api = { version = "3.0.0", default-features = false, pa
|
|||||||
pallet-transaction-payment-rpc-runtime-api = { version = "3.0.0", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" }
|
pallet-transaction-payment-rpc-runtime-api = { version = "3.0.0", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" }
|
||||||
|
|
||||||
# Used for runtime benchmarking
|
# Used for runtime benchmarking
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../../../frame/benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../../../frame/benchmarking", optional = true }
|
||||||
frame-system-benchmarking = { version = "3.0.0", default-features = false, path = "../../../frame/system/benchmarking", optional = true }
|
frame-system-benchmarking = { version = "3.0.0", default-features = false, path = "../../../frame/system/benchmarking", optional = true }
|
||||||
hex-literal = { version = "0.3.1", optional = true }
|
hex-literal = { version = "0.3.1", optional = true }
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sp-io = { version = "3.0.0", path = "../../../primitives/io" }
|
|||||||
sp-state-machine = { version = "0.9.0", path = "../../../primitives/state-machine" }
|
sp-state-machine = { version = "0.9.0", path = "../../../primitives/state-machine" }
|
||||||
sp-trie = { version = "3.0.0", path = "../../../primitives/trie" }
|
sp-trie = { version = "3.0.0", path = "../../../primitives/trie" }
|
||||||
trie-root = "0.16.0"
|
trie-root = "0.16.0"
|
||||||
frame-benchmarking = { version = "3.0.0", path = "../../../frame/benchmarking" }
|
frame-benchmarking = { version = "3.1.0", path = "../../../frame/benchmarking" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.3.0"
|
criterion = "0.3.0"
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ sp-version = { version = "3.0.0", default-features = false, path = "../../../pri
|
|||||||
|
|
||||||
# frame dependencies
|
# frame dependencies
|
||||||
frame-executive = { version = "3.0.0", default-features = false, path = "../../../frame/executive" }
|
frame-executive = { version = "3.0.0", default-features = false, path = "../../../frame/executive" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../../../frame/benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../../../frame/benchmarking", optional = true }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../../../frame/support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../../../frame/support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../../../frame/system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../../../frame/system" }
|
||||||
frame-system-benchmarking = { version = "3.0.0", default-features = false, path = "../../../frame/system/benchmarking", optional = true }
|
frame-system-benchmarking = { version = "3.0.0", default-features = false, path = "../../../frame/system/benchmarking", optional = true }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sp-runtime = { version = "3.0.0", default-features = false, path = "../../primit
|
|||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
# `system` module provides us with all sorts of useful stuff and macros depend on it being around.
|
# `system` module provides us with all sorts of useful stuff and macros depend on it being around.
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
pallet-authorship = { version = "3.0.0", default-features = false, path = "../authorship" }
|
pallet-authorship = { version = "3.0.0", default-features = false, path = "../authorship" }
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ serde = { version = "1.0.101", optional = true }
|
|||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "frame-benchmarking"
|
name = "frame-benchmarking"
|
||||||
version = "3.0.0"
|
version = "3.1.0"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ frame-support = { version = "3.0.0", default-features = false, path = "../suppor
|
|||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
pallet-treasury = { version = "3.0.0", default-features = false, path = "../treasury" }
|
pallet-treasury = { version = "3.0.0", default-features = false, path = "../treasury" }
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-io ={ version = "3.0.0", path = "../../primitives/io" }
|
sp-io ={ version = "3.0.0", path = "../../primitives/io" }
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ sp-core = { version = "3.0.0", default-features = false, path = "../../primitive
|
|||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
||||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
pallet-contracts-primitives = { version = "2.0.0", default-features = false, path = "common" }
|
pallet-contracts-primitives = { version = "2.0.0", default-features = false, path = "common" }
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features =
|
|||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
||||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ sp-arithmetic = { version = "3.0.0", default-features = false, path = "../../pri
|
|||||||
sp-election-providers = { version = "3.0.0", default-features = false, path = "../../primitives/election-providers" }
|
sp-election-providers = { version = "3.0.0", default-features = false, path = "../../primitives/election-providers" }
|
||||||
|
|
||||||
# Optional imports for benchmarking
|
# Optional imports for benchmarking
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
rand = { version = "0.7.3", default-features = false, optional = true, features = ["alloc", "small_rng"] }
|
rand = { version = "0.7.3", default-features = false, optional = true, features = ["alloc", "small_rng"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
@@ -42,7 +42,7 @@ sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
|||||||
sp-tracing = { version = "3.0.0", path = "../../primitives/tracing" }
|
sp-tracing = { version = "3.0.0", path = "../../primitives/tracing" }
|
||||||
sp-election-providers = { version = "3.0.0", features = ["runtime-benchmarks"], path = "../../primitives/election-providers" }
|
sp-election-providers = { version = "3.0.0", features = ["runtime-benchmarks"], path = "../../primitives/election-providers" }
|
||||||
pallet-balances = { version = "3.0.0", path = "../balances" }
|
pallet-balances = { version = "3.0.0", path = "../balances" }
|
||||||
frame-benchmarking = { path = "../benchmarking" }
|
frame-benchmarking = { path = "../benchmarking" , version = "3.1.0"}
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ sp-npos-elections = { version = "3.0.0", default-features = false, path = "../..
|
|||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-io = { version = "3.0.0", path = "../../primitives/io" }
|
sp-io = { version = "3.0.0", path = "../../primitives/io" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sp-runtime = { version = "3.0.0", default-features = false, path = "../../primit
|
|||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-core = { version = "3.0.0", path = "../../primitives/core", default-features = false }
|
sp-core = { version = "3.0.0", path = "../../primitives/core", default-features = false }
|
||||||
|
|||||||
@@ -22,14 +22,14 @@ sp-session = { version = "3.0.0", default-features = false, path = "../../primit
|
|||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||||
sp-staking = { version = "3.0.0", default-features = false, path = "../../primitives/staking" }
|
sp-staking = { version = "3.0.0", default-features = false, path = "../../primitives/staking" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
pallet-authorship = { version = "3.0.0", default-features = false, path = "../authorship" }
|
pallet-authorship = { version = "3.0.0", default-features = false, path = "../authorship" }
|
||||||
pallet-session = { version = "3.0.0", default-features = false, path = "../session" }
|
pallet-session = { version = "3.0.0", default-features = false, path = "../session" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
frame-benchmarking = { version = "3.0.0", path = "../benchmarking" }
|
frame-benchmarking = { version = "3.1.0", path = "../benchmarking" }
|
||||||
grandpa = { package = "finality-grandpa", version = "0.14.0", features = ["derive-codec"] }
|
grandpa = { package = "finality-grandpa", version = "0.14.0", features = ["derive-codec"] }
|
||||||
sp-io = { version = "3.0.0", path = "../../primitives/io" }
|
sp-io = { version = "3.0.0", path = "../../primitives/io" }
|
||||||
sp-keyring = { version = "3.0.0", path = "../../primitives/keyring" }
|
sp-keyring = { version = "3.0.0", path = "../../primitives/keyring" }
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ enumflags2 = { version = "0.6.2" }
|
|||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
||||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ sp-staking = { version = "3.0.0", default-features = false, path = "../../primit
|
|||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pallet-session = { version = "3.0.0", path = "../session" }
|
pallet-session = { version = "3.0.0", path = "../session" }
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ sp-core = { version = "3.0.0", default-features = false, path = "../../primitive
|
|||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pallet-balances = { version = "3.0.0", path = "../balances" }
|
pallet-balances = { version = "3.0.0", path = "../balances" }
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ sp-runtime = { version = "3.0.0", default-features = false, path = "../../primit
|
|||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pallet-balances = { version = "3.0.0", path = "../balances" }
|
pallet-balances = { version = "3.0.0", path = "../balances" }
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
mmr-lib = { package = "ckb-merkle-mountain-range", default-features = false, version = "0.3.1" }
|
mmr-lib = { package = "ckb-merkle-mountain-range", default-features = false, version = "0.3.1" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sp-runtime = { version = "3.0.0", default-features = false, path = "../../primit
|
|||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../../benchmarking" }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../../benchmarking" }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../../system" }
|
||||||
pallet-babe = { version = "3.0.0", default-features = false, path = "../../babe" }
|
pallet-babe = { version = "3.0.0", default-features = false, path = "../../babe" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/
|
|||||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ sp-runtime = { version = "3.0.0", default-features = false, path = "../../primit
|
|||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-core = { version = "3.0.0", path = "../../primitives/core", default-features = false }
|
sp-core = { version = "3.0.0", path = "../../primitives/core", default-features = false }
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ sp-session = { version = "3.0.0", default-features = false, path = "../../../pri
|
|||||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../../primitives/std" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../../system" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../../benchmarking" }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../../benchmarking" }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../../support" }
|
||||||
pallet-staking = { version = "3.0.0", default-features = false, features = ["runtime-benchmarks"], path = "../../staking" }
|
pallet-staking = { version = "3.0.0", default-features = false, features = ["runtime-benchmarks"], path = "../../staking" }
|
||||||
pallet-session = { version = "3.0.0", default-features = false, path = "../../session" }
|
pallet-session = { version = "3.0.0", default-features = false, path = "../../session" }
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ sp-application-crypto = { version = "3.0.0", default-features = false, path = ".
|
|||||||
sp-election-providers = { version = "3.0.0", default-features = false, path = "../../primitives/election-providers" }
|
sp-election-providers = { version = "3.0.0", default-features = false, path = "../../primitives/election-providers" }
|
||||||
|
|
||||||
# Optional imports for benchmarking
|
# Optional imports for benchmarking
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
rand_chacha = { version = "0.2", default-features = false, optional = true }
|
rand_chacha = { version = "0.2", default-features = false, optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
@@ -41,7 +41,7 @@ pallet-balances = { version = "3.0.0", path = "../balances" }
|
|||||||
pallet-timestamp = { version = "3.0.0", path = "../timestamp" }
|
pallet-timestamp = { version = "3.0.0", path = "../timestamp" }
|
||||||
pallet-staking-reward-curve = { version = "3.0.0", path = "../staking/reward-curve" }
|
pallet-staking-reward-curve = { version = "3.0.0", path = "../staking/reward-curve" }
|
||||||
substrate-test-utils = { version = "3.0.0", path = "../../test-utils" }
|
substrate-test-utils = { version = "3.0.0", path = "../../test-utils" }
|
||||||
frame-benchmarking = { version = "3.0.0", path = "../benchmarking" }
|
frame-benchmarking = { version = "3.1.0", path = "../benchmarking" }
|
||||||
sp-election-providers = { version = "3.0.0", features = ["runtime-benchmarks"], path = "../../primitives/election-providers" }
|
sp-election-providers = { version = "3.0.0", features = ["runtime-benchmarks"], path = "../../primitives/election-providers" }
|
||||||
rand_chacha = { version = "0.2" }
|
rand_chacha = { version = "0.2" }
|
||||||
parking_lot = "0.11.1"
|
parking_lot = "0.11.1"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
|
||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../../primitives/std" }
|
||||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../../benchmarking" }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../../benchmarking" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../../system" }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../../support" }
|
||||||
sp-core = { version = "3.0.0", default-features = false, path = "../../../primitives/core" }
|
sp-core = { version = "3.0.0", default-features = false, path = "../../../primitives/core" }
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ sp-std = { version = "3.0.0", default-features = false, path = "../../primitives
|
|||||||
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io", optional = true }
|
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io", optional = true }
|
||||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||||
sp-inherents = { version = "3.0.0", default-features = false, path = "../../primitives/inherents" }
|
sp-inherents = { version = "3.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
sp-timestamp = { version = "3.0.0", default-features = false, path = "../../primitives/timestamp" }
|
sp-timestamp = { version = "3.0.0", default-features = false, path = "../../primitives/timestamp" }
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ frame-support = { version = "3.0.0", default-features = false, path = "../suppor
|
|||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
pallet-treasury = { version = "3.0.0", default-features = false, path = "../treasury" }
|
pallet-treasury = { version = "3.0.0", default-features = false, path = "../treasury" }
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-io ={ version = "3.0.0", path = "../../primitives/io" }
|
sp-io ={ version = "3.0.0", path = "../../primitives/io" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ frame-system = { version = "3.0.0", default-features = false, path = "../system"
|
|||||||
pallet-balances = { version = "3.0.0", default-features = false, path = "../balances" }
|
pallet-balances = { version = "3.0.0", default-features = false, path = "../balances" }
|
||||||
impl-trait-for-tuples = "0.2.1"
|
impl-trait-for-tuples = "0.2.1"
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-io ={ version = "3.0.0", path = "../../primitives/io" }
|
sp-io ={ version = "3.0.0", path = "../../primitives/io" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sp-runtime = { version = "3.0.0", default-features = false, path = "../../primit
|
|||||||
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" }
|
||||||
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
sp-io = { version = "3.0.0", default-features = false, path = "../../primitives/io" }
|
||||||
|
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ sp-std = { version = "3.0.0", default-features = false, path = "../../primitives
|
|||||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||||
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
frame-support = { version = "3.0.0", default-features = false, path = "../support" }
|
||||||
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
frame-system = { version = "3.0.0", default-features = false, path = "../system" }
|
||||||
frame-benchmarking = { version = "3.0.0", default-features = false, path = "../benchmarking", optional = true }
|
frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-io = { version = "3.0.0", path = "../../primitives/io" }
|
sp-io = { version = "3.0.0", path = "../../primitives/io" }
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ readme = "README.md"
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
frame-benchmarking = { version = "3.0.0", path = "../../../frame/benchmarking" }
|
frame-benchmarking = { version = "3.1.0", path = "../../../frame/benchmarking" }
|
||||||
sp-core = { version = "3.0.0", path = "../../../primitives/core" }
|
sp-core = { version = "3.0.0", path = "../../../primitives/core" }
|
||||||
sc-service = { version = "0.9.0", default-features = false, path = "../../../client/service" }
|
sc-service = { version = "0.9.0", default-features = false, path = "../../../client/service" }
|
||||||
sc-cli = { version = "0.9.0", path = "../../../client/cli" }
|
sc-cli = { version = "0.9.0", path = "../../../client/cli" }
|
||||||
|
|||||||
Reference in New Issue
Block a user