From 8da810f4639eb57198541b1591e16f17f57a3370 Mon Sep 17 00:00:00 2001 From: Shyam Patel Date: Wed, 12 Feb 2025 13:57:14 -0800 Subject: [PATCH] update changelog --- changelog/kira_broadcast_slashings.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/changelog/kira_broadcast_slashings.md b/changelog/kira_broadcast_slashings.md index bb529477652a..db05b7a48cf2 100644 --- a/changelog/kira_broadcast_slashings.md +++ b/changelog/kira_broadcast_slashings.md @@ -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. \ No newline at end of file