Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Feb 1, 2024
1 parent c0739c6 commit eab3184
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eab3184

Please sign in to comment.