From e117a3190035f92d525a11c3e097cd5fe060da25 Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Thu, 29 Jul 2021 21:32:37 -0700 Subject: [PATCH] Add CHANGELOG entries for recent mining work (#2600) Signed-off-by: Antoine Toulme --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 351eec0e1ba..5f45ca0649c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ### Additions and Improvements - Migration to Apache Tuweni 2.0 [\#2376](https://github.com/hyperledger/besu/pull/2376) - \[EXPERIMENTAL\] Added support for DevP2P-over-TLS [#2536](https://github.com/hyperledger/besu/pull/2536) +- `eth_getWork`, `eth_submitWork` support over the Stratum port [#2581](https://github.com/hyperledger/besu/pull/2581) +- Stratum metrics [#2583](https://github.com/hyperledger/besu/pull/2583) +- Support for mining ommers [#2576](https://github.com/hyperledger/besu/pull/2576) + ### Bug Fixes - consider effective price and effective priority fee in transaction replacement rules [\#2529](https://github.com/hyperledger/besu/issues/2529)