0g-chain/x/evmutil/client/cli
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
..
address.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
evm.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
query.go feat(evmutil): Add DeployedCosmosCoinContracts query (#1605) 2023-06-02 11:23:52 -07:00
tx_util.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
tx.go feat(evmutil)!: implement MsgConvertCosmosCoinToERC20 (#1603) 2023-05-30 12:00:01 -07:00