Unverified Commit ccfd5b91 authored by Shawn Tabrizi's avatar Shawn Tabrizi Committed by GitHub
Browse files

Companion for 9619 (Private Events) (#3712)

* update runtime api

* use storage_prefix

* update read_events_no_consensus

* update Substrate

Co-authored-by: parity-processbot <>
parent 732348c0
Pipeline #154391 passed with stages
in 49 minutes
......@@ -1926,7 +1926,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"parity-scale-codec",
]
......@@ -1944,7 +1944,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -1963,7 +1963,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"Inflector",
"chrono",
......@@ -1989,7 +1989,7 @@ dependencies = [
[[package]]
name = "frame-election-provider-support"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -2002,7 +2002,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -2017,7 +2017,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "14.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"parity-scale-codec",
"serde",
......@@ -2028,7 +2028,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"bitflags",
"frame-metadata",
......@@ -2054,7 +2054,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
......@@ -2066,7 +2066,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate 1.0.0",
......@@ -2078,7 +2078,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"proc-macro2",
"quote",
......@@ -2088,7 +2088,7 @@ dependencies = [
[[package]]
name = "frame-support-test"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-metadata",
"frame-support",
......@@ -2109,7 +2109,7 @@ dependencies = [
[[package]]
name = "frame-support-test-pallet"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -2119,7 +2119,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"log",
......@@ -2135,7 +2135,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -2149,7 +2149,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"parity-scale-codec",
"sp-api",
......@@ -2158,7 +2158,7 @@ dependencies = [
[[package]]
name = "frame-try-runtime"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"sp-api",
......@@ -4546,7 +4546,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -4561,7 +4561,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -4575,7 +4575,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4598,7 +4598,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4653,7 +4653,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4731,7 +4731,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4747,7 +4747,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4762,7 +4762,7 @@ dependencies = [
[[package]]
name = "pallet-election-provider-multi-phase"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -4785,7 +4785,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "5.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4802,7 +4802,7 @@ dependencies = [
[[package]]
name = "pallet-gilt"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4816,7 +4816,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4838,7 +4838,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"enumflags2",
"frame-benchmarking",
......@@ -4853,7 +4853,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4872,7 +4872,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4888,7 +4888,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4903,7 +4903,7 @@ dependencies = [
[[package]]
name = "pallet-mmr"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"ckb-merkle-mountain-range",
"frame-benchmarking",
......@@ -4920,7 +4920,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-primitives"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -4936,7 +4936,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
......@@ -4953,7 +4953,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4967,7 +4967,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -4980,7 +4980,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -4996,7 +4996,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -5018,7 +5018,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5032,7 +5032,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -5045,7 +5045,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5060,7 +5060,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -5080,7 +5080,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5096,7 +5096,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -5109,7 +5109,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -5131,7 +5131,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
......@@ -5142,7 +5142,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-fn"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"log",
"sp-arithmetic",
......@@ -5151,7 +5151,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -5164,7 +5164,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5181,7 +5181,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5196,7 +5196,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-support",
"frame-system",
......@@ -5212,7 +5212,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
......@@ -5229,7 +5229,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
......@@ -5240,7 +5240,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5256,7 +5256,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5271,7 +5271,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -7797,7 +7797,7 @@ dependencies = [
[[package]]
name = "remote-externalities"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"env_logger 0.9.0",
"jsonrpsee-proc-macros",
......@@ -8068,7 +8068,7 @@ dependencies = [
[[package]]
name = "sc-allocator"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"log",
"sp-core",
......@@ -8079,7 +8079,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"async-trait",
"derive_more",
......@@ -8106,7 +8106,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"futures 0.3.16",
"futures-timer 3.0.2",
......@@ -8129,7 +8129,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"parity-scale-codec",
"sc-client-api",
......@@ -8145,7 +8145,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
......@@ -8161,7 +8161,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
......@@ -8172,7 +8172,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"chrono",
"fdlimit",
......@@ -8210,7 +8210,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"fnv",
"futures 0.3.16",
......@@ -8238,7 +8238,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"hash-db",
"kvdb",
......@@ -8263,7 +8263,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"async-trait",
"futures 0.3.16",
......@@ -8287,7 +8287,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"async-trait",
"derive_more",
......@@ -8330,7 +8330,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"derive_more",
"futures 0.3.16",
......@@ -8354,7 +8354,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"fork-tree",
"parity-scale-codec",
......@@ -8367,7 +8367,7 @@ dependencies = [
[[package]]
name = "sc-consensus-manual-seal"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"assert_matches",
"async-trait",
......@@ -8401,7 +8401,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"async-trait",
"futures 0.3.16",
......@@ -8427,7 +8427,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"sc-client-api",
"sp-authorship",
......@@ -8438,7 +8438,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"lazy_static",
"libsecp256k1 0.6.0",
......@@ -8464,7 +8464,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"derive_more",
"parity-scale-codec",
......@@ -8481,7 +8481,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"log",
"parity-scale-codec",
......@@ -8497,7 +8497,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"cfg-if 1.0.0",
"libc",
......@@ -8516,7 +8516,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"async-trait",
"derive_more",
......@@ -8553,7 +8553,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"derive_more",
"finality-grandpa",
......@@ -8577,7 +8577,7 @@ dependencies = [
[[package]]
name = "sc-informant"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#b7a1a2cda5c860f18a7802051e881c5062828042"
source = "git+https://github.com/paritytech/substrate?branch=master#69e5b50896ff743f4725cb9747750c4093963a66"
dependencies = [
"ansi_term 0.12.1",
"futures 0.3.16",
......@@ -8594,7 +8594,7 @@ dependencies = [
[[package]]
name = "sc-keystore"
version = "4.0.0-dev"