Skip to content

Commit 582bca3

Browse files
committed
Bump to v3.2.2-rc.1. Changelog
1 parent 9037ad0 commit 582bca3

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## OpenEthereum v3.2.2-rc.1
2+
3+
Bug fixes:
4+
* Backport: Block sync stopped without any errors. #277 (#286)
5+
* Strict memory order (#306)
6+
7+
Enhancements:
8+
* Executable queue for ancient blocks inclusion (#208)
9+
* Backport AuRa commits for xdai (#330)
10+
* Add Nethermind to clients that accept service transactions (#324)
11+
* Implement the filter argument in parity_pendingTransactions (#295)
12+
* Ethereum-types and various libs upgraded (#315)
13+
* Bump ethereum/tests to v8.0.2
14+
* [evmbin] Omit storage output, now for std-json (#311)
15+
* Freeze pruning while creating snapshot (#205)
16+
* AuRa multi block reward (#290)
17+
* Improved metrics. DB read/write. prometheus prefix config (#240)
18+
* Send RLPx auth in EIP-8 format (#287)
19+
* rpc module reverted for RPC JSON api (#284)
20+
* Revert "Remove eth/63 protocol version (#252)"
21+
22+
devops:
23+
* Upgrade docker alpine to `v1.13.2`. for rust `v1.47`.
24+
* Send SIGTERM instead of SIGHUP to OE daemon (#317)
25+
126
## OpenEthereum v3.2.1
227

328
Hot fix issue, related to initial sync:

Cargo.lock

Lines changed: 2 additions & 2 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 = "OpenEthereum"
33
name = "openethereum"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "3.2.1"
5+
version = "3.2.2-rc.1"
66
license = "GPL-3.0"
77
authors = [
88
"OpenEthereum developers",

crates/util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "parity-version"
33
# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
4-
version = "3.2.1"
4+
version = "3.2.2-rc.1"
55
authors = ["Parity Technologies <admin@parity.io>"]
66
build = "build.rs"
77

0 commit comments

Comments
 (0)