Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 2.39 KB

Changelog

SimApp is an application built using the Cosmos SDK for testing and educational purposes. It won't be tagged or intented to be imported in an application. This changelog is aimed to help developers understand the wiring changes between SDK versions. It is an exautive list of changes that completes the SimApp section in the UPGRADING.md

v0.50 to v0.51

Always refer to the UPGRADING.md to understand the changes.

  • #20409 Add tx as SkipStoreKeys in app_config.go.
  • #20485 The signature of x/upgrade/types.UpgradeHandler has changed to accept appmodule.VersionMap from module.VersionMap. These types are interchangeable, but usages of UpradeKeeper.SetUpgradeHandler may need to adjust their usages to match the new signature.

v0.47 to v0.50

No changelog is provided for this migration. Please refer to the UPGRADING.md

v0.46 to v0.47

No changelog is provided for this migration. Please refer to the UPGRADING.md

v0.45 to v0.46

No changelog is provided for this migration. Please refer to the UPGRADING.md