-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Introduce feemarket module (#3028)
* Added feemarket module Co-authored-by: Dusan Maksimovic <[email protected]> * Added blocksdk support Co-authored-by: Dusan Maksimovic <[email protected]> * Removed globalfee from app Co-authored-by: Dusan Maksimovic <[email protected]> * Cleanup and lint fix Co-authored-by: Dusan Maksimovic <[email protected]> * added post-handler and test for feemarket Co-authored-by: Stana Miric <[email protected]> * tests fix part 1 Co-authored-by: Dusan Maksimovic <[email protected]> * test fix part 2 Co-authored-by: Dusan Maksimovic <[email protected]> * added changelog Co-authored-by: Dusan Maksimovic <[email protected]> * update x/feemarket dependency * fix broken dep update for feemarket * Fixed merge errors & unit tests Co-authored-by: Stana Miric <[email protected]> * Removed Skip Block SDK Co-authored-by: Stana Miric <[email protected]> * set upgrade params and test fixes * fix e2e tests & cleanup * merge fix * globalfee module removed from the repository * simplify the check for expected user balances in e2e tests * upgrade to a new version of the feemarket & minimum fees enforcement if feemarket is disabled * deps: bump feemarket v1.0.2-sdk47; bump hermes v1.9.0 * scripts: update hermes configs * update changelogs (depr x/globalfee) * e2e: change sequence on validator genesis acc * e2e: mv hermes calls in ibc_tests * e2e: adjust gas in staking ops * e2e: mv extension tests; update feegrant tests * deps: bump feemarket v1.0.3-sdk47 * Update .changelog/unreleased/features/3028-add-feemarket Co-authored-by: Marius Poke <[email protected]> * Update .changelog/unreleased/state-breaking/3028-add-feemarket Co-authored-by: Marius Poke <[email protected]> * update changelogs --------- Co-authored-by: Dusan Maksimovic <[email protected]> Co-authored-by: MSalopek <[email protected]> Co-authored-by: Marius Poke <[email protected]>
- Loading branch information
1 parent
f6b45e2
commit 2758025
Showing
73 changed files
with
1,273 additions
and
5,398 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
5 changes: 5 additions & 0 deletions
5
.changelog/unreleased/api-breaking/3028-deprecate-globalfee.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- Add feemarket module | ||
- Remove globalfee module from the app and repository | ||
- Remove auth module 'DeductFeeDecorator' | ||
- Remove x/globalfee module | ||
([\#3028](https://github.com/cosmos/gaia/pull/3028)) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Bump go version to 1.22 | ||
([\#3028](https://github.com/cosmos/gaia/pull/3028)) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add the feemarket module. Remove the auth module 'DeductFeeDecorator'. | ||
([\#3028](https://github.com/cosmos/gaia/pull/3028)) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Add the feemarket module. Remove the globalfee module from the app and repository. Remove the auth module 'DeductFeeDecorator'. | ||
([\#3028](https://github.com/cosmos/gaia/pull/3028)) |
5 changes: 5 additions & 0 deletions
5
.changelog/unreleased/state-breaking/3028-deprecate-globalfee.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- Add feemarket module | ||
- Remove globalfee module from the app and repository | ||
- Remove auth module 'DeductFeeDecorator' | ||
- Remove x/globalfee module | ||
([\#3028](https://github.com/cosmos/gaia/pull/3028)) |
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.