- #183 Add epoch module for incentives.
- (deps) bumped Tendermint to
v0.34.15and tm-db tov0.6.6. - #180 Delete
TokenPairif ERC20 contract has been selfdestructed.
- (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.
- Check if supply exists for a token before when submitting a
- (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
- (app) #166 Fix
UpgradeHandler.
- (build) #143 Added
build-reproduciblerule inMakefileto build docker containers
- (build) #151 Fixes
versioncommand by picking the latest tag in the current branch instead of across all branches as the current version
- (erc20) #119 Register
x/erc20proposal types on governance module.
- (app) #128 Add ibc-go
TestingAppinterface. - (ci) #117 Enable automatic backport of PRs.
- (deps) #135 Bump Ethermint version to
v0.9.0 - (ci) #136 Deploy
evmosdocker container to docker hub for every versioned releases
- (build) #116 Fix
build-dockercommand
- (erc20) #99 Rename
enable_e_v_m_hookjson parameter toenable_evm_hook.
- (deps) #110 Bump Ethermint version to
v0.8.1 - (erc20) #107 Add IBC validation
- (cmd) #105 Improve testnet command to include JSON-RPC client.
- (erc20) #109 Fix hardcoded erc20 nonce and
UpdateTokenPairERC20proposal to support ERC20s with 0 decimals. - (erc20) #102 Add
convert-erc20cmd
- (erc20) #82 ERC20 module
- (cmd) #32 Create
testnetcommand that spins up a new local testnet with N nodes.
- (deps) #64 Bump Ethermint version to
v0.7.2
- (cmd) #41 Fix
debugcommand.
- (deps) #34 Bump Ethermint version to
v0.7.1
- (build) #30 Fix
versioncommand.