Skip to content

Releases: evmos/evmos

v1.0.0

28 Feb 19:34
81abb92
Compare
Choose a tag to compare

v1.0.0 - 2022-02-28

State Machine Breaking

  • (ante) #302 Add AnteHandler decorator to enforce global min validator commission rate.
  • (app) #224 Fix power reduction my setting the correct value on app initialization.
  • (keys) #189 Remove support for Tendermint's secp256k1 keys.
  • #173 Rename intrarelayer module to erc20
  • #190 Remove governance hook from erc20 module

Features

  • #286 Add x/vesting module.
  • #184 Add claims module for claiming the airdrop tokens.
  • #183 Add epoch module for incentives.
  • #202 Add custom configuration for state sync snapshots and tendermint p2p peers. This introduces a custom InitCmd function.
  • #176 Add x/incentives module.

Improvements

  • (deps) Bumped Ethermint to v0.10.0
  • (deps) Bumped IBC-go to v3.0.0-rc0
  • (deps) Bumped Cosmos SDK to v0.45.1
  • (deps) bumped Tendermint to v0.34.15 and tm-db to v0.6.6.
  • #180 Delete TokenPair if ERC20 contract has been selfdestructed.

Bug Fixes

  • (erc20) #169 Fixes several testnet bugs:
    • Check if supply exists for a token before when submitting a RegisterCoinProposal, allowing users to create an ERC20 representation of an invalid Cosmos Coin.
    • Sanitize the ERC20 token name when creating coin metadata on ER RegisterERC20Proposal.
    • Fix coin metadata validation error when registering an ERC20 with 0 denom units.
  • (erc20) #191 Add direct balance protection (IF-ETHERMINT-06).
  • (erc20) #192 Add delayed malicious effect protection (IF-ETHERMINT-06).
  • (erc20) #200 Match coin and token decimals for erc20 deployment during registerCoin
  • (erc20) #201 bug(erc-20): Compile built-in contracts in the build process (IF-ETHERMINT-02).

Full Changelog: v0.4.2...v1.0.0

v1.0.0-beta1

01 Mar 11:44
2c0b385
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

What's Changed

Read more

v0.4.2

11 Dec 17:15
4b6bf2c
Compare
Choose a tag to compare

v0.4.2 - 2021-12-11

Bug Fixes

  • (app) #166 Fix UpgradeHandler.

Full Diff: v0.4.1...v0.4.2

v0.4.1

08 Dec 04:18
244776a
Compare
Choose a tag to compare

v0.4.1 - 2021-12-07

Improvements

  • (build) #143 Added build-reproducible rule in Makefile to build docker containers

Bug Fixes

  • (build) #151 Fixes version command by picking the latest tag in the current branch instead of across all branches as the current version

Full Diff: v0.4.0...v0.4.1

v0.4.0

02 Dec 10:28
6959ebe
Compare
Choose a tag to compare

v0.4.0- 2021-12-02

State Machine Breaking

  • (intrarelayer) #119 Register x/intrarelayer proposal types on governance module.

Improvements

  • (app) #128 Add ibc-go TestingApp interface.
  • (ci) #117 Enable automatic backport of PRs.
  • (deps) #135 Bump Ethermint version to v0.9.0
  • (ci) #136 Deploy evmos docker container to docker hub for every versioned releases

Bug Fixes

  • (build) #116 Fix build-docker command

New Contributors

Full Diff: https://github.com/tharsis/evmos/compare/v0.3.0..v0.4.0

v0.3.0

23 Nov 23:36
070b668
Compare
Choose a tag to compare

v0.3.0 - 2021-11-24

API Breaking

  • (intrarelayer) #99 Rename enable_e_v_m_hook json parameter to enable_evm_hook.

Improvements

  • (deps) #110 Bump Ethermint version to v0.8.1
  • (intrarelayer) #107 Add IBC validation
  • (cmd) #105 Improve testnet command to include JSON-RPC client.

Bug Fixes

  • (intrarelayer) #109 Fix hardcoded intrarelayer nonce and UpdateTokenPairERC20 proposal to support ERC20s with 0 decimals.
  • (intrarelayer) #102 Add convert-erc20 cmd

New Contributors

Full Diff: https://github.com/tharsis/evmos/compare/v0.2.0..v0.3.0

v0.2.0

17 Nov 14:42
9beacf8
Compare
Choose a tag to compare

v0.2.0 - 2021-11-17

Features

  • (intrarelayer) #82 Intrarelayer module
  • (cmd) #32 Create testnet command that spins up a new local testnet with N nodes.

Improvements

New Contributors

Full Diff: v0.1.3...v0.2.0

v0.1.3

24 Oct 12:41
7ad7715
Compare
Choose a tag to compare

v0.1.3 - 2021-10-24

Release Notes

This release introduces bug fixes and improvements on the Cosmos SDK v0.44 series and bumps Ethermint version to v0.7.2.

The main performance improvement concerns gRPC queries, which are now able to run concurrently on the node (cosmos/cosmos-sdk#10045). To benefit from this performance boost, make sure to send your gRPC queries to the gRPC server directly (default port 9090) instead of using the Tendermint RPC abci_query endpoint (default port 26657).

This release notably also:

  • bumps Ethermint to v0.7.2, which contains security audit fixes
  • bumps Tendermint to v0.34.14.

Changelog

Improvements

  • (deps) #64 Bump Ethermint version to v0.7.2

Bug Fixes

  • (cmd) #41 Fix debug command.

Full Diff: v0.1.2...v0.1.3

v0.1.2

08 Oct 14:28
d7e6f44
Compare
Choose a tag to compare

v0.1.2 - 2021-10-08

Improvements

  • (deps) #34 Bump Ethermint version to v0.7.1

Full Diff: v0.1.1...v0.1.2

v0.1.1

07 Oct 14:40
e88a5c3
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

v0.1.1 - 2021-10-07

Bug Fixes

  • (build) #30 Fix version command.

Full Changelog: v0.1.0...v0.1.1