0g-chain/x/evmutil/keeper
Robert Pirtle 15c243224c
fix(evmutil): create module account on InitGenesis (#1655)
* fix(evmutil): create module account on InitGenesis

ensures the creation of the x/evmutil module account on init genesis.

* update changelog

* cleanup debug logging
2023-07-24 16:00:19 -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): implement MsgConvertCosmosCoinFromERC20 (#1609) 2023-06-02 14:26:51 -07:00
conversion_cosmos_native.go feat(evmutil): implement MsgConvertCosmosCoinFromERC20 (#1609) 2023-06-02 14:26:51 -07:00
conversion_evm_native_test.go fix(evmutil): create module account on InitGenesis (#1655) 2023-07-24 16:00:19 -07:00
conversion_evm_native.go fix(evmutil): create module account on InitGenesis (#1655) 2023-07-24 16:00:19 -07:00
erc20_test.go feat(evmutil): add CosmosCoinsFullyBackedInvariant (#1610) 2023-06-05 11:39:53 -07:00
erc20.go fix(evmutil): create module account on InitGenesis (#1655) 2023-07-24 16:00:19 -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 feat(evmutil): add CosmosCoinsFullyBackedInvariant (#1610) 2023-06-05 11:39:53 -07:00
invariants.go feat(evmutil): add CosmosCoinsFullyBackedInvariant (#1610) 2023-06-05 11:39:53 -07:00
keeper_test.go feat(evmutil): add CosmosCoinsFullyBackedInvariant (#1610) 2023-06-05 11:39:53 -07:00
keeper.go feat(evmutil): add CosmosCoinsFullyBackedInvariant (#1610) 2023-06-05 11:39:53 -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): implement MsgConvertCosmosCoinFromERC20 (#1609) 2023-06-02 14:26:51 -07:00
msg_server.go feat(evmutil): implement MsgConvertCosmosCoinFromERC20 (#1609) 2023-06-02 14:26:51 -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