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
9b5a6560
Commit
9b5a6560
authored
Mar 10, 2021
by
Cecile Tonglet
Browse files
Merge commit
95b2e18e
(no conflict)
parents
d5e196f4
95b2e18e
Pipeline
#127718
failed with stages
in 7 minutes and 11 seconds
Changes
50
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
9b5a6560
...
...
@@ -1646,7 +1646,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1664,7 +1664,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "3.1.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1683,7 +1683,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"Inflector",
"chrono",
...
...
@@ -1706,7 +1706,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1722,7 +1722,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "13.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1733,7 +1733,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"bitflags",
"frame-metadata",
...
...
@@ -1759,7 +1759,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
...
...
@@ -1771,10 +1771,10 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
"proc-macro-crate
1.0.0
",
"proc-macro2",
"quote",
"syn",
...
...
@@ -1783,17 +1783,38 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "frame-support-test"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#b24c43af1a77168feed445136ea4569f1d132c3a"
dependencies = [
"frame-metadata",
"frame-support",
"frame-system",
"parity-scale-codec",
"pretty_assertions",
"rustversion",
"serde",
"sp-core",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-state-machine",
"sp-std",
"trybuild",
]
[[package]]
name = "frame-system"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
...
...
@@ -1810,7 +1831,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -1824,7 +1845,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -1833,7 +1854,7 @@ dependencies = [
[[package]]
name = "frame-try-runtime"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"parity-scale-codec",
...
...
@@ -2734,7 +2755,7 @@ version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"
dependencies = [
"proc-macro-crate",
"proc-macro-crate
0.1.5
",
"proc-macro2",
"quote",
"syn",
...
...
@@ -3877,7 +3898,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f5653449cd45d502a53480ee08d7a599e8f4893d2bacb33c63d65bc20af6c1a"
dependencies = [
"proc-macro-crate",
"proc-macro-crate
0.1.5
",
"proc-macro-error",
"proc-macro2",
"quote",
...
...
@@ -4135,7 +4156,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4151,7 +4172,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4166,7 +4187,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4191,7 +4212,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4206,7 +4227,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4221,7 +4242,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4238,7 +4259,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4253,7 +4274,7 @@ dependencies = [
[[package]]
name = "pallet-election-provider-multi-phase"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4274,7 +4295,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4290,7 +4311,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4312,7 +4333,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -4328,7 +4349,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4348,7 +4369,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4365,7 +4386,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4379,7 +4400,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4395,7 +4416,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4409,7 +4430,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4425,7 +4446,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4447,7 +4468,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4463,7 +4484,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4476,7 +4497,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -4491,7 +4512,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4507,7 +4528,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4527,7 +4548,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4543,7 +4564,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4557,7 +4578,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4581,9 +4602,9 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"proc-macro-crate",
"proc-macro-crate
1.0.0
",
"proc-macro2",
"quote",
"syn",
...
...
@@ -4592,7 +4613,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4606,7 +4627,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4625,7 +4646,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4640,7 +4661,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4656,7 +4677,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -4673,7 +4694,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
...
...
@@ -4684,7 +4705,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4700,7 +4721,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4716,7 +4737,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -4781,7 +4802,7 @@ version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9029e65297c7fd6d7013f0579e193ec2b34ae78eabca854c9417504ad8a2d214"
dependencies = [
"proc-macro-crate",
"proc-macro-crate
0.1.5
",
"proc-macro2",
"quote",
"syn",
...
...
@@ -5407,6 +5428,7 @@ dependencies = [
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"rand_core 0.5.1",
...
...
@@ -5959,6 +5981,7 @@ dependencies = [
"bitvec",
"frame-benchmarking",
"frame-support",
"frame-support-test",
"frame-system",
"hex-literal",
"libsecp256k1",
...
...
@@ -6008,6 +6031,7 @@ dependencies = [
"derive_more",
"frame-benchmarking",
"frame-support",
"frame-support-test",
"frame-system",
"futures 0.3.12",
"hex-literal",
...
...
@@ -6407,6 +6431,16 @@ dependencies = [
"toml",
]
[[package]]
name = "proc-macro-crate"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"
dependencies = [
"thiserror",
"toml",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
...
...
@@ -6896,7 +6930,7 @@ dependencies = [
[[package]]
name = "remote-externalities"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"env_logger 0.8.2",
"hex-literal",
...
...
@@ -7099,6 +7133,12 @@ dependencies = [
"security-framework",
]
[[package]]
name = "rustversion"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
[[package]]
name = "rw-stream-sink"
version = "0.2.1"
...
...
@@ -7146,7 +7186,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -7174,7 +7214,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"futures 0.3.12",
"futures-timer 3.0.2",
...
...
@@ -7197,7 +7237,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"parity-scale-codec",
"sc-client-api",
...
...
@@ -7213,7 +7253,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
...
...
@@ -7234,9 +7274,9 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"proc-macro-crate",
"proc-macro-crate
1.0.0
",
"proc-macro2",
"quote",
"syn",
...
...
@@ -7245,7 +7285,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"chrono",
"fdlimit",
...
...
@@ -7283,7 +7323,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"derive_more",
"fnv",
...
...
@@ -7317,7 +7357,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"blake2-rfc",
"hash-db",
...
...
@@ -7347,7 +7387,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"sc-client-api",
"sp-blockchain",
...
...
@@ -7358,7 +7398,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"derive_more",
"fork-tree",
...
...
@@ -7404,7 +7444,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"derive_more",
"futures 0.3.12",
...
...
@@ -7428,7 +7468,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"fork-tree",
"parity-scale-codec",
...
...
@@ -7441,7 +7481,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"futures 0.3.12",
"futures-timer 3.0.2",
...
...
@@ -7467,7 +7507,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"log",
"sc-client-api",
...
...
@@ -7481,7 +7521,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"derive_more",
"lazy_static",
...
...
@@ -7510,7 +7550,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"derive_more",
"parity-scale-codec",
...
...
@@ -7526,7 +7566,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
8fca15b79bef42c53faad849652c8f5a9936b369
"
source = "git+https://github.com/paritytech/substrate#
b24c43af1a77168feed445136ea4569f1d132c3a
"
dependencies = [
"log",
"parity-scale-codec",
...
...
@@ -7541,7 +7581,7 @@ dependencies = [
[[package]]