From 13417acb541224686e3c0bafb196d377df08b2e1 Mon Sep 17 00:00:00 2001 From: james-prysm Date: Fri, 22 Nov 2024 12:14:21 -0600 Subject: [PATCH] missed something on changelog conflict --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edeabca2ab2..de1b4588886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,9 +88,11 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve - Fix panic in validator REST mode when checking status after removing all keys - Fix panic on attestation interface since we call data before validation - corrects nil check on some interface attestation types +- Fix rolling back of a block due to a context deadline. - temporary solution to handling electra attesation and attester_slashing events. [pr](14655) + ### Security ## [v5.1.2](https://github.com/prysmaticlabs/prysm/compare/v5.1.1...v5.1.2) - 2024-10-16