Robert Pirtle
741f1e42ee
feat(evmutil)!: implement MsgConvertCosmosCoinToERC20 ( #1603 )
...
* feat(evmutil): implement MsgConvertCosmosCoinToERC20
* docs(evmutil): update module spec
* update changelog
* rename conversion -> conversion_evm_native
* refactor ConvertCosmosCoinToERC20 to keeper method
* add CLI cmd for MsgConvertCosmosCoinToERC20
* updates from pr
2023-05-30 12:00:01 -07:00
drklee3
3375484f79
Update deprecated Cosmos methods ( #1530 )
...
* Use cosmossdk.io/errors for deprecated error methods
* Update error registration with cosmossdk.io/errors
* Use cosmossdk.io/math for deprecated sdk.Int alias
* Fix modified proto file
* Update sdk.Int usage in swap hooks
* Update e2e test deprecated method usage
2023-04-05 16:21:59 -07:00
Draco Li
2b123bf007
Add EIP712 ante ( #1267 )
...
* add eip712 ante
* minor cleanup
* eip712 integration test with bridge conversion
* fix issues
* update bridge module
* merge bridge module convert logic
* update eip712 tests & update deps
* remove v17 migrations
* remove v17 migrations
* fix genesis test
* fix erc20 to coin tx
* remove eth check
* clean up imports
* remove
* fix evmutil cli
* remove bridge comments
* address feedback
* rename mint method
* add transfer checks for locking & unlocking funds
* fix gas
* increase gas even more
* fix amount check
Co-authored-by: Ruaridh <rhuairahrighairidh@users.noreply.github.com>
Co-authored-by: Ruaridh <rhuairahrighairidh@users.noreply.github.com>
2022-08-23 13:04:40 -04:00