Bump to v3.2.3
This commit is contained in:
parent
4bffab6715
commit
aa41520dd1
@ -1,3 +1,7 @@
|
|||||||
|
## OpenEthereum v3.2.3
|
||||||
|
|
||||||
|
* Hotfix for berlin consensus error.
|
||||||
|
|
||||||
## OpenEthereum v3.2.1
|
## OpenEthereum v3.2.1
|
||||||
|
|
||||||
Hot fix issue, related to initial sync:
|
Hot fix issue, related to initial sync:
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3188,7 +3188,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parity-version"
|
name = "parity-version"
|
||||||
version = "3.2.1"
|
version = "3.2.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-bytes",
|
"parity-bytes",
|
||||||
"rlp 0.3.0",
|
"rlp 0.3.0",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "parity-version"
|
name = "parity-version"
|
||||||
# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
|
# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
|
||||||
version = "3.2.1"
|
version = "3.2.3"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user