Skip to content

v0.50.1-evmos

Compare
Choose a tag to compare
@GAtom22 GAtom22 released this 22 Nov 13:44

What's Changed compared to the SDK v0.50

v0.50.1-evmos - 2023-11-22

Features

  • (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.