From eab31842f8f92ff390fa3f178fa230bc8da42661 Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Thu, 1 Feb 2024 08:46:25 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e06e650cf..82bc59e2f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,13 @@ the [releases page](https://github.com/Consensys/teku/releases). ### Breaking Changes +- The CLI options `--beacon-events-block-notify-when-validated-enabled` and + `--beacon-events-block-notify-when-imported-enabled` have been removed. This change was made due + to redundancy, as the functionality of these options is now covered by the new `block_gossip` SSE event. + ### Additions and Improvements - Improved compatibility with `/eth/v3/validator/blocks/{slot}` experimental beacon API for block production. It can now respond with blinded and unblinded content based on the block production flow. It also supports the `builder_boost_factor` parameter. +- Add `block_gossip` SSE event as per https://github.com/ethereum/beacon-APIs/pull/405 + ### Bug Fixes