cosmos-sdk v0.45.5 Release Notes

Release Date: 2022-06-09 // almost 2 years ago
  • ๐Ÿ‘Œ Improvements

    • (x/feegrant) #11813 Fix pagination total count in AllowancesByGranter query.
    • ๐Ÿšš (errors) #12002 Removed 'redacted' error message from defaultErrEncoder.
    • (ante) #12017 Index ante events for failed tx (backport #12013).
    • #12153 Add a new NewSimulationManagerFromAppModules constructor, to simplify simulation wiring.

    ๐Ÿ› Bug Fixes

    • #11796 Handle EOF error case in readLineFromBuf, which allows successful reading of passphrases from STDIN.
    • #11772 Limit types.Dec length to avoid overflow.
    • #10947 Add AllowancesByGranter query to the feegrant module
    • #9639 Check store keys length before accessing them by making sure that key is of length m+1 (for key[n:m])
    • #11983 (x/feegrant, x/authz) rename grants query commands to grants-by-grantee, grants-by-granter cmds.