Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Dec 4, 2024
1 parent 38ebef9 commit 325ff3f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 325ff3f

Please sign in to comment.