Electra: Spec review of process_slashings (#14766)

* Electra: Review process_slashings

* Update signature not to return the state, there is no need

* Update CHANGELOG.md
This commit is contained in:
Preston Van Loon
2025-01-06 07:24:58 -06:00
committed by GitHub
parent 2dcb015470
commit 705a9e8dcd
12 changed files with 87 additions and 45 deletions

View File

@@ -32,6 +32,7 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
- Limit consolidating by validator's effective balance.
- Use 16-bit random value for proposer and sync committee selection filter.
- Re-organize the content of the `*.proto` files (No functional change).
- Updated spec definitions for `process_slashings` in godocs. Simplified `ProcessSlashings` API.
- Updated spec definition electra `process_registry_updates`.
- Updated Electra spec definition for `process_epoch`.
- Update our `go-libp2p-pubsub` dependency.