-
Notifications
You must be signed in to change notification settings - Fork 728
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: move Global Fee checks to DeliverTx (#2447)
* add fee check logic to DeliverTx * add uts * refactor combinedFee * update ut test * update uts * save * print global fee * lower fees in e2e tests * fix e2e test tx flags * remove debug logs * update changelog * nits * refactor GetTxFeeRequired * nits * update docs * update changelog * remove debugging setup * nits * nits * nits * nits * Update x/globalfee/ante/antetest/fee_test.go * Update x/globalfee/ante/antetest/fee_test.go * fix changelog * Update x/globalfee/ante/fee.go Co-authored-by: yaruwangway <[email protected]> * fix flag fees in e2e tests * refactor: refactor fee check for readability * chore: fix typo * chore: update comments * refactor: change map[string]bool to map[string]struct{} * fix linter * add key check * remove unnecessary condition and improve test coverage * Update x/globalfee/ante/antetest/fee_test.go --------- Co-authored-by: yaruwangway <[email protected]> Co-authored-by: Yaru Wang <[email protected]>
- Loading branch information
1 parent
7b73e42
commit 79f5b83
Showing
9 changed files
with
195 additions
and
100 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
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
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
Oops, something went wrong.