Unverified Commit feb5039e authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Revert log rotation (#1389)

* Revert log rotation

https://github.com/paritytech/substrate/pull/6627

* 'Update substrate'

Co-authored-by: parity-processbot <>
parent 64d0c7ae
Pipeline #100206 passed with stages
in 26 minutes and 27 seconds
......@@ -383,18 +383,6 @@ dependencies = [
"radium",
]
[[package]]
name = "blake2"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330"
dependencies = [
"byte-tools",
"crypto-mac 0.7.0",
"digest 0.8.1",
"opaque-debug 0.2.3",
]
[[package]]
name = "blake2"
version = "0.9.0"
......@@ -1317,20 +1305,6 @@ dependencies = [
"miniz_oxide",
]
[[package]]
name = "flexi_logger"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33897654c23a50cebab45e18356f69fb771c9949a6928344fb1f01ffccc7c5f3"
dependencies = [
"chrono",
"glob",
"log 0.4.8",
"regex",
"thiserror",
"yansi",
]
[[package]]
name = "fnv"
version = "1.0.7"
......@@ -1340,7 +1314,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"parity-scale-codec",
]
......@@ -1348,7 +1322,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -1365,7 +1339,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"Inflector",
"frame-benchmarking",
......@@ -1384,7 +1358,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -1399,7 +1373,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "11.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"parity-scale-codec",
"serde",
......@@ -1410,7 +1384,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"bitmask",
"frame-metadata",
......@@ -1435,7 +1409,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support-procedural-tools",
"proc-macro2 1.0.18",
......@@ -1446,7 +1420,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
......@@ -1458,7 +1432,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",
......@@ -1468,7 +1442,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
......@@ -1484,7 +1458,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -1498,7 +1472,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"parity-scale-codec",
"sp-api",
......@@ -1716,18 +1690,6 @@ dependencies = [
"slab",
]
[[package]]
name = "futures_codec"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0a73299e4718f5452e45980fc1d6957a070abe308d3700b63b8673f47e1c2b3"
dependencies = [
"bytes 0.5.5",
"futures 0.3.5",
"memchr",
"pin-project",
]
[[package]]
name = "futures_codec"
version = "0.4.1"
......@@ -2680,7 +2642,7 @@ dependencies = [
"libp2p-websocket",
"libp2p-yamux",
"multihash",
"parity-multiaddr 0.9.1",
"parity-multiaddr",
"parking_lot 0.10.2",
"pin-project",
"smallvec 1.4.1",
......@@ -2705,7 +2667,7 @@ dependencies = [
"log 0.4.8",
"multihash",
"multistream-select",
"parity-multiaddr 0.9.1",
"parity-multiaddr",
"parking_lot 0.10.2",
"pin-project",
"prost",
......@@ -2769,7 +2731,7 @@ dependencies = [
"either",
"fnv",
"futures 0.3.5",
"futures_codec 0.4.1",
"futures_codec",
"libp2p-core",
"libp2p-swarm",
"log 0.4.8",
......@@ -2816,7 +2778,7 @@ dependencies = [
"bytes 0.5.5",
"fnv",
"futures 0.3.5",
"futures_codec 0.4.1",
"futures_codec",
"libp2p-core",
"log 0.4.8",
"parking_lot 0.10.2",
......@@ -3504,7 +3466,7 @@ dependencies = [
[[package]]
name = "pallet-authority-discovery"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3520,7 +3482,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3535,7 +3497,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3560,7 +3522,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3574,7 +3536,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3590,7 +3552,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3605,7 +3567,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3620,7 +3582,7 @@ dependencies = [
[[package]]
name = "pallet-finality-tracker"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3636,7 +3598,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3656,7 +3618,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"enumflags2",
"frame-benchmarking",
......@@ -3672,7 +3634,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3692,7 +3654,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3708,7 +3670,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3722,7 +3684,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3737,7 +3699,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3751,7 +3713,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3766,7 +3728,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3787,7 +3749,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3802,7 +3764,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3815,7 +3777,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"enumflags2",
"frame-support",
......@@ -3830,7 +3792,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3845,7 +3807,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3865,7 +3827,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3881,7 +3843,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3895,7 +3857,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3917,7 +3879,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.18",
......@@ -3928,7 +3890,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3942,7 +3904,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -3960,7 +3922,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"frame-system",
......@@ -3975,7 +3937,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
......@@ -3993,7 +3955,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-support",
"parity-scale-codec",
......@@ -4006,7 +3968,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4021,7 +3983,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4037,7 +3999,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"enumflags2",
"frame-benchmarking",
......@@ -4063,24 +4025,6 @@ dependencies = [
"parking_lot 0.10.2",
]
[[package]]
name = "parity-multiaddr"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f77055f9e81921a8cc7bebeb6cded3d128931d51f1e3dd6251f0770a6d431477"
dependencies = [
"arrayref",
"bs58",
"byteorder",
"data-encoding",
"parity-multihash",
"percent-encoding 2.1.0",
"serde",
"static_assertions",
"unsigned-varint 0.3.3",
"url 2.1.1",
]
[[package]]
name = "parity-multiaddr"
version = "0.9.1"
......@@ -4099,21 +4043,6 @@ dependencies = [
"url 2.1.1",
]
[[package]]
name = "parity-multihash"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a1cd2ba02391b81367bec529fb209019d718684fdc8ad6a712c2b536e46f775"
dependencies = [
"blake2 0.8.1",
"bytes 0.5.5",
"rand 0.7.3",
"sha-1",
"sha2 0.8.2",
"sha3",
"unsigned-varint 0.3.3",
]
[[package]]
name = "parity-scale-codec"
version = "1.3.1"
......@@ -6007,7 +5936,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"bytes 0.5.5",
"derive_more 0.99.9",
......@@ -6034,7 +5963,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"futures 0.3.5",
"futures-timer 3.0.2",
......@@ -6058,7 +5987,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"parity-scale-codec",
"sc-client-api",
......@@ -6075,7 +6004,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"impl-trait-for-tuples",
"sc-chain-spec-derive",
......@@ -6091,7 +6020,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.18",
......@@ -6102,14 +6031,14 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"ansi_term 0.12.1",
"atty",
"chrono",
"derive_more 0.99.9",
"env_logger",
"fdlimit",
"flexi_logger",
"futures 0.3.5",
"lazy_static",
"log 0.4.8",
......@@ -6143,7 +6072,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "2.0.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"derive_more 0.99.9",
"fnv",
......@@ -6179,7 +6108,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"blake2-rfc",
"hash-db",
......@@ -6208,7 +6137,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"sc-client-api",
"sp-blockchain",
......@@ -6219,7 +6148,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"derive_more 0.99.9",
"fork-tree",
......@@ -6261,7 +6190,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"derive_more 0.99.9",
"futures 0.3.5",
......@@ -6285,7 +6214,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"fork-tree",
"parity-scale-codec",
......@@ -6298,7 +6227,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"futures 0.3.5",
"futures-timer 3.0.2",
......@@ -6321,7 +6250,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"log 0.4.8",
"sc-client-api",
......@@ -6335,7 +6264,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"derive_more 0.99.9",
"lazy_static",
......@@ -6363,7 +6292,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"derive_more 0.99.9",
"log 0.4.8",
......@@ -6380,7 +6309,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.8.0-rc4"
source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730"
source = "git+https://github.com/paritytech/substrate#56cf04f289f9cd5e8bb96fe5bd23a923e21acf1c"
dependencies = [
"log 0.4.8",
"parity-scale-codec",
......@@ -6395,7 +6324,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.8.0-rc4"