Skip to content

Commit e63f5cf

Browse files
Xanewokbkchrgnunicorn
authored andcommitted
Merge 2.0.1 backport branch into mainline master (paritytech#7842)
* Backport paritytech#7381 * Bring back genesis storage build in aura/timestamp To not change spec version, see paritytech#7686 (comment) * Backport paritytech#7238 * Backport paritytech#7395 * Bump impl_version * Fix UI tests and bump trybuild dep See rust-lang/rust#73996 Backports: paritytech#7764 paritytech#7656 * Partially backport paritytech#7838 * Release frame-support with a dep compilation fix * Bump patch level for remaining crates This is done because at the time of writing cargo-unleash does not fully support partial workspace publishing and mixes both local and crates.io versions of the packages, leading to errors in the release check workflow. * Backport paritytech#7854 ...to fix compilation error when using futures-* v0.3.9. * Adding Changelog entry for patch release Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Benjamin Kampmann <[email protected]>
1 parent de5f396 commit e63f5cf

File tree

156 files changed

+322
-310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+322
-310
lines changed

Cargo.lock

Lines changed: 154 additions & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node-runtime"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

client/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-client-api"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/authority-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-authority-discovery"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

client/basic-authorship/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-basic-authorship"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/block-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-block-builder"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/chain-spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-chain-spec"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/chain-spec/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-chain-spec-derive"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-cli"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Substrate CLI interface."
66
edition = "2018"

client/consensus/aura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-consensus-aura"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Aura consensus algorithm for substrate"
66
edition = "2018"

client/consensus/babe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-consensus-babe"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "BABE consensus algorithm for substrate"
66
edition = "2018"

client/consensus/babe/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-consensus-babe-rpc"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "RPC extensions for the BABE consensus algorithm"
66
edition = "2018"

client/consensus/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-consensus"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/consensus/epochs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-consensus-epochs"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Generic epochs-based utilities for consensus"
66
edition = "2018"

client/consensus/manual-seal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-consensus-manual-seal"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Manual sealing engine for Substrate"
66
edition = "2018"

client/consensus/pow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-consensus-pow"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "PoW consensus algorithm for substrate"
66
edition = "2018"

client/consensus/slots/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-consensus-slots"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Generic slots-based utilities for consensus"
66
edition = "2018"

client/consensus/uncles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-consensus-uncles"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Generic uncle inclusion utilities for consensus"
66
edition = "2018"

client/db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-client-db"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-executor"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/executor/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-executor-common"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/executor/wasmi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-executor-wasmi"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/executor/wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-executor-wasmtime"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/finality-grandpa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-finality-grandpa"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/finality-grandpa/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-finality-grandpa-rpc"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "RPC extensions for the GRANDPA finality gadget"
66
repository = "https://github.com/paritytech/substrate/"

client/informant/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-informant"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Substrate informant."
66
edition = "2018"

client/keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-keystore"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/light/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "components for a light client"
33
name = "sc-light"
4-
version = "2.0.0"
4+
version = "2.0.1"
55
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
66
authors = ["Parity Technologies <[email protected]>"]
77
edition = "2018"

client/network-gossip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Gossiping for the Substrate network protocol"
33
name = "sc-network-gossip"
4-
version = "0.8.0"
4+
version = "0.8.1"
55
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
66
authors = ["Parity Technologies <[email protected]>"]
77
edition = "2018"

client/network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Substrate network protocol"
33
name = "sc-network"
4-
version = "0.8.0"
4+
version = "0.8.1"
55
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
66
authors = ["Parity Technologies <[email protected]>"]
77
edition = "2018"

client/offchain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Substrate offchain workers"
33
name = "sc-offchain"
4-
version = "2.0.0"
4+
version = "2.0.1"
55
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
66
authors = ["Parity Technologies <[email protected]>"]
77
edition = "2018"

client/peerset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Connectivity manager based on reputation"
33
homepage = "http://parity.io"
44
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
55
name = "sc-peerset"
6-
version = "2.0.0"
6+
version = "2.0.1"
77
authors = ["Parity Technologies <[email protected]>"]
88
edition = "2018"
99
repository = "https://github.com/paritytech/substrate/"

client/proposer-metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-proposer-metrics"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/rpc-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-rpc-api"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/rpc-servers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-rpc-server"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-rpc"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-service"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/state-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-state-db"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-telemetry"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Telemetry utils"
66
edition = "2018"

client/tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-tracing"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
55
authors = ["Parity Technologies <[email protected]>"]
66
edition = "2018"

client/transaction-pool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-transaction-pool"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/transaction-pool/graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-transaction-graph"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions

frame/assets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-assets"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

frame/atomic-swap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-atomic-swap"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

frame/aura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-aura"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

frame/authority-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-authority-discovery"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

frame/authorship/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-authorship"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Block and Uncle Author tracking for the FRAME"
55
authors = ["Parity Technologies <[email protected]>"]
66
edition = "2018"

frame/babe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-babe"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)