From fa65caebfbd47726fb4ce087905ac1af8c5cc096 Mon Sep 17 00:00:00 2001 From: Lucas Saldanha Date: Wed, 11 Oct 2023 13:48:05 +1300 Subject: [PATCH] Clean changelog --- CHANGELOG.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a6f0977b0b..c8f40ec0481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,16 +11,6 @@ the [releases page](https://github.com/Consensys/teku/releases). ### Breaking Changes -- The response of the Attestation Rewards method was updated to include two extra - fields (`inactivity` and `inclusion_delay`) into the `total_rewards` and `ideal_rewards` objects. - This should be considered a breaking change only if you are strictly - checking the structure of the json in the response. - ### Additions and Improvements -- Solve an unintended breaking change in `23.9.1` release which was including an updated leveldb - native library not compatible with relative old Linux distributions. Leveldb native library has - been updated to support older GLIBC versions (ie Ubuntu 20.04 and Debian 11). - ### Bug Fixes -- During network configuration load, all missing fields will now be reported, rather than just the first missing field causing failure.