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

Commit 549e202

Browse files
authored
Backports to 2.0.6 stable (#9600)
1 parent de974fe commit 549e202

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Parity Ethereum client"
33
name = "parity-ethereum"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "2.0.5"
5+
version = "2.0.6"
66
license = "GPL-3.0"
77
authors = ["Parity Technologies <[email protected]>"]
88

util/version/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "parity-version"
55
# NOTE: this value is used for Parity version string (via env CARGO_PKG_VERSION)
6-
version = "2.0.5"
6+
version = "2.0.6"
77
authors = ["Parity Technologies <[email protected]>"]
88
build = "build.rs"
99

@@ -16,9 +16,9 @@ track = "stable"
1616
# Latest supported fork blocks.
1717
# Indicates a critical release in this track (i.e. consensus issue).
1818
[package.metadata.networks]
19-
foundation = { forkBlock = 4370000, critical = true }
20-
ropsten = { forkBlock = 10, critical = true }
21-
kovan = { forkBlock = 6600000, critical = true }
19+
foundation = { forkBlock = 4370000, critical = false }
20+
ropsten = { forkBlock = 10, critical = false }
21+
kovan = { forkBlock = 6600000, critical = false }
2222

2323
[dependencies]
2424
parity-bytes = { git = "https://github.com/paritytech/parity-common" }

0 commit comments

Comments
 (0)