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
beadd16a
Unverified
Commit
beadd16a
authored
Jun 11, 2021
by
Shawn Tabrizi
Committed by
GitHub
Jun 11, 2021
Browse files
Companion for #9018 (`transfer_all`) (#3184)
* update weights * update Substrate Co-authored-by: parity-processbot <>
parent
a0f690bf
Pipeline
#141808
passed with stages
in 38 minutes and 51 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
beadd16a
...
...
@@ -1889,7 +1889,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1907,7 +1907,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "3.1.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1926,7 +1926,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"Inflector",
"chrono",
...
...
@@ -1949,7 +1949,7 @@ dependencies = [
[[package]]
name = "frame-election-provider-support"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1962,7 +1962,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1977,7 +1977,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "13.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1988,7 +1988,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"bitflags",
"frame-metadata",
...
...
@@ -2015,7 +2015,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
...
...
@@ -2027,7 +2027,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate 1.0.0",
...
...
@@ -2039,7 +2039,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -2049,7 +2049,7 @@ dependencies = [
[[package]]
name = "frame-support-test"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-metadata",
"frame-support",
...
...
@@ -2069,7 +2069,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
...
...
@@ -2086,7 +2086,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -2100,7 +2100,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -2109,7 +2109,7 @@ dependencies = [
[[package]]
name = "frame-try-runtime"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"parity-scale-codec",
...
...
@@ -4057,7 +4057,7 @@ dependencies = [
[[package]]
name = "max-encoded-len"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"impl-trait-for-tuples",
"max-encoded-len-derive",
...
...
@@ -4068,7 +4068,7 @@ dependencies = [
[[package]]
name = "max-encoded-len-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
...
...
@@ -4571,7 +4571,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4586,7 +4586,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4600,7 +4600,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4623,7 +4623,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4653,7 +4653,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4689,7 +4689,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4705,7 +4705,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4720,7 +4720,7 @@ dependencies = [
[[package]]
name = "pallet-election-provider-multi-phase"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
...
...
@@ -4741,7 +4741,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "4.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4758,7 +4758,7 @@ dependencies = [
[[package]]
name = "pallet-gilt"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4772,7 +4772,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "3.1.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4794,7 +4794,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -4809,7 +4809,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4828,7 +4828,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4844,7 +4844,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4859,7 +4859,7 @@ dependencies = [
[[package]]
name = "pallet-mmr"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"ckb-merkle-mountain-range",
"frame-benchmarking",
...
...
@@ -4876,7 +4876,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-primitives"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4892,7 +4892,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -4910,7 +4910,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4925,7 +4925,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4938,7 +4938,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4954,7 +4954,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
...
...
@@ -4976,7 +4976,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4992,7 +4992,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5005,7 +5005,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -5019,7 +5019,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5034,7 +5034,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5053,7 +5053,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5069,7 +5069,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5082,7 +5082,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
...
...
@@ -5106,7 +5106,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
...
...
@@ -5117,7 +5117,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-fn"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"log",
"sp-arithmetic",
...
...
@@ -5126,7 +5126,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5139,7 +5139,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5157,7 +5157,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5172,7 +5172,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5188,7 +5188,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -5205,7 +5205,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
...
...
@@ -5216,7 +5216,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5232,7 +5232,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5247,7 +5247,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -7497,7 +7497,7 @@ dependencies = [
[[package]]
name = "remote-externalities"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"env_logger 0.8.2",
"hex",
...
...
@@ -7800,7 +7800,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -7829,7 +7829,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"futures 0.3.15",
"futures-timer 3.0.2",
...
...
@@ -7852,7 +7852,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"parity-scale-codec",
"sc-client-api",
...
...
@@ -7868,7 +7868,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
...
...
@@ -7889,7 +7889,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
...
...
@@ -7900,7 +7900,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"chrono",
"fdlimit",
...
...
@@ -7938,7 +7938,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"derive_more",
"fnv",
...
...
@@ -7972,7 +7972,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"blake2-rfc",
"hash-db",
...
...
@@ -8002,7 +8002,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"parking_lot 0.11.1",
"sc-client-api",
...
...
@@ -8014,7 +8014,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -8060,7 +8060,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"derive_more",
"futures 0.3.15",
...
...
@@ -8084,7 +8084,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"fork-tree",
"parity-scale-codec",
...
...
@@ -8097,7 +8097,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"async-trait",
"futures 0.3.15",
...
...
@@ -8125,7 +8125,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"sc-client-api",
"sp-authorship",
...
...
@@ -8136,7 +8136,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"derive_more",
"lazy_static",
...
...
@@ -8165,7 +8165,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"derive_more",
"parity-scale-codec",
...
...
@@ -8182,7 +8182,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"log",
"parity-scale-codec",
...
...
@@ -8197,7 +8197,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"log",
"parity-scale-codec",
...
...
@@ -8214,7 +8214,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"async-trait",
"derive_more",
...
...
@@ -8255,7 +8255,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"derive_more",
"finality-grandpa",
...
...
@@ -8279,7 +8279,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-warp-sync"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"
dependencies = [
"derive_more",
"futures 0.3.15",
...
...
@@ -8300,7 +8300,7 @@ dependencies = [
[[package]]
name = "sc-informant"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#
155ac5bcadc3143c60ffded6a3af47bce3fb12e8
"
source = "git+https://github.com/paritytech/substrate#
41ab01a8cb2a43f7d743778c066ad91453e0c883
"