From 09ab40b956395090cc4d2753494a5adb076a0a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20M=C3=BCller?= Date: Wed, 5 May 2021 12:19:45 +0200 Subject: [PATCH] Mention v3.2.2 changes in v3.2.5 changelog (#386) Since the two hotfix releases, v3.2.3 and v3.2.4, did not include the changes from v3.2.2-rc.1, they should be mentioned in the changelog for v3.2.5-rc.1 again. --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6fdcade..f712ac57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,30 @@ ## OpenEthereum v3.2.5-rc.1 +Bug fixes: +* Backport: Block sync stopped without any errors. #277 (#286) +* Strict memory order (#306) + Enhancements: +* Executable queue for ancient blocks inclusion (#208) +* Backport AuRa commits for xdai (#330) +* Add Nethermind to clients that accept service transactions (#324) +* Implement the filter argument in parity_pendingTransactions (#295) +* Ethereum-types and various libs upgraded (#315) +* [evmbin] Omit storage output, now for std-json (#311) +* Freeze pruning while creating snapshot (#205) +* AuRa multi block reward (#290) +* Improved metrics. DB read/write. prometheus prefix config (#240) +* Send RLPx auth in EIP-8 format (#287) +* rpc module reverted for RPC JSON api (#284) +* Revert "Remove eth/63 protocol version (#252)" * Support for eth/65 protocol version (#366) * Berlin hardfork blocks: kovan (24,770,900), xdai (16,101,500) * Bump ethereum/tests to v8.0.3 +devops: +* Upgrade docker alpine to `v1.13.2`. for rust `v1.47`. +* Send SIGTERM instead of SIGHUP to OE daemon (#317) + ## OpenEthereum v3.2.4 * Fix for Typed transaction broadcast.