Skip to content

Commit d06210a

Browse files
committed
updated changelog post 26.6 release
1 parent 060a456 commit d06210a

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@
88

99
### Breaking Changes
1010

11-
* Teku now targets Java JDK 25 for builds and runtime.
12-
* Updated draft Gloas execution payload REST endpoints to match ethereum/beacon-APIs#613:
13-
`GET /eth/v1/beacon/execution_payload_envelope/{block_id}` is now
14-
`GET /eth/v1/beacon/execution_payload_envelopes/{block_id}`, and
15-
`GET /eth/v1/validator/execution_payload_bid/{slot}/{builder_index}` is now
16-
`GET /eth/v1/validator/execution_payload_bids/{slot}/{builder_index}`.
17-
1811
### Additions and Improvements
1912

20-
- Added the Gloas `POST /eth/v1/beacon/states/{state_id}/builders` Beacon API endpoint from ethereum/beacon-APIs#614, with JSON and SSZ response support.
21-
2213
### Bug Fixes
23-
- Fixed a scenario where keys added via validator-api that rely on external signer are not slashing protected locally until the node is restarted.
24-
To work around this issue, users should either keep slashing protection enabled on the external signer or restart the node after calling the add api.
25-
- Fixed automatic detection of local node IPv6 address
26-
- Make sure sync committee duties are retried while the EL is optimistic.
27-
- Fixed a potential issue in importing blocks when data is not available.
28-
- Fixed potential NPE when SSE are not closed correctly.
29-
- Improved pruning for data column sidecars.
30-
- Delayed DVT attestation selection proof submissions until the target epoch starts, preventing lookahead duties from being submitted too early and ensuring stale pending batches are cancelled when duties are rescheduled.

0 commit comments

Comments
 (0)