Skip to content

Commit

Permalink
Merge pull request #73 from Concordium/p8-support
Browse files Browse the repository at this point in the history
Protocol 8 support
  • Loading branch information
td202 authored Feb 3, 2025
2 parents a2772c1 + 3a8cf71 commit 3072c17
Show file tree
Hide file tree
Showing 14 changed files with 3,268 additions and 1,511 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Unreleased changes

- Support protocol version 8:
- The `configure_baker` operation can have metadata with the `suspended` boolean, indicating
when a validator is manually suspended or resumed.
- New `validator_primed_for_suspension` and `validator_suspended` operation types indicate when
a validator is primed for suspension or suspended automatically as part of the tokenomics
transaction.

## 1.2.0

- Updated the Concordium Rust SDK to support the changes introduced in protocol 7.
Expand Down
Loading

0 comments on commit 3072c17

Please sign in to comment.