0g-chain/app/ante
Nick DeLuca 23bf19efb0
Filter out the evm denom from min gas prices in the cosmos-sdk ante (#1253)
* Filter out the evm denom from min gas prices in the cosmos-sdk ante
chain; this allows '0ukava;1000000000akava' to be used in order to
still support zero fees for cosmos based transactions

* support called context in mock

* ensure min gas prices is always a valid (and sorted) DecCoins

* add doc comments
2022-05-20 17:12:56 -07:00
..
ante_test.go Block eth msgs from authz (#1241) 2022-05-06 12:41:58 -06:00
ante.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_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 Block eth msgs from authz (#1241) 2022-05-06 12:41:58 -06: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 Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00