Bump to v3.2.3

This commit is contained in:
rakita 2021-04-15 16:59:34 +02:00
parent 4bffab6715
commit aa41520dd1
3 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -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",

View File

@ -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"