This release supports protocol version 8. In particular, it supports events and data relating to validator suspension. It also adds new endpoints supported in version 8.0 of the Concordium node.
Changes
- Extend
ProtocolVersion
enum with a protocol version 8 variantPROTOCOL_VERSION_8
. - Support for changes related to validator suspension in protocol version 8:
- Added
BakerSuspended
,BakerResumed
message types and corresponding
events toBakerEvent
. - Added
validator_suspended
andvalidator_primed_for_suspension
cases
forBlockSpecialEvent
. - Extended
PoolCurrentPaydayInfo
andPoolInfoResponse
.
- Added
- Add
GetConsensusDetailedStatus
endpoint for querying detailed consensus
status information. - Add
GetScheduledReleaseAccounts
endpoint for querying the list of accounts that
have scheduled releases. - Add
GetCooldownAccounts
,GetPreCooldownAccounts
andGetPrePreCooldownAccounts
endpoints for querying the lists of accounts that have pending cooldowns in protocol
version 7 onwards. - Add
parameter
field toContractInitializedEvent
containing the parameter passed
to the contract initializer. - Add chain parameters v3 with the new
ValidatorScoreParameters
parameters. - Add
validator_score_parameters
toNextUpdateSequenceNumbers
.