0g-chain/x/evmutil/keeper
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
..
bank_keeper_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
bank_keeper.go Add EVM Support (#1215) 2022-04-21 16:16:28 -04:00
conversion_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
conversion.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
erc20_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
erc20.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
evm_test.go Add EVM Support (#1215) 2022-04-21 16:16:28 -04:00
evm.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
grpc_query_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
grpc_query.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
invariants_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
invariants.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
keeper_test.go Add EVM Support (#1215) 2022-04-21 16:16:28 -04:00
keeper.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
msg_server_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
msg_server.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
params_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
params.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00