From 325ff3fe39383854ae0793571e3925b2c0717b42 Mon Sep 17 00:00:00 2001 From: Thomas Dinsdale-Young Date: Wed, 4 Dec 2024 17:10:34 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c057ce2e..734e4f907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ## Unreleased changes - Add functionality for generating, and verifying account signatures. +- Support for protocol version 8 functionality: + - `ConfigureBakerPayload` supports the optional `suspend` flag. + - `BakerEvent` has new cases for `BakerSuspended` and `BakerResumed` when the flag is set in a + `ConfigureBaker` transaction. + - `SpecialTransactionOutcome` has new cases for `ValidatorSuspended` and + `ValidatorPrimedForSuspension`, which occur when a validator is (or potentially will be) + suspended. + - New `UpdatePayload` type `ValidatorScoreParametersCPV3`, which updates the maximum number of + consecutive failures a validator can have before it faces suspension. ## 5.0.0