Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

55 lines (38 loc) · 2.4 KB

Changelog

[Unreleased]

Feature

  • #15320 Add current sequence getter (LastInsertedSequence) for auto increment tables.

API Breaking Changes

  • #15870 Rename the orm package to cosmossdk.io/orm.
  • #14822 Migrate to cosmossdk.io/core genesis API.

State-machine Breaking Changes

  • #12273 The timestamp key encoding was reworked to properly handle nil values. Existing users will need to manually migrate their data to the new encoding before upgrading.
  • #15138 The duration key encoding was reworked to properly handle nil values. Existing users will need to manually migrate their data to the new encoding before upgrading.

Bug Fixes

  • #16023 Fix bugs introduced by lack of CI tests in #15138 and #15813. This changes the duration encoding in #15138 to correctly order values with negative nanos.