forked from evmos/ethermint
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mempool fee ante handler when feemarket is disabled (NoBaseFee ==…
… true) (#6) * fix setup test to disable base fee when enableFeeMarket is set to false; in addition, adjust the minimum gas price to greater than the smallest atomic unit of evmDenom so that we can generate transactions using NewTx with a lower limit for testing. * refactor NewTx usage in ante test w/ fee market disabled to ensure we are creating transactions with gas greater than the minimum * fix - enable mempool fee check against minimum-gas-price when fee market is disabled
- Loading branch information
Showing
3 changed files
with
41 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters