Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
7f737ea5
Unverified
Commit
7f737ea5
authored
Jun 04, 2021
by
André Silva
Committed by
GitHub
Jun 04, 2021
Browse files
node: fix babe worker params (#2956)
* node: fix babe worker params * update Substrate Co-authored-by: parity-processbot <>
parent
7658274d
Pipeline
#140832
passed with stages
in 39 minutes and 7 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
7f737ea5
...
...
@@ -1888,7 +1888,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1906,7 +1906,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "3.1.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1925,7 +1925,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"Inflector",
"chrono",
...
...
@@ -1948,7 +1948,7 @@ dependencies = [
[[package]]
name = "frame-election-provider-support"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1961,7 +1961,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1976,7 +1976,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "13.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1987,7 +1987,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"bitflags",
"frame-metadata",
...
...
@@ -2014,7 +2014,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
...
...
@@ -2026,7 +2026,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate 1.0.0",
...
...
@@ -2038,7 +2038,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -2048,7 +2048,7 @@ dependencies = [
[[package]]
name = "frame-support-test"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-metadata",
"frame-support",
...
...
@@ -2068,7 +2068,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
...
...
@@ -2085,7 +2085,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -2099,7 +2099,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -2108,7 +2108,7 @@ dependencies = [
[[package]]
name = "frame-try-runtime"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"parity-scale-codec",
...
...
@@ -4017,7 +4017,7 @@ dependencies = [
[[package]]
name = "max-encoded-len"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"impl-trait-for-tuples",
"max-encoded-len-derive",
...
...
@@ -4028,7 +4028,7 @@ dependencies = [
[[package]]
name = "max-encoded-len-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
...
...
@@ -4531,7 +4531,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4546,7 +4546,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4560,7 +4560,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4583,7 +4583,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4613,7 +4613,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4649,7 +4649,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4665,7 +4665,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4680,7 +4680,7 @@ dependencies = [
[[package]]
name = "pallet-election-provider-multi-phase"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
...
...
@@ -4701,7 +4701,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "4.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4718,7 +4718,7 @@ dependencies = [
[[package]]
name = "pallet-gilt"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4732,7 +4732,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "3.1.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4754,7 +4754,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -4769,7 +4769,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4788,7 +4788,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4804,7 +4804,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4819,7 +4819,7 @@ dependencies = [
[[package]]
name = "pallet-mmr"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"ckb-merkle-mountain-range",
"frame-benchmarking",
...
...
@@ -4836,7 +4836,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-primitives"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4852,7 +4852,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -4870,7 +4870,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4885,7 +4885,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4898,7 +4898,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4914,7 +4914,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
...
...
@@ -4936,7 +4936,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4952,7 +4952,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4965,7 +4965,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -4979,7 +4979,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4994,7 +4994,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5013,7 +5013,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5029,7 +5029,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5042,7 +5042,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
...
...
@@ -5066,7 +5066,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
...
...
@@ -5077,7 +5077,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-fn"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"log",
"sp-arithmetic",
...
...
@@ -5086,7 +5086,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5099,7 +5099,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5117,7 +5117,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5132,7 +5132,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5148,7 +5148,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -5165,7 +5165,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
...
...
@@ -5176,7 +5176,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5192,7 +5192,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5207,7 +5207,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -5234,9 +5234,9 @@ dependencies = [
[[package]]
name = "parity-db"
version = "0.2.
3
"
version = "0.2.
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
495197c078e54b8735181aa35c00a327f7f3a3cc00a1ee8c95926dd010f0ec6b
"
checksum = "
2e337f62db341435f0da05b8f6b97e984ef4ea5800510cd07c2d624688c40b47
"
dependencies = [
"blake2-rfc",
"crc32fast",
...
...
@@ -7446,7 +7446,7 @@ dependencies = [
[[package]]
name = "remote-externalities"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"env_logger 0.8.2",
"hex",
...
...
@@ -7736,7 +7736,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -7765,7 +7765,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"futures 0.3.14",
"futures-timer 3.0.2",
...
...
@@ -7788,7 +7788,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"parity-scale-codec",
"sc-client-api",
...
...
@@ -7804,7 +7804,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
...
...
@@ -7825,7 +7825,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
...
...
@@ -7836,7 +7836,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"chrono",
"fdlimit",
...
...
@@ -7874,7 +7874,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"derive_more",
"fnv",
...
...
@@ -7908,7 +7908,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"blake2-rfc",
"hash-db",
...
...
@@ -7938,7 +7938,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"parking_lot 0.11.1",
"sc-client-api",
...
...
@@ -7950,7 +7950,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -7996,7 +7996,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"derive_more",
"futures 0.3.14",
...
...
@@ -8020,7 +8020,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"fork-tree",
"parity-scale-codec",
...
...
@@ -8033,7 +8033,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"async-trait",
"futures 0.3.14",
...
...
@@ -8061,7 +8061,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"sc-client-api",
"sp-authorship",
...
...
@@ -8072,7 +8072,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"derive_more",
"lazy_static",
...
...
@@ -8101,7 +8101,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"derive_more",
"parity-scale-codec",
...
...
@@ -8118,7 +8118,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"log",
"parity-scale-codec",
...
...
@@ -8133,7 +8133,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"log",
"parity-scale-codec",
...
...
@@ -8150,7 +8150,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -8191,7 +8191,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
0495ead464cc632237d0f9d1687b1ebbb579c7a
7"
source = "git+https://github.com/paritytech/substrate#
37bb3ae7eb559afaf9c7dbf7fd99e08b282c812
7"
dependencies = [
"derive_more",
"finality-grandpa",
...
...
@@ -8215,7 +8215,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-warp-sync"