From 356f102ceff1bfc23c889b56687976d3fa8a5935 Mon Sep 17 00:00:00 2001 From: Lucas Saldanha Date: Tue, 9 Jan 2024 11:49:06 +1300 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5dea9849dd..24c6bfdc1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,9 @@ the [releases page](https://github.com/Consensys/teku/releases). ### Breaking Changes ### Additions and Improvements -- Add `proposer_slashing`, `attester_slasing` and `payload_attibutes` (only when a loaded validator will be producing a block) events to the `/eth/v1/events` SSE stream +- Add `proposer_slashing`, `attester_slasing` and `payload_attibutes` (only when a loaded validator will be producing a block) events to the `/eth/v1/events` SSE stream [#7837](https://github.com/Consensys/teku/pull/7837) +- Add Deneb configuration for Goerli [7857](https://github.com/Consensys/teku/pull/7857) ### Bug Fixes -- Fix incompatibility between Teku validator client and Lighthouse beacon nodes -- Fix a block publishing endpoints issue where `202` status code could be returned but block hasn't been broadcast +- Fix incompatibility between Teku validator client and Lighthouse beacon nodes [#7842](https://github.com/Consensys/teku/pull/7842) +- Fix a block publishing endpoints issue where `202` status code could be returned but block hasn't been broadcast [#7850](https://github.com/Consensys/teku/pull/7850)