0g-chain/x/evmutil/keeper
Robert Pirtle d988330d7f
feat(evmutil): add MsgConvertCosmosCoinFromERC20 proto (#1608)
* add MsgConvertCosmosCoinFromERC20 proto & Msg impl

* test MsgConvertCosmosCoinFromERC20 validation

* register msg codec in this PR 😅
2023-06-02 12:36:59 -07:00
..
bank_keeper_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
bank_keeper.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
conversion_cosmos_native_test.go feat(evmutil)!: emit events on MsgConvertCosmosCoinToERC20 (#1604) 2023-05-30 13:06:46 -07:00
conversion_cosmos_native.go feat(evmutil)!: emit events on MsgConvertCosmosCoinToERC20 (#1604) 2023-05-30 13:06:46 -07:00
conversion_evm_native_test.go feat(evmutil)!: implement MsgConvertCosmosCoinToERC20 (#1603) 2023-05-30 12:00:01 -07:00
conversion_evm_native.go feat(evmutil)!: implement MsgConvertCosmosCoinToERC20 (#1603) 2023-05-30 12:00:01 -07:00
erc20_test.go feat(evmutil): track deployed contracts in state (#1598) 2023-05-24 16:23:33 -07:00
erc20.go feat(evmutil): track deployed contracts in state (#1598) 2023-05-24 16:23:33 -07:00
evm_test.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
evm.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
grpc_query_test.go feat(evmutil): Add DeployedCosmosCoinContracts query (#1605) 2023-06-02 11:23:52 -07:00
grpc_query.go feat(evmutil): Add DeployedCosmosCoinContracts query (#1605) 2023-06-02 11:23:52 -07:00
invariants_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
invariants.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
keeper_test.go feat(evmutil): track deployed contracts in state (#1598) 2023-05-24 16:23:33 -07:00
keeper.go feat(evmutil): track deployed contracts in state (#1598) 2023-05-24 16:23:33 -07:00
migrations.go feat(evmutil): add allow list for evm-convertible sdk denoms (#1590) 2023-05-19 16:01:46 -07:00
msg_server_test.go feat(evmutil)!: emit events on MsgConvertCosmosCoinToERC20 (#1604) 2023-05-30 13:06:46 -07:00
msg_server.go feat(evmutil): add MsgConvertCosmosCoinFromERC20 proto (#1608) 2023-06-02 12:36:59 -07:00
params_test.go feat(evmutil): track deployed contracts in state (#1598) 2023-05-24 16:23:33 -07:00
params.go feat(evmutil)!: implement MsgConvertCosmosCoinToERC20 (#1603) 2023-05-30 12:00:01 -07:00