Skip to content

Commit 2f3cfc8

Browse files
darkfriend77bkchrXanewokgnunicorn
authored
Igor v2 backports (#2)
* 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 <git@kchr.de> Co-authored-by: Igor Matuszewski <xanewok@gmail.com> Co-authored-by: Benjamin Kampmann <ben@parity.io>
1 parent 177318e commit 2f3cfc8

201 files changed

Lines changed: 555 additions & 552 deletions

File tree

Some content is hidden

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

Cargo.lock

Lines changed: 166 additions & 179 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 <admin@parity.io>"]
55
edition = "2018"
66
build = "build.rs"

bin/node/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113113
// implementation changes and behavior does not, then leave spec_version as
114114
// is and increment impl_version.
115115
spec_version: 260,
116-
impl_version: 0,
116+
impl_version: 1,
117117
apis: RUNTIME_API_VERSIONS,
118118
transaction_version: 1,
119119
};

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

0 commit comments

Comments
 (0)