You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.