0g-chain/app/ante
Ruaridh 87341cdb5b
Block eth msgs from authz (#1241)
* add decorator to block msgs in authz

* add to antehandler

* prevent vesting msgs skirting block via authz

* handle edge case of nested exec msgs

* test case to ensure msgs only blocked inside authz

* add app integration test

* tidy up error msg
2022-05-06 12:41:58 -06:00
..
ante_test.go Block eth msgs from authz (#1241) 2022-05-06 12:41:58 -06:00
ante.go Block eth msgs from authz (#1241) 2022-05-06 12:41:58 -06:00
authorized_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -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 Block eth msgs from authz (#1241) 2022-05-06 12:41:58 -06:00
authz.go Block eth msgs from authz (#1241) 2022-05-06 12:41:58 -06:00
vesting_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
vesting.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00