September 13, 2024
- Bump ICS to v6.1.0. This release of ICS introduces several API breaking changes. See the ICS changelog for details. (#3350)
- Migrate consensus params - initialize Version field (#3333)
- Bump wasmd to v0.53.0 (#3304)
- Bump feemarket to v1.1.1 (3306)
- Bump ibc-go to v8.5.1 (#3338)
- Bump ICS to v6.1.0. (#3350)
- 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 theMaxValidators
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 theMaxProviderConsensusValidators
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)
- 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 theMaxValidators
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 theMaxProviderConsensusValidators
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)