0g-chain/app/ante
Robert Pirtle ff709d73e1
feat(evmutil): add allow list for evm-convertible sdk denoms (#1590)
* add proto for allowed sdk denoms -> evm conversion

* add validation for AllowedNativeCoinERC20Token

* add validation for AllowedNativeCoinERC20Tokens

* add AllowedNativeDenoms into params & genesis

* add evmutil Params.Validate() test

* fix eip712 ante test

* update changelog

* update internal testnet genesis.json

* update state & param specs

updates to the sections describing functionality will be updated once
that functionality actually exists... :)

* update field decimal -> decimals

field now matches erc20 spec

* add validation decimals will cast to uint8

* add v2 store migration for evmutil

* create & register evmutil migrations

* adds migrator to evmutil's keeper
* sets up Migrate1To2 migration
* registers migration in module
* updates GetParams to properly handle historic block queries

* add unit test for GetParams with historic store
2023-05-19 16:01:46 -07:00
..
ante_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
ante.go feat: block new vesting create messages (#1539) 2023-04-06 13:21:56 -07:00
authorized_test.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
authorized.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
authz_test.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
authz.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
eip712_test.go feat(evmutil): add allow list for evm-convertible sdk denoms (#1590) 2023-05-19 16:01:46 -07:00
min_gas_filter_test.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
min_gas_filter.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
vesting_test.go feat: block new vesting create messages (#1539) 2023-04-06 13:21:56 -07:00
vesting.go feat: block new vesting create messages (#1539) 2023-04-06 13:21:56 -07:00