Skip to content

Commit

Permalink
Add unreleased changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Aug 22, 2024
1 parent 2d9f907 commit ff57399
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,19 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve

### Added

- Aggregate and proof committee validation for Electra.
- More tests for electra field generation.
- Light client support: implement `ComputeFieldRootsForBlockBody`.
- Light client support: Add light client database changes.

### Changed

- `getLocalPayload` has been refactored to enable work in ePBS branch.
- `TestNodeServer_GetPeer` and `TestNodeServer_ListPeers` test flakes resolved by iterating the whole peer list to find a match rather than taking the first peer in the map.
- Passing spectests v1.5.0-alpha.4 and v1.5.0-alpha.5.
- Beacon chain now asserts that the external builder block uses the expected gas limit.
- Electra: Add electra objects to beacon API.
- Electra: Updated block publishing beacon APIs to support Electra.

### Deprecated

Expand All @@ -20,6 +30,11 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve

### Fixed

- Fixed early release of read lock in BeaconState.getValidatorIndex.
- Electra: resolve inconsistencies with validator committee index validation.
- Electra: build blocks with blobs.
- E2E: fixed gas limit at genesis
- Light client support: use LightClientHeader instead of BeaconBlockHeader.

### Security

Expand Down

0 comments on commit ff57399

Please sign in to comment.