-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactored queries, ante/post handlers and DenomResolver (#81)
* refactored queries, ante/post handlers and DenomResolver * fixed tests * disabling Ante when params.enabled == false * renamed AllowedDenom -> ExtraDenoms. Renamed fee entities to gasprice * tiny fixes * reuse variable instaed of getting it by index * Update x/feemarket/fuzz/aimd_eip1559_test.go Co-authored-by: Alex Johnson <[email protected]> * Update x/feemarket/keeper/query_server.go Co-authored-by: Alex Johnson <[email protected]> * Update x/feemarket/keeper/query_server.go Co-authored-by: Alex Johnson <[email protected]> * Update x/feemarket/keeper/feemarket.go Co-authored-by: Alex Johnson <[email protected]> * some reviews fixes (fee -> gasPrice) * added cli query gas-prices. updated output format for gas-price(s) queries --------- Co-authored-by: Alex Johnson <[email protected]> (cherry picked from commit cf0c02f) # Conflicts: # tests/e2e/suite.go
- Loading branch information
1 parent
21a27cb
commit c3fef7e
Showing
38 changed files
with
1,171 additions
and
553 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.