-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32d16e5
commit 8da810f
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
### Added | ||
- Added broadcast of slashing events (proposer and attester slashings) upon detection of equivocation. | ||
### Added | ||
- Added immediate broadcasting of proposer slashings when equivocating blocks are detected during block processing. | ||
- Added dedicated block header verification for proposer slashing detection. | ||
|
||
### Updated | ||
- Updated attestation pool logic to prioritize slashings over regular attestations during block production. | ||
### Changed | ||
- Improved equivocation detection by validating blocks against head block instead of cache. | ||
- Removed reliance on seen block cache for slashing detection. | ||
|
||
### Fixed | ||
- Fixed potential false positives in equivocation detection by adding header validation. |