Skip to content

Latest commit

 

History

History
167 lines (106 loc) · 6.93 KB

CHANGELOG.md

File metadata and controls

167 lines (106 loc) · 6.93 KB

Changelog

Unreleased

Features

  • #286 Add x/vesting module.

[v1.0.0-beta1] - 2022-02-15

State Machine Breaking

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

  • #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-alpha2
  • (deps) Bumped IBC-go to v3.0.0-alpha2
  • (deps) Bumped Cosmos SDK to v0.45.0
  • (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).

[v0.4.2] - 2021-12-11

Bug Fixes

  • (app) #166 Fix UpgradeHandler.

[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

[v0.4.0] - 2021-12-02

State Machine Breaking

  • (erc20) #119 Register x/erc20 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

[v0.3.0] - 2021-11-24

API Breaking

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

Improvements

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

Bug Fixes

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

[v0.2.0] - 2021-11-17

Features

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

Improvements

[v0.1.3] - 2021-10-24

Improvements

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

Bug Fixes

  • (cmd) #41 Fix debug command.

[v0.1.2] - 2021-10-08

Improvements

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

[v0.1.1] - 2021-10-07

Bug Fixes

  • (build) #30 Fix version command.

[v0.1.0] - 2021-10-07

Improvements

  • (cmd) #26 Use config on genesis accounts.
  • (deps) #28 Bump Ethermint version to v0.7.0