Skip to content

Latest commit

 

History

History
86 lines (51 loc) · 4.34 KB

RELEASE_NOTES.md

File metadata and controls

86 lines (51 loc) · 4.34 KB

v0.46.8-pio-3 - 2023-02-06

Improvements

  • #498 Bump Tendermint to v0.34.25 (from v0.34.24).
  • #499 Fix a few listener proto comments.

Full Commit History


v0.46.8-pio-2 - 2023-02-01

Features

  • #404 Add ADR-038 State Listening with Go Plugin System

Full Commit History


v0.46.8-pio-1 - 2023-01-25

Features

  • #270 Add functionality to update denom metadata via gov proposal.
  • (x/gov,cli) #434 Added AddGovPropFlagsToCmd and ReadGovPropFlags functions.
  • (quarantine) #335 Create the x/quarantine module.
  • (sanction) #401 Create the x/sanction module.

Improvements

Bug Fixes

  • #12184 Pull in Cosmos-SDK authz validate basic fix.
  • #444 Revert #13881 "Optimize iteration on nested cached KV stores and other operations in general" due to a concurrent iterator issue: #14786.

Full Commit History


v0.46.8 - 2022-01-23

This release introduces bug fixes and improvements. Notably, the SDK have now switched to Informal Systems' Tendermint fork. Their fork has no changes compared to the upstream Tendermint, but it is now maintained by Informal Systems. Chains are invited to do the same.

Moreover, this release contains a store fix. The changes have been tested against a v0.46.x chain mainnet with no issues. However, there is a low probability of an edge case happening. Hence, it is recommended to do a coordinated upgrade to avoid any issues.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.46.7...v0.46.8

NOTE: The changes mentioned in v0.46.3 are no longer required. The following replace directive can be removed from the chains.

# Can be deleted from go.mod
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

Instead, github.com/confio/ics23/go must be bumped to v0.9.0.

Improvements

  • #13881 Optimize iteration on nested cached KV stores and other operations in general.
  • (x/gov) #14347 Support v1.Proposal message in v1beta1.Proposal.Content.
  • (deps) Use Informal System fork of Tendermint version to v0.34.24.

Bug Fixes

  • (x/group) #14526 Fix wrong address set in EventUpdateGroupPolicy.
  • (ante) #14448 Return anteEvents when postHandler fail.

API Breaking

  • (x/gov) #14422 Remove Migrate_V046_6_To_V046_7 function which shouldn't be used for chains which already migrated to 0.46.