Skip to content

v0.37.0

Compare
Choose a tag to compare
@alexanderbez alexanderbez released this 21 Aug 19:44

Bug Fixes

  • (baseapp) #4903 Various height query fixes:
    • Move height with proof check from CLIContext to BaseApp as the height
      can automatically be injected there.
    • Update handleQueryStore to resemble handleQueryCustom
  • (simulation) #4912 Fix SimApp ModuleAccountAddrs
    to properly return black listed addresses for bank keeper initialization.
  • (cli) #4919 Don't crash CLI
    if user doesn't answer y/n confirmation request.
  • (cli) #4927 Fix the q gov vote
    command to handle empty (pruned) votes correctly.

Improvements

  • (rest) #4924 Return response
    height even upon error as it may be useful for the downstream caller and have
    /auth/accounts/{address} return a 200 with an empty account upon error when
    that error is that the account doesn't exist.