Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 00b41bc

Browse files
Xanewokbkchrgnunicorn
authored
Merge 2.0.1 backport branch into mainline master (#7842)
* Backport #7381 * Bring back genesis storage build in aura/timestamp To not change spec version, see #7686 (comment) * Backport #7238 * Backport #7395 * Bump impl_version * Fix UI tests and bump trybuild dep See rust-lang/rust#73996 Backports: #7764 #7656 * Partially backport #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 #7854 ...to fix compilation error when using futures-* v0.3.9. * Adding Changelog entry for patch release Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Benjamin Kampmann <ben@parity.io>
1 parent 0fd461c commit 00b41bc

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

+154-154
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/runtime/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
build = "build.rs"

client/api/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/authority-discovery/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
build = "build.rs"

client/basic-authorship/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/block-builder/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/chain-spec/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/chain-spec/derive/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/cli/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "Substrate CLI interface."
66
edition = "2018"

client/consensus/aura/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "Aura consensus algorithm for substrate"
66
edition = "2018"

client/consensus/babe/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "BABE consensus algorithm for substrate"
66
edition = "2018"

client/consensus/babe/rpc/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "RPC extensions for the BABE consensus algorithm"
66
edition = "2018"

client/consensus/common/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/consensus/epochs/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "Generic epochs-based utilities for consensus"
66
edition = "2018"

client/consensus/manual-seal/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "Manual sealing engine for Substrate"
66
edition = "2018"

client/consensus/pow/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "PoW consensus algorithm for substrate"
66
edition = "2018"

client/consensus/slots/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "Generic slots-based utilities for consensus"
66
edition = "2018"

client/consensus/uncles/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "Generic uncle inclusion utilities for consensus"
66
edition = "2018"

client/db/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/executor/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/executor/common/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/executor/wasmi/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/executor/wasmtime/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/finality-grandpa/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/finality-grandpa/rpc/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "RPC extensions for the GRANDPA finality gadget"
66
repository = "https://github.com/paritytech/substrate/"

client/informant/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "Substrate informant."
66
edition = "2018"

client/keystore/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/light/Cargo.toml

+1-1
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 <admin@parity.io>"]
77
edition = "2018"

client/network-gossip/Cargo.toml

+1-1
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 <admin@parity.io>"]
77
edition = "2018"

client/network/Cargo.toml

+1-1
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 <admin@parity.io>"]
77
edition = "2018"

client/offchain/Cargo.toml

+1-1
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 <admin@parity.io>"]
77
edition = "2018"

client/peerset/Cargo.toml

+1-1
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 <admin@parity.io>"]
88
edition = "2018"
99
repository = "https://github.com/paritytech/substrate/"

client/proposer-metrics/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/rpc-api/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/rpc-servers/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/rpc/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/service/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/state-db/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/telemetry/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
description = "Telemetry utils"
66
edition = "2018"

client/tracing/Cargo.toml

+1-1
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 <admin@parity.io>"]
66
edition = "2018"

client/transaction-pool/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/transaction-pool/graph/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

docs/CHANGELOG.md

+12

frame/assets/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "Apache-2.0"

frame/atomic-swap/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "Apache-2.0"

frame/aura/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "Apache-2.0"

frame/authority-discovery/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "Apache-2.0"

frame/authorship/Cargo.toml

+1-1
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 <admin@parity.io>"]
66
edition = "2018"

frame/babe/Cargo.toml

+1-1
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 <admin@parity.io>"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)