Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean changelog post 23.10.0 release #7590

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.