Skip to content

Latest commit

 

History

History
87 lines (72 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

87 lines (72 loc) · 4.33 KB

CHANGELOG

v20.0.0

September 13, 2024

API BREAKING

BUG FIXES

  • Migrate consensus params - initialize Version field (#3333)

DEPENDENCIES

FEATURES

  • Set the MaxProviderConsensusValidators parameter of the provider module to 180. This parameter will be used to govern the number of validators participating in consensus, and takes over this role from the MaxValidators parameter of the staking module. (#3263)
  • Set the MaxValidators parameter of the staking module to 200, which is the current number of 180 plus 20. This is done as a result of introducing the inactive-validators feature of Interchain Security, which entails that the number of validators participating in consensus will be governed by the MaxProviderConsensusValidators parameter in the provider module. (#3263)
  • Set the metadata for launched ICS consumer chains. (#3308)
  • Migrate active ICS gov proposal to the new messages introduced by the permissionless ICS feature. (#3316)
  • Bump ICS to v6.1.0. This release of ICS enables the permissionless creation of consumer chains and allows validators outside the active validator set to opt in to validate on consumer chains. (#3350)

STATE BREAKING

  • Set the MaxProviderConsensusValidators parameter of the provider module to 180. This parameter will be used to govern the number of validators participating in consensus, and takes over this role from the MaxValidators parameter of the staking module. (#3263)
  • Set the MaxValidators parameter of the staking module to 200, which is the current number of 180 plus 20. This is done as a result of introducing the inactive-validators feature of Interchain Security, which entails that the number of validators participating in consensus will be governed by the MaxProviderConsensusValidators parameter in the provider module. (#3263)
  • Bump wasmd to v0.53.0 (#3304)
  • Bump ibc-go to v8.5.0 (#3305)
  • Set the metadata for launched ICS consumer chains. (#3308)
  • Migrate active ICS gov proposal to the new messages introduced by the permissionless ICS feature. (#3316)
  • Bump ICS to v6.1.0. (#3350)

Previous Versions

CHANGELOG of previous versions