From cd0258d2245603dadbe25992eae3e4a04d2c3172 Mon Sep 17 00:00:00 2001
From: Gavin Wood <gavin@parity.io>
Date: Mon, 8 Jun 2020 20:11:34 +0200
Subject: [PATCH] Bump versions, tweak SudoBalances constraint to add batching.
 (#1216)

---
 polkadot/Cargo.lock                           | 344 +++++++++---------
 polkadot/Cargo.toml                           |   2 +-
 polkadot/availability-store/Cargo.toml        |   2 +-
 polkadot/cli/Cargo.toml                       |   2 +-
 polkadot/collator/Cargo.toml                  |   2 +-
 polkadot/erasure-coding/Cargo.toml            |   2 +-
 polkadot/network/Cargo.toml                   |   2 +-
 polkadot/network/test/Cargo.toml              |   2 +-
 polkadot/parachain/Cargo.toml                 |   2 +-
 .../test-parachains/adder/Cargo.toml          |   2 +-
 .../parachain/test-parachains/halt/Cargo.toml |   2 +-
 polkadot/primitives/Cargo.toml                |   2 +-
 polkadot/rpc/Cargo.toml                       |   2 +-
 polkadot/runtime/common/Cargo.toml            |   2 +-
 polkadot/runtime/kusama/Cargo.toml            |   2 +-
 polkadot/runtime/kusama/src/lib.rs            |   2 +-
 polkadot/runtime/polkadot/Cargo.toml          |   2 +-
 polkadot/runtime/polkadot/src/lib.rs          |  10 +-
 polkadot/runtime/test-runtime/Cargo.toml      |   2 +-
 polkadot/runtime/westend/Cargo.toml           |   2 +-
 polkadot/runtime/westend/src/lib.rs           |  10 +-
 polkadot/service/Cargo.toml                   |   2 +-
 polkadot/statement-table/Cargo.toml           |   2 +-
 polkadot/validation/Cargo.toml                |   2 +-
 24 files changed, 206 insertions(+), 200 deletions(-)

diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock
index 1223b7b2ad9..9b4b07c6d26 100644
--- a/polkadot/Cargo.lock
+++ b/polkadot/Cargo.lock
@@ -1171,7 +1171,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 [[package]]
 name = "fork-tree"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
 ]
@@ -1179,7 +1179,7 @@ dependencies = [
 [[package]]
 name = "frame-benchmarking"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1196,7 +1196,7 @@ dependencies = [
 [[package]]
 name = "frame-benchmarking-cli"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "parity-scale-codec",
@@ -1214,7 +1214,7 @@ dependencies = [
 [[package]]
 name = "frame-executive"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1229,7 +1229,7 @@ dependencies = [
 [[package]]
 name = "frame-metadata"
 version = "11.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -1240,7 +1240,7 @@ dependencies = [
 [[package]]
 name = "frame-support"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "bitmask",
  "frame-metadata",
@@ -1265,7 +1265,7 @@ dependencies = [
 [[package]]
 name = "frame-support-procedural"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support-procedural-tools",
  "proc-macro2 1.0.17",
@@ -1276,7 +1276,7 @@ dependencies = [
 [[package]]
 name = "frame-support-procedural-tools"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support-procedural-tools-derive",
  "proc-macro-crate",
@@ -1288,7 +1288,7 @@ dependencies = [
 [[package]]
 name = "frame-support-procedural-tools-derive"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "proc-macro2 1.0.17",
  "quote 1.0.6",
@@ -1298,7 +1298,7 @@ dependencies = [
 [[package]]
 name = "frame-system"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "impl-trait-for-tuples",
@@ -1314,7 +1314,7 @@ dependencies = [
 [[package]]
 name = "frame-system-benchmarking"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -1328,7 +1328,7 @@ dependencies = [
 [[package]]
 name = "frame-system-rpc-runtime-api"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -2098,9 +2098,9 @@ dependencies = [
 
 [[package]]
 name = "jsonrpc-client-transports"
-version = "14.1.0"
+version = "14.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2307a7e78cf969759e390a8a2151ea12e783849a45bb00aa871b468ba58ea79e"
+checksum = "ecbdaacc17243168d9d1fa6b2bd7556a27e1e60a621d8a2a6e590ae2b145d158"
 dependencies = [
  "failure",
  "futures 0.1.29",
@@ -2114,9 +2114,9 @@ dependencies = [
 
 [[package]]
 name = "jsonrpc-core"
-version = "14.1.0"
+version = "14.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25525f6002338fb4debb5167a89a0b47f727a5a48418417545ad3429758b7fec"
+checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
 dependencies = [
  "futures 0.1.29",
  "log 0.4.8",
@@ -2127,18 +2127,18 @@ dependencies = [
 
 [[package]]
 name = "jsonrpc-core-client"
-version = "14.1.0"
+version = "14.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87f9382e831a6d630c658df103aac3f971da096deb57c136ea2b760d3b4e3f9f"
+checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"
 dependencies = [
  "jsonrpc-client-transports",
 ]
 
 [[package]]
 name = "jsonrpc-derive"
-version = "14.0.5"
+version = "14.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8609af8f63b626e8e211f52441fcdb6ec54f1a446606b10d5c89ae9bf8a20058"
+checksum = "0fadf6945e227246825a583514534d864554e9f23d80b3c77d034b10983db5ef"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2 1.0.17",
@@ -2148,9 +2148,9 @@ dependencies = [
 
 [[package]]
 name = "jsonrpc-http-server"
-version = "14.1.0"
+version = "14.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d52860f0549694aa4abb12766856f56952ab46d3fb9f0815131b2db3d9cc2f29"
+checksum = "0da906d682799df05754480dac1b9e70ec92e12c19ebafd2662a5ea1c9fd6522"
 dependencies = [
  "hyper 0.12.35",
  "jsonrpc-core",
@@ -2163,21 +2163,22 @@ dependencies = [
 
 [[package]]
 name = "jsonrpc-pubsub"
-version = "14.1.0"
+version = "14.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c4ca5e391d6c6a2261d4adca029f427fe63ea546ad6cef2957c654c08495ec16"
+checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"
 dependencies = [
  "jsonrpc-core",
  "log 0.4.8",
  "parking_lot 0.10.2",
+ "rand 0.7.3",
  "serde",
 ]
 
 [[package]]
 name = "jsonrpc-server-utils"
-version = "14.1.0"
+version = "14.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1f06add502b48351e05dd95814835327fb115e4e9f834ca42fd522d3b769d4d2"
+checksum = "56cbfb462e7f902e21121d9f0d1c2b77b2c5b642e1a4e8f4ebfa2e15b94402bb"
 dependencies = [
  "bytes 0.4.12",
  "globset",
@@ -2191,9 +2192,9 @@ dependencies = [
 
 [[package]]
 name = "jsonrpc-ws-server"
-version = "14.1.0"
+version = "14.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "017a7dd5083d9ed62c5e1dd3e317975c33c3115dac5447f4480fe05a8c354754"
+checksum = "903d3109fe7c4acb932b567e1e607e0f524ed04741b09fb0e61841bc40a022fc"
 dependencies = [
  "jsonrpc-core",
  "jsonrpc-server-utils",
@@ -2221,7 +2222,7 @@ dependencies = [
 
 [[package]]
 name = "kusama-runtime"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -3229,7 +3230,7 @@ dependencies = [
 [[package]]
 name = "pallet-authority-discovery"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3245,7 +3246,7 @@ dependencies = [
 [[package]]
 name = "pallet-authorship"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3260,7 +3261,7 @@ dependencies = [
 [[package]]
 name = "pallet-babe"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3282,7 +3283,7 @@ dependencies = [
 [[package]]
 name = "pallet-balances"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3296,7 +3297,7 @@ dependencies = [
 [[package]]
 name = "pallet-collective"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3312,7 +3313,7 @@ dependencies = [
 [[package]]
 name = "pallet-democracy"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3327,7 +3328,7 @@ dependencies = [
 [[package]]
 name = "pallet-elections-phragmen"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3342,7 +3343,7 @@ dependencies = [
 [[package]]
 name = "pallet-finality-tracker"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3358,7 +3359,7 @@ dependencies = [
 [[package]]
 name = "pallet-grandpa"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3378,7 +3379,7 @@ dependencies = [
 [[package]]
 name = "pallet-identity"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "enumflags2",
  "frame-benchmarking",
@@ -3394,7 +3395,7 @@ dependencies = [
 [[package]]
 name = "pallet-im-online"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3414,7 +3415,7 @@ dependencies = [
 [[package]]
 name = "pallet-indices"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3430,7 +3431,7 @@ dependencies = [
 [[package]]
 name = "pallet-membership"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3444,7 +3445,7 @@ dependencies = [
 [[package]]
 name = "pallet-multisig"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3459,7 +3460,7 @@ dependencies = [
 [[package]]
 name = "pallet-nicks"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3473,7 +3474,7 @@ dependencies = [
 [[package]]
 name = "pallet-offences"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3488,7 +3489,7 @@ dependencies = [
 [[package]]
 name = "pallet-offences-benchmarking"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3509,7 +3510,7 @@ dependencies = [
 [[package]]
 name = "pallet-proxy"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3524,7 +3525,7 @@ dependencies = [
 [[package]]
 name = "pallet-randomness-collective-flip"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3537,7 +3538,7 @@ dependencies = [
 [[package]]
 name = "pallet-recovery"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "enumflags2",
  "frame-support",
@@ -3552,7 +3553,7 @@ dependencies = [
 [[package]]
 name = "pallet-scheduler"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3567,7 +3568,7 @@ dependencies = [
 [[package]]
 name = "pallet-session"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3585,7 +3586,7 @@ dependencies = [
 [[package]]
 name = "pallet-session-benchmarking"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3599,7 +3600,7 @@ dependencies = [
 [[package]]
 name = "pallet-society"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3613,7 +3614,7 @@ dependencies = [
 [[package]]
 name = "pallet-staking"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3635,7 +3636,7 @@ dependencies = [
 [[package]]
 name = "pallet-staking-reward-curve"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2 1.0.17",
@@ -3646,7 +3647,7 @@ dependencies = [
 [[package]]
 name = "pallet-sudo"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3660,7 +3661,7 @@ dependencies = [
 [[package]]
 name = "pallet-timestamp"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3678,7 +3679,7 @@ dependencies = [
 [[package]]
 name = "pallet-transaction-payment"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3692,7 +3693,7 @@ dependencies = [
 [[package]]
 name = "pallet-transaction-payment-rpc"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "jsonrpc-core",
  "jsonrpc-core-client",
@@ -3710,7 +3711,7 @@ dependencies = [
 [[package]]
 name = "pallet-transaction-payment-rpc-runtime-api"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-support",
  "parity-scale-codec",
@@ -3723,7 +3724,7 @@ dependencies = [
 [[package]]
 name = "pallet-treasury"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3738,7 +3739,7 @@ dependencies = [
 [[package]]
 name = "pallet-utility"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3754,7 +3755,7 @@ dependencies = [
 [[package]]
 name = "pallet-vesting"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "enumflags2",
  "frame-benchmarking",
@@ -4063,7 +4064,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e"
 
 [[package]]
 name = "polkadot"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "assert_cmd",
  "futures 0.3.5",
@@ -4076,7 +4077,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-availability-store"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "derive_more 0.99.7",
  "exit-future",
@@ -4102,7 +4103,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-cli"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "frame-benchmarking-cli",
  "futures 0.3.5",
@@ -4126,7 +4127,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-collator"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "futures 0.3.5",
  "futures-timer 2.0.2",
@@ -4153,7 +4154,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-erasure-coding"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "derive_more 0.15.0",
  "parity-scale-codec",
@@ -4165,7 +4166,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-network"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "arrayvec 0.4.12",
  "bytes 0.5.4",
@@ -4193,7 +4194,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-network-test"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "futures 0.3.5",
  "log 0.4.8",
@@ -4236,7 +4237,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-parachain"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "derive_more 0.99.7",
  "log 0.4.8",
@@ -4255,7 +4256,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-primitives"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "bitvec",
  "frame-system",
@@ -4277,7 +4278,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-rpc"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "jsonrpc-core",
  "pallet-transaction-payment-rpc",
@@ -4302,7 +4303,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-runtime"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -4376,7 +4377,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-runtime-common"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -4461,7 +4462,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-service"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "env_logger",
  "frame-benchmarking",
@@ -4520,7 +4521,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-statement-table"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "parity-scale-codec",
  "polkadot-primitives",
@@ -4529,7 +4530,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-test-runtime"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "bitvec",
  "frame-executive",
@@ -4606,7 +4607,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-validation"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "bitvec",
  "derive_more 0.14.1",
@@ -5374,7 +5375,7 @@ dependencies = [
 [[package]]
 name = "sc-authority-discovery"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "bytes 0.5.4",
  "derive_more 0.99.7",
@@ -5401,7 +5402,7 @@ dependencies = [
 [[package]]
 name = "sc-basic-authorship"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "futures 0.3.5",
  "futures-timer 3.0.2",
@@ -5425,7 +5426,7 @@ dependencies = [
 [[package]]
 name = "sc-block-builder"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "sc-client-api",
@@ -5441,7 +5442,7 @@ dependencies = [
 [[package]]
 name = "sc-chain-spec"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "impl-trait-for-tuples",
  "sc-chain-spec-derive",
@@ -5457,7 +5458,7 @@ dependencies = [
 [[package]]
 name = "sc-chain-spec-derive"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2 1.0.17",
@@ -5468,7 +5469,7 @@ dependencies = [
 [[package]]
 name = "sc-cli"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "ansi_term 0.12.1",
  "atty",
@@ -5509,7 +5510,7 @@ dependencies = [
 [[package]]
 name = "sc-client-api"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "fnv",
@@ -5545,7 +5546,7 @@ dependencies = [
 [[package]]
 name = "sc-client-db"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "blake2-rfc",
  "hash-db",
@@ -5574,7 +5575,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "sc-client-api",
  "sp-blockchain",
@@ -5585,7 +5586,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-babe"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "fork-tree",
@@ -5627,7 +5628,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-babe-rpc"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "futures 0.3.5",
@@ -5650,7 +5651,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-epochs"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "fork-tree",
  "parity-scale-codec",
@@ -5663,7 +5664,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-slots"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "futures 0.3.5",
  "futures-timer 3.0.2",
@@ -5685,7 +5686,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-uncles"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "log 0.4.8",
  "sc-client-api",
@@ -5699,7 +5700,7 @@ dependencies = [
 [[package]]
 name = "sc-executor"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "lazy_static",
@@ -5727,7 +5728,7 @@ dependencies = [
 [[package]]
 name = "sc-executor-common"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "log 0.4.8",
@@ -5744,7 +5745,7 @@ dependencies = [
 [[package]]
 name = "sc-executor-wasmi"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "log 0.4.8",
  "parity-scale-codec",
@@ -5759,7 +5760,7 @@ dependencies = [
 [[package]]
 name = "sc-executor-wasmtime"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "cranelift-codegen",
  "cranelift-wasm",
@@ -5780,7 +5781,7 @@ dependencies = [
 [[package]]
 name = "sc-finality-grandpa"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "assert_matches",
  "derive_more 0.99.7",
@@ -5817,7 +5818,7 @@ dependencies = [
 [[package]]
 name = "sc-finality-grandpa-rpc"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "finality-grandpa",
@@ -5834,7 +5835,7 @@ dependencies = [
 [[package]]
 name = "sc-informant"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "ansi_term 0.12.1",
  "futures 0.3.5",
@@ -5851,7 +5852,7 @@ dependencies = [
 [[package]]
 name = "sc-keystore"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "hex",
@@ -5866,7 +5867,7 @@ dependencies = [
 [[package]]
 name = "sc-network"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "bitflags",
  "bs58",
@@ -5918,7 +5919,7 @@ dependencies = [
 [[package]]
 name = "sc-network-gossip"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "futures 0.3.5",
  "futures-timer 3.0.2",
@@ -5933,7 +5934,7 @@ dependencies = [
 [[package]]
 name = "sc-network-test"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "env_logger",
  "futures 0.3.5",
@@ -5960,7 +5961,7 @@ dependencies = [
 [[package]]
 name = "sc-offchain"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "bytes 0.5.4",
  "fnv",
@@ -5987,7 +5988,7 @@ dependencies = [
 [[package]]
 name = "sc-peerset"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "futures 0.3.5",
  "libp2p",
@@ -6000,7 +6001,7 @@ dependencies = [
 [[package]]
 name = "sc-proposer-metrics"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "log 0.4.8",
  "substrate-prometheus-endpoint",
@@ -6009,7 +6010,7 @@ dependencies = [
 [[package]]
 name = "sc-rpc"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "futures 0.3.5",
  "hash-db",
@@ -6041,7 +6042,7 @@ dependencies = [
 [[package]]
 name = "sc-rpc-api"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "futures 0.3.5",
@@ -6065,7 +6066,7 @@ dependencies = [
 [[package]]
 name = "sc-rpc-server"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "jsonrpc-core",
  "jsonrpc-http-server",
@@ -6080,7 +6081,7 @@ dependencies = [
 [[package]]
 name = "sc-service"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "exit-future",
@@ -6088,6 +6089,7 @@ dependencies = [
  "futures 0.3.5",
  "futures-timer 3.0.2",
  "hash-db",
+ "jsonrpc-pubsub",
  "lazy_static",
  "log 0.4.8",
  "netstat2",
@@ -6138,7 +6140,7 @@ dependencies = [
 [[package]]
 name = "sc-state-db"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "log 0.4.8",
  "parity-scale-codec",
@@ -6152,7 +6154,7 @@ dependencies = [
 [[package]]
 name = "sc-telemetry"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "bytes 0.5.4",
  "futures 0.3.5",
@@ -6174,7 +6176,7 @@ dependencies = [
 [[package]]
 name = "sc-tracing"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "erased-serde",
  "log 0.4.8",
@@ -6189,7 +6191,7 @@ dependencies = [
 [[package]]
 name = "sc-transaction-graph"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "futures 0.3.5",
@@ -6209,7 +6211,7 @@ dependencies = [
 [[package]]
 name = "sc-transaction-pool"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "futures 0.3.5",
@@ -6596,7 +6598,7 @@ dependencies = [
 [[package]]
 name = "sp-allocator"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "log 0.4.8",
@@ -6608,7 +6610,7 @@ dependencies = [
 [[package]]
 name = "sp-api"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "hash-db",
  "parity-scale-codec",
@@ -6623,7 +6625,7 @@ dependencies = [
 [[package]]
 name = "sp-api-proc-macro"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "blake2-rfc",
  "proc-macro-crate",
@@ -6635,7 +6637,7 @@ dependencies = [
 [[package]]
 name = "sp-application-crypto"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -6647,7 +6649,7 @@ dependencies = [
 [[package]]
 name = "sp-arithmetic"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "integer-sqrt",
  "num-traits 0.2.11",
@@ -6660,7 +6662,7 @@ dependencies = [
 [[package]]
 name = "sp-authority-discovery"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -6672,7 +6674,7 @@ dependencies = [
 [[package]]
 name = "sp-authorship"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "sp-inherents",
@@ -6683,7 +6685,7 @@ dependencies = [
 [[package]]
 name = "sp-block-builder"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -6695,7 +6697,7 @@ dependencies = [
 [[package]]
 name = "sp-blockchain"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "log 0.4.8",
@@ -6711,7 +6713,7 @@ dependencies = [
 [[package]]
 name = "sp-chain-spec"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "serde",
  "serde_json",
@@ -6720,7 +6722,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "futures 0.3.5",
@@ -6743,7 +6745,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-aura"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -6757,7 +6759,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-babe"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "merlin",
  "parity-scale-codec",
@@ -6774,7 +6776,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-vrf"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "schnorrkel",
@@ -6786,7 +6788,7 @@ dependencies = [
 [[package]]
 name = "sp-core"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "base58",
  "blake2-rfc",
@@ -6828,7 +6830,7 @@ dependencies = [
 [[package]]
 name = "sp-database"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "kvdb",
  "parking_lot 0.10.2",
@@ -6837,7 +6839,7 @@ dependencies = [
 [[package]]
 name = "sp-debug-derive"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "proc-macro2 1.0.17",
  "quote 1.0.6",
@@ -6847,7 +6849,7 @@ dependencies = [
 [[package]]
 name = "sp-externalities"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "environmental",
  "parity-scale-codec",
@@ -6858,7 +6860,7 @@ dependencies = [
 [[package]]
 name = "sp-finality-grandpa"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "finality-grandpa",
  "log 0.4.8",
@@ -6874,7 +6876,7 @@ dependencies = [
 [[package]]
 name = "sp-finality-tracker"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "sp-inherents",
@@ -6884,7 +6886,7 @@ dependencies = [
 [[package]]
 name = "sp-inherents"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "parity-scale-codec",
@@ -6896,7 +6898,7 @@ dependencies = [
 [[package]]
 name = "sp-io"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "futures 0.3.5",
  "hash-db",
@@ -6916,7 +6918,7 @@ dependencies = [
 [[package]]
 name = "sp-keyring"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "lazy_static",
  "sp-core",
@@ -6927,7 +6929,7 @@ dependencies = [
 [[package]]
 name = "sp-npos-elections"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -6939,7 +6941,7 @@ dependencies = [
 [[package]]
 name = "sp-npos-elections-compact"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2 1.0.17",
@@ -6950,7 +6952,7 @@ dependencies = [
 [[package]]
 name = "sp-offchain"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "sp-api",
  "sp-core",
@@ -6960,7 +6962,7 @@ dependencies = [
 [[package]]
 name = "sp-panic-handler"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "backtrace",
  "log 0.4.8",
@@ -6969,7 +6971,7 @@ dependencies = [
 [[package]]
 name = "sp-rpc"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "serde",
  "sp-core",
@@ -6978,7 +6980,7 @@ dependencies = [
 [[package]]
 name = "sp-runtime"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "hash256-std-hasher",
  "impl-trait-for-tuples",
@@ -6999,7 +7001,7 @@ dependencies = [
 [[package]]
 name = "sp-runtime-interface"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "primitive-types",
@@ -7014,7 +7016,7 @@ dependencies = [
 [[package]]
 name = "sp-runtime-interface-proc-macro"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "Inflector",
  "proc-macro-crate",
@@ -7026,7 +7028,7 @@ dependencies = [
 [[package]]
 name = "sp-serializer"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "serde",
  "serde_json",
@@ -7035,7 +7037,7 @@ dependencies = [
 [[package]]
 name = "sp-session"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -7048,7 +7050,7 @@ dependencies = [
 [[package]]
 name = "sp-staking"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "parity-scale-codec",
  "sp-runtime",
@@ -7058,7 +7060,7 @@ dependencies = [
 [[package]]
 name = "sp-state-machine"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "hash-db",
  "log 0.4.8",
@@ -7077,12 +7079,12 @@ dependencies = [
 [[package]]
 name = "sp-std"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 
 [[package]]
 name = "sp-storage"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "impl-serde 0.2.3",
  "ref-cast",
@@ -7094,7 +7096,7 @@ dependencies = [
 [[package]]
 name = "sp-timestamp"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "impl-trait-for-tuples",
  "parity-scale-codec",
@@ -7108,7 +7110,7 @@ dependencies = [
 [[package]]
 name = "sp-tracing"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "tracing",
 ]
@@ -7116,7 +7118,7 @@ dependencies = [
 [[package]]
 name = "sp-transaction-pool"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "derive_more 0.99.7",
  "futures 0.3.5",
@@ -7132,7 +7134,7 @@ dependencies = [
 [[package]]
 name = "sp-trie"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "hash-db",
  "memory-db",
@@ -7146,7 +7148,7 @@ dependencies = [
 [[package]]
 name = "sp-utils"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "futures 0.3.5",
  "futures-core",
@@ -7157,7 +7159,7 @@ dependencies = [
 [[package]]
 name = "sp-version"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "impl-serde 0.2.3",
  "parity-scale-codec",
@@ -7169,7 +7171,7 @@ dependencies = [
 [[package]]
 name = "sp-wasm-interface"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "impl-trait-for-tuples",
  "parity-scale-codec",
@@ -7300,7 +7302,7 @@ dependencies = [
 [[package]]
 name = "substrate-browser-utils"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "chrono",
  "clear_on_drop",
@@ -7327,7 +7329,7 @@ dependencies = [
 [[package]]
 name = "substrate-build-script-utils"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "platforms",
 ]
@@ -7335,7 +7337,7 @@ dependencies = [
 [[package]]
 name = "substrate-frame-rpc-system"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "frame-system-rpc-runtime-api",
  "futures 0.3.5",
@@ -7356,7 +7358,7 @@ dependencies = [
 [[package]]
 name = "substrate-prometheus-endpoint"
 version = "0.8.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "async-std",
  "derive_more 0.99.7",
@@ -7370,7 +7372,7 @@ dependencies = [
 [[package]]
 name = "substrate-test-client"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "futures 0.3.5",
  "hash-db",
@@ -7391,7 +7393,7 @@ dependencies = [
 [[package]]
 name = "substrate-test-runtime"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "cfg-if",
  "frame-executive",
@@ -7431,7 +7433,7 @@ dependencies = [
 [[package]]
 name = "substrate-test-runtime-client"
 version = "2.0.0-rc2"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 dependencies = [
  "futures 0.3.5",
  "parity-scale-codec",
@@ -7451,7 +7453,7 @@ dependencies = [
 [[package]]
 name = "substrate-wasm-builder-runner"
 version = "1.0.6"
-source = "git+https://github.com/paritytech/substrate#39a3372aa18ed592e51688ab2e30fa79a779ad4e"
+source = "git+https://github.com/paritytech/substrate#f0eef06cd65f72854188fea5e56397b6e7dc3200"
 
 [[package]]
 name = "substrate-wasm-builder-runner"
@@ -7677,7 +7679,7 @@ dependencies = [
 
 [[package]]
 name = "test-parachain-adder"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "dlmalloc",
  "parity-scale-codec",
@@ -7716,7 +7718,7 @@ dependencies = [
 
 [[package]]
 name = "test-parachain-halt"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
@@ -8584,7 +8586,7 @@ dependencies = [
 
 [[package]]
 name = "westend-runtime"
-version = "0.8.4"
+version = "0.8.5"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml
index e477ee187bc..2cff4a1fa3c 100644
--- a/polkadot/Cargo.toml
+++ b/polkadot/Cargo.toml
@@ -4,7 +4,7 @@ path = "src/main.rs"
 
 [package]
 name = "polkadot"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml
index 47184fd34a3..781362a2b6b 100644
--- a/polkadot/availability-store/Cargo.toml
+++ b/polkadot/availability-store/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "polkadot-availability-store"
 description = "Persistent database for parachain data"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml
index 73de6e4fb36..9dd553b5548 100644
--- a/polkadot/cli/Cargo.toml
+++ b/polkadot/cli/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-cli"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Polkadot Relay-chain Client Node"
 edition = "2018"
diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml
index 6f62a9617ed..1fdc8d0706a 100644
--- a/polkadot/collator/Cargo.toml
+++ b/polkadot/collator/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-collator"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Collator node implementation"
 edition = "2018"
diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml
index 99d6cc8e73b..484c4e37410 100644
--- a/polkadot/erasure-coding/Cargo.toml
+++ b/polkadot/erasure-coding/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-erasure-coding"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml
index 0c7cf0ef047..5c21cf851c8 100644
--- a/polkadot/network/Cargo.toml
+++ b/polkadot/network/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-network"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Polkadot-specific networking protocol"
 edition = "2018"
diff --git a/polkadot/network/test/Cargo.toml b/polkadot/network/test/Cargo.toml
index 3f7c9885036..9c3116a0f40 100644
--- a/polkadot/network/test/Cargo.toml
+++ b/polkadot/network/test/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-network-test"
-version = "0.8.4"
+version = "0.8.5"
 license = "GPL-3.0"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml
index 2472ab625c0..989c0228421 100644
--- a/polkadot/parachain/Cargo.toml
+++ b/polkadot/parachain/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-parachain"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Types and utilities for creating and working with parachains"
 edition = "2018"
diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml
index d8590de895f..878f4b589bd 100644
--- a/polkadot/parachain/test-parachains/adder/Cargo.toml
+++ b/polkadot/parachain/test-parachains/adder/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "test-parachain-adder"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Test parachain which adds to a number as its state transition"
 edition = "2018"
diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml
index 008c6ea4ca1..775ca82823f 100644
--- a/polkadot/parachain/test-parachains/halt/Cargo.toml
+++ b/polkadot/parachain/test-parachains/halt/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "test-parachain-halt"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Test parachain which executes forever"
 edition = "2018"
diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml
index 072e5ea835a..530b1f90c2e 100644
--- a/polkadot/primitives/Cargo.toml
+++ b/polkadot/primitives/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-primitives"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml
index 39f53ef48fc..e0d89367043 100644
--- a/polkadot/rpc/Cargo.toml
+++ b/polkadot/rpc/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-rpc"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml
index 926d4e6ce93..c6b2362bf47 100644
--- a/polkadot/runtime/common/Cargo.toml
+++ b/polkadot/runtime/common/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-runtime-common"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml
index 82e8e765e41..d4fb91ad4a5 100644
--- a/polkadot/runtime/kusama/Cargo.toml
+++ b/polkadot/runtime/kusama/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "kusama-runtime"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 build = "build.rs"
diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs
index 8c1b9a582e7..56d56bb5862 100644
--- a/polkadot/runtime/kusama/src/lib.rs
+++ b/polkadot/runtime/kusama/src/lib.rs
@@ -84,7 +84,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
 	spec_name: create_runtime_str!("kusama"),
 	impl_name: create_runtime_str!("parity-kusama"),
 	authoring_version: 2,
-	spec_version: 2004,
+	spec_version: 2005,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,
diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml
index 3a807d82c2c..64d351c9553 100644
--- a/polkadot/runtime/polkadot/Cargo.toml
+++ b/polkadot/runtime/polkadot/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-runtime"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 build = "build.rs"
diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs
index f9e4ad5d1aa..4bfe6418f36 100644
--- a/polkadot/runtime/polkadot/src/lib.rs
+++ b/polkadot/runtime/polkadot/src/lib.rs
@@ -89,7 +89,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
 	spec_name: create_runtime_str!("polkadot"),
 	impl_name: create_runtime_str!("parity-polkadot"),
 	authoring_version: 0,
-	spec_version: 4,
+	spec_version: 5,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 0,
@@ -787,9 +787,11 @@ impl InstanceFilter<Call> for ProxyType {
 				Call::Staking(..) | Call::Utility(utility::Call::batch(..))
 					| Call::Utility(utility::Call::as_limited_sub(..))
 			),
-			ProxyType::SudoBalances => matches!(c,
-				Call::Sudo(sudo::Call::sudo(x)) if matches!(x.as_ref(), &Call::Balances(..))
-			),
+			ProxyType::SudoBalances => match c {
+				Call::Sudo(sudo::Call::sudo(ref x)) => matches!(x.as_ref(), &Call::Balances(..)),
+				Call::Utility(utility::Call::batch(..)) => true,
+				_ => false,
+			},
 		}
 	}
 	fn is_superset(&self, o: &Self) -> bool {
diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml
index c941c16686a..6eb78e929e9 100644
--- a/polkadot/runtime/test-runtime/Cargo.toml
+++ b/polkadot/runtime/test-runtime/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-test-runtime"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 build = "build.rs"
diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml
index 3f8d4ea2b2f..70cec83e596 100644
--- a/polkadot/runtime/westend/Cargo.toml
+++ b/polkadot/runtime/westend/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "westend-runtime"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 build = "build.rs"
diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs
index 88e033f649f..8c331f138a8 100644
--- a/polkadot/runtime/westend/src/lib.rs
+++ b/polkadot/runtime/westend/src/lib.rs
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
 	spec_name: create_runtime_str!("westend"),
 	impl_name: create_runtime_str!("parity-westend"),
 	authoring_version: 2,
-	spec_version: 24,
+	spec_version: 25,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,
@@ -607,9 +607,11 @@ impl InstanceFilter<Call> for ProxyType {
 				Call::Staking(..) | Call::Utility(utility::Call::batch(..))
 					| Call::Utility(utility::Call::as_limited_sub(..))
 			),
-			ProxyType::SudoBalances => matches!(c,
-				Call::Sudo(sudo::Call::sudo(x)) if matches!(x.as_ref(), &Call::Balances(..))
-			),
+			ProxyType::SudoBalances => match c {
+				Call::Sudo(sudo::Call::sudo(ref x)) => matches!(x.as_ref(), &Call::Balances(..)),
+				Call::Utility(utility::Call::batch(..)) => true,
+				_ => false,
+			},
 		}
 	}
 	fn is_superset(&self, o: &Self) -> bool {
diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml
index fb86c83f9b8..f11af923138 100644
--- a/polkadot/service/Cargo.toml
+++ b/polkadot/service/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-service"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml
index 5b96ca894ce..df16018dabf 100644
--- a/polkadot/statement-table/Cargo.toml
+++ b/polkadot/statement-table/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-statement-table"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml
index b2168edf8cb..6fa28ece4fd 100644
--- a/polkadot/validation/Cargo.toml
+++ b/polkadot/validation/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-validation"
-version = "0.8.4"
+version = "0.8.5"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
-- 
GitLab