General notes
- Rio protocol support.
To update from v1.14.*
to v1.14.8
just update the tzkt-sync
and tzkt-api
binaries. DB will migrate automatically.
Changes in the API endpoints
/operations/dal_entrapment_evidence
was added;/operations/dal_attestation_reward
was added.
Changes in the API models
Delegates:
- fields
DalEntrapmentEvidenceOpsCount
andDalAttestationRewardsCount
were added.
Baker rewards, delegator rewards and reward split:
- fields
ExpectedDalShards
,FutureDalAttestationRewards
,DalAttestationRewardsDelegated
,DalAttestationRewardsStakedOwn
,DalAttestationRewardsStakedEdge
,DalAttestationRewardsStakedShared
, andMissedDalAttestationRewards
were added.
Cycles:
- field
DalAttestationRewardPerShard
was added.
Protocol constants:
- [BREAKING] field
MaxSlashingPeriod
was deprecated; - fields
DenunciationPeriod
,SlashingDelay
andDalNumberOfShards
were added.
Changes in the WebSocket API:
- new operation types are available in the operations subscription.
Changes in the DB schema
Basically, DB schema has almost the same changes as the API models, described above.
For more details check out the full diffs at Tzkt.Data/Models/ here.