0g-chain/x/evmutil
Robert Pirtle d500cd1236
feat(evmutil): Add DeployedCosmosCoinContracts query (#1605)
* add QueryDeployedCosmosCoinContracts proto

* also implement protobuf marshaler for InternalEVMAddress

* setup iteration & collection for deployed addrs

* rewrite grpc query tests

* support querying for all deployed contracts

* support querying by cosmos denom

* fix & test pagination

* remove unused iteration methods

* add CLI query command

* update changelog

* update spec

* add InternalEVMAddress.MarshalJSON test
2023-06-02 11:23:52 -07:00
..
client/cli feat(evmutil): Add DeployedCosmosCoinContracts query (#1605) 2023-06-02 11:23:52 -07:00
keeper feat(evmutil): Add DeployedCosmosCoinContracts query (#1605) 2023-06-02 11:23:52 -07:00
migrations/v2 update new names, NativeCoin -> CosmosCoin (#1596) 2023-05-23 12:32:27 -07:00
spec feat(evmutil): Add DeployedCosmosCoinContracts query (#1605) 2023-06-02 11:23:52 -07:00
testutil feat(evmutil): Add DeployedCosmosCoinContracts query (#1605) 2023-06-02 11:23:52 -07:00
types feat(evmutil): Add DeployedCosmosCoinContracts query (#1605) 2023-06-02 11:23:52 -07:00
genesis_test.go update new names, NativeCoin -> CosmosCoin (#1596) 2023-05-23 12:32:27 -07:00
genesis.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
module.go fix(evmutil): register MsgConvertCosmosCoinToERC20 on amino (#1599) 2023-05-26 19:06:26 -07:00