Releases: evmos/evmos
Releases · evmos/evmos
v20.0.0
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
v20.0.0-rc3
v20.0.0-rc3 - 2024-10-08
What's Changed
State Machine Breaking
Full Changelog: v20.0.0-rc2...v20.0.0-rc3
v20.0.0-rc2
v20.0.0-rc2 - 2024-09-27
What's Changed
State Machine Breaking
- (precompiles) #2858 Add gov precompile (only vote).
- (gov) #2863 Fix denom, amount and period in expedited proposal params.
- (bank) #2874 Fix corrupted denom metadata on testnet.
- (vesting) #2880 Fix free delegated amount on
addGrant
.
Improvements
- (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
Bug Fixes
- (erc20) #2892 Keep
MsgConvertCoin
interface registered for backwards compatibility.
Full Changelog: v20.0.0-rc1...v20.0.0-rc2
v19.2.1
v20.0.0-rc1
v20.0.0-rc1 - 2024-09-16
What's Changed
State Machine Breaking
- Bump Cosmos-SDK version to
v0.50.9
- Bump IBC-Go version to
v8.5.1
- Remove automatic withdrawal of staking rewards in case of insufficient funds
Improvements
- Update
Interpreter
interface and public functions to support custom Opcodes - Fix communityPool is nil
- Remove duplicate definitions of precompile addresses
- Minor improvements in precompiles related code
- Use
pruning.Cmd
instead of the deprecatedpruning.PruningCmd
- Remove unnecessary fee ante handler and use Cosmos one instead
v19.2.0
v19.1.0
v19.1.0 - 2024-08-02
What's Changed
- Keep
RegisterCoinProposal
registered as interface for backwards compatibility on gov proposals query. - Added IBC rate-limit middleware
v19.0.0
v19.0.0 - 2024-07-24
What's Changed
- Enable STRV2
- Enable eip evmos-0000
- Precompile security fixes
- Added permission based evm
- Removed
revenue
module - Bump cosmos-sdk to
v0.47.8-evmos
- Bump Ibc-go to
v7.5.2
- Bump cometbft to
v0.37.9
Full changelog: v18.1.0...v19.0.0
v18.1.0
v18.1.0 - 2024-05-31
What's Changed
- chore(nix-tests): update rust version (backport #2546) by @mergify in #2582
- chore(vesting): add lockedUpVested delegations in LockedCoins calculation (#2507) by @facs95 in #2584
- feat(jsonrpc): add support for allow-insecure-unlock (#2375) by @facs95 in #2587
- imp(evm): Remove ChainID constraint (#2373) by @facs95 in #2583
- fix(precompiles): update secp256r1 precompile bech32 addr (#2550) by @facs95 in #2586
- fix(evm): duplicate event emitting (#2559) by @facs95 in #2585
- chore(upgrade) add upgrade handler by @GAtom22 in #2590
- chore: fix wrong error message (backport #2581) by @mergify in #2591
- Update v18.1.0 changelog by @facs95 in #2593