From 4d472cfdca47d32f786d1f1724fc69ff58ec8692 Mon Sep 17 00:00:00 2001 From: Marcelo Diop-Gonzalez Date: Tue, 1 Oct 2024 21:29:51 -0400 Subject: [PATCH] remove ChunkEndorsements reference in CHANGELOG It's not strictly a protocol change and most operators aren't going to find it relevant --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9a976de8c..49d9d89e7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ ### Protocol Changes * Sets `chunk_validator_only_kickout_threshold` to 70. Uses this kickout threshold as a cutoff threshold for contribution of endorsement ratio in rewards calculation: if endorsement ratio is above 70%, the contribution of endorsement ratio in average uptime calculation is 100%, otherwise it is 0%. Endorsements received are now included in `BlockHeader` to improve kickout and reward calculation for chunk validators. -* Changes the structure of ChunkEndorsements * Changes the way receipts are stored in the state for the purpose of correct gas and size calculations in congestion control ### Non-protocol Changes