v20.0.0 - 2024-10-21
What's Changed
State Machine Breaking
- (precompiles) #2858 Add gov precompile (only vote).
- (gov) #2863 Fix denom, amount and period in expedited proposal params.
- (erc20) #2913 Add again changes lost on merge conflict related to EIP-55 (#2696).
- (vesting) #2880 Fix free delegated amount on
addGrant
. - (deps) #2016 Bump Cosmos-SDK version to
v0.50.9
and IBC-Go version tov8.5.1
. - (ante) #2719 Remove automatic withdrawal of staking rewards in case of insufficient funds.
Improvements
- (precompiles) #2922 Add 'VoteWeighted' transaction to gov precompile.
- (precompiles) #2941 Gov: Added
getDeposit
,getDeposits
andgetTallyResults
queries. - (rpc) #2856 Improve performance of
eth_headerByHash
. - (api) #2884 Refactor to use a function to return
TxDataV2
in customGetSingers
. - (rpc) #2877 Add revert reason for
eth_estimateGas
- (evm) #2837 Update
Interpreter
interface and public functions to support custom Opcodes. - (inflation) #2813 Fix communityPool is nil.
- (evm) #2683 Remove duplicate definitions of precompile addresses.
- (evm) #2709 Minor improvements in precompiles related code.
- (cli) #2733 Use
pruning.Cmd
instead of the deprecatedpruning.PruningCmd
. - (ante) #2741 Remove unnecessary fee ante handler and use Cosmos one instead.
Bug Fixes
- (erc20) #2892 Keep
MsgConvertCoin
interface registered for backwards compatibility.
Full Changelog: v20.0.0-rc3...v20.0.0