cosmos-sdk v0.42.9 Release Notes

Release Date: 2021-08-04 // almost 3 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿšš #9835 Moved capability initialization logic to BeginBlocker to fix nondeterminsim issue mentioned in #9800. Applications must now include the capability module in their BeginBlocker order before any module that uses capabilities gets run.
    • ๐Ÿ›  #9201 Fixed <app> init --recover flag.

    API Breaking Changes

    • โšก๏ธ #9835 The InitializeAndSeal API has not changed, however it no longer initializes the in-memory state. InitMemStore has been introduced to serve this function, which will be called either in InitChain or BeginBlock (whichever is first after app start). Nodes may run this version on a network running 0.42.x, however, they must update their app.go files to include the capability module in their begin blockers.

    Client Breaking Changes

    • #9781 Improvewithdraw-all-rewards UX when broadcast mode async or async is used.