0g-chain/app/ante
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
..
ante_test.go Block eth msgs from authz (#1241) 2022-05-06 12:41:58 -06:00
ante.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
authorized_test.go Filter out the evm denom from min gas prices in the cosmos-sdk ante (#1253) 2022-05-20 17:12:56 -07:00
authorized.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
authz_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
authz.go Include small improvements from v0.17.x releases in master (#1265) 2022-06-06 11:07:31 -05:00
eip712_test.go Add EIP712 ante (#1267) 2022-08-23 13:04:40 -04:00
min_gas_filter_test.go Filter out the evm denom from min gas prices in the cosmos-sdk ante (#1253) 2022-05-20 17:12:56 -07:00
min_gas_filter.go Filter out the evm denom from min gas prices in the cosmos-sdk ante (#1253) 2022-05-20 17:12:56 -07:00
vesting_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
vesting.go Include small improvements from v0.17.x releases in master (#1265) 2022-06-06 11:07:31 -05:00