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
(debug) #18219 Add debug commands for application codec types.
(client/keys) #17639 Allows using and saving public keys encoded as base64.
(server) #17094 Add a shutdown-grace flag for waiting a given time before exit.
Improvements
(server) #18478 Add command flag to disable colored logs.
(x/gov) #18025 Improve <appd> q gov proposer by querying directly a proposal instead of tx events. It is an alias of q gov proposal as the proposer is a field of the proposal.
(version) #18063 Allow to define extra info to be displayed in <appd> version --long command.
(cli) #44 Convert DefaultGasAdjustment to var to allow customization of the value
Bug Fixes
(client/tx) #18472 Utilizes the correct Pubkey when simulating a transaction.
(baseapp) #18486 Fixed FinalizeBlock calls not being passed to ABCIListeners.