-
Notifications
You must be signed in to change notification settings - Fork 721
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* backport changelog update from v18.x * Update .changelog/config.toml Co-authored-by: MSalopek <matija.salopek994@gmail.com> --------- Co-authored-by: MSalopek <matija.salopek994@gmail.com>
- Loading branch information
Showing
27 changed files
with
95 additions
and
22 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
.changelog/unreleased/api-breaking/3028-deprecate-globalfee.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
.changelog/unreleased/state-breaking/3028-deprecate-globalfee.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Remove both the globalfee module and the auth module 'DeductFeeDecorator'. | ||
([\#3028](https://github.com/cosmos/gaia/pull/3028)) |
File renamed without changes.
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 wasmd module. | ||
([\#3051](https://github.com/cosmos/gaia/pull/3051)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,8 @@ | ||
- Add the [feemarket module](https://github.com/skip-mev/feemarket) and set the initial params to the following values. ([\#3028](https://github.com/cosmos/gaia/pull/3028) and [\#3164](https://github.com/cosmos/gaia/pull/3164)) | ||
``` | ||
FeeDenom = "uatom" | ||
DistributeFees = false // burn base fees | ||
MinBaseGasPrice = 0.005 // same as previously enforced by `x/globalfee` | ||
MaxBlockUtilization = 30_000_000 // the default value | ||
``` | ||
|
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 wasmd module. | ||
([\#3051](https://github.com/cosmos/gaia/pull/3051)) |
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 @@ | ||
- Enable both `MsgSoftwareUpgrade` and `MsgCancelUpgrade` to be expedited. | ||
([\#3149](https://github.com/cosmos/gaia/pull/3149)) |
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](https://github.com/skip-mev/feemarket). | ||
([\#3028](https://github.com/cosmos/gaia/pull/3028)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v18.0.0/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,2 @@ | ||
- Remove both the globalfee module and 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 wasmd module. | ||
([\#3051](https://github.com/cosmos/gaia/pull/3051)) |
File renamed without changes.
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,3 @@ | ||
- Bump [interchain-security](https://github.com/cosmos/interchain-security) to | ||
[v4.3.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.3.0-lsm). | ||
([\#3149](https://github.com/cosmos/gaia/pull/3149)) |
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.changelog/v18.0.0/state-breaking/3149-expedited-proposals.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,2 @@ | ||
- Enable both `MsgSoftwareUpgrade` and `MsgCancelUpgrade` to be expedited. | ||
([\#3149](https://github.com/cosmos/gaia/pull/3149)) |
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 @@ | ||
*June 25, 2024* |
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