0g-chain/x
Robert Pirtle 278f7854dc
feat(evmutil): add ERC20KavaWrappedNativeCoinContract (#1591)
* feat(evmutil): add ERC20KavaWrappedNativeCoinContract

* adds the contract ABI & bytecode for an Ownable erc20 with the following:
  * customizable decimals on deploy -> requires overriding decimals() view
  * mint() exposed for the contract owner which will be the evmutil module
  * burn() exposed for the contract owner which will be the evmutil module
* sets up keeper to deploy above token based on details from an
  AllowedNativeCoinERC20Token
* tests basic queries and permissions of deployed contract

* update changelog

* improve error messages & comments for erc20 deploy
2023-05-23 10:16:00 -07:00
..
auction Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
bep3 Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
cdp Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
committee feat: add CommunityCDPWithdrawCollateralPermission (#1568) 2023-04-20 17:13:02 -07:00
community feat: add community cdp withdraw collateral proposal (#1567) 2023-04-20 16:08:53 -07:00
earn Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
evmutil feat(evmutil): add ERC20KavaWrappedNativeCoinContract (#1591) 2023-05-23 10:16:00 -07:00
hard Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
incentive bug: fix invalid accumulation time genesis validation (#1550) 2023-04-13 09:42:01 -07:00
issuance Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
kavadist Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
liquid Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
pricefeed Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
router Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
savings Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
swap Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
validator-vesting feat: re-add validator-vesting legacy rest endpoints (#1542) 2023-04-06 15:51:34 -07:00