Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

57 lines (42 loc) · 2.18 KB

CHANGELOG

v4.3.0

June 20, 2024

BUG FIXES

  • General
    • Write unbonding period advisory to stderr instead of stdout (#1921)
  • Provider
    • Apply audit suggestions that include a bug fix in the way we compute the maximum capped power. (#1925)
    • Replace GetAllConsumerChains with lightweight version (GetAllRegisteredConsumerChainIDs) that doesn't call into the staking module (#1946)

DEPENDENCIES

FEATURES

  • Provider
    • Allow consumer chains to change their PSS parameters. (#1932)

IMPROVEMENTS

  • Provider
    • Only start distributing rewards to validators after they have been validating for a fixed number of blocks. Introduces the NumberOfEpochsToStartReceivingRewards param. (#1929)

STATE BREAKING

  • General
  • Provider
    • Apply audit suggestions that include a bug fix in the way we compute the maximum capped power. (#1925)
    • Only start distributing rewards to validators after they have been validating for a fixed number of blocks. Introduces the NumberOfEpochsToStartReceivingRewards param. (#1929)
    • Allow consumer chains to change their PSS parameters. (#1932)

Previous Versions

CHANGELOG of previous versions