Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-patel-kira committed Feb 12, 2025
1 parent 32d16e5 commit 8da810f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions changelog/kira_broadcast_slashings.md
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.

0 comments on commit 8da810f

Please sign in to comment.