Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mempool fee ante handler when feemarket is disabled (NoBaseFee == true) #6

Merged
merged 3 commits into from
May 3, 2022

Conversation

nddeluca
Copy link
Member

@nddeluca nddeluca commented May 3, 2022

No description provided.

nddeluca added 3 commits May 3, 2022 17:26
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.
we are creating transactions with gas greater than the minimum
@nddeluca nddeluca merged commit a26fae4 into kava-release-v0.14.x May 3, 2022
@nddeluca nddeluca deleted the nd-apply-fee-patch-to-v0.14.x branch May 3, 2022 17:39
drklee3 pushed a commit that referenced this pull request Feb 27, 2023
… 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants