Skip to content

Commit

Permalink
docs: backport changelog updates from release/v18.x to main (#3194)
Browse files Browse the repository at this point in the history
* backport changelog update from v18.x

* Update .changelog/config.toml

Co-authored-by: MSalopek <[email protected]>

---------

Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
sainoe and MSalopek committed Jul 8, 2024
1 parent d1279f1 commit 6f7fe81
Show file tree
Hide file tree
Showing 27 changed files with 95 additions and 22 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/unreleased/dependencies/3028-bump-go.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/unreleased/dependencies/3051-add-cosmwasm.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/unreleased/features/3028-add-feemarket.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/unreleased/features/3051-add-cosmwasm.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/unreleased/state-breaking/3028-add-feemarket.md

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/unreleased/state-breaking/3051-add-cosmwasm.md

This file was deleted.

2 changes: 2 additions & 0 deletions .changelog/v18.0.0/api-breaking/3028-deprecate-globalfee.md
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))
2 changes: 2 additions & 0 deletions .changelog/v18.0.0/dependencies/3028-bump-go.md
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))
2 changes: 2 additions & 0 deletions .changelog/v18.0.0/dependencies/3051-add-cosmwasm.md
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))
8 changes: 8 additions & 0 deletions .changelog/v18.0.0/features/3028-add-feemarket.md
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
```

2 changes: 2 additions & 0 deletions .changelog/v18.0.0/features/3051-add-cosmwasm.md
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))
2 changes: 2 additions & 0 deletions .changelog/v18.0.0/features/3149-expedited-proposals.md
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))
2 changes: 2 additions & 0 deletions .changelog/v18.0.0/state-breaking/3028-add-feemarket.md
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 .changelog/v18.0.0/state-breaking/3028-deprecate-globalfee.md
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))
2 changes: 2 additions & 0 deletions .changelog/v18.0.0/state-breaking/3051-add-cosmwasm.md
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))
3 changes: 3 additions & 0 deletions .changelog/v18.0.0/state-breaking/3149-bump-ics.md
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))
2 changes: 2 additions & 0 deletions .changelog/v18.0.0/state-breaking/3149-expedited-proposals.md
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))
1 change: 1 addition & 0 deletions .changelog/v18.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*June 25, 2024*
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
# CHANGELOG

## v18.0.0

*June 25, 2024*

### API BREAKING

- Remove both the globalfee module and the auth module 'DeductFeeDecorator'.
([\#3028](https://github.com/cosmos/gaia/pull/3028))
- 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))

### DEPENDENCIES

- Bump go version to 1.22
([\#3028](https://github.com/cosmos/gaia/pull/3028))
- Add the wasmd module.
([\#3051](https://github.com/cosmos/gaia/pull/3051))
- 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))
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
[v7.6.0](https://github.com/cosmos/ibc-go/releases/tag/v7.6.0)
([\#3149](https://github.com/cosmos/gaia/pull/3149))
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.47.16-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.16-ics-lsm).
This is a special cosmos-sdk branch with support for both ICS and LSM.
([\#3149](https://github.com/cosmos/gaia/pull/3149))

### FEATURES

- 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
```

- Add the wasmd module.
([\#3051](https://github.com/cosmos/gaia/pull/3051))
- Enable both `MsgSoftwareUpgrade` and `MsgCancelUpgrade` to be expedited.
([\#3149](https://github.com/cosmos/gaia/pull/3149))

### STATE BREAKING

- Remove both the globalfee module and the auth module 'DeductFeeDecorator'.
([\#3028](https://github.com/cosmos/gaia/pull/3028))
- Add the [feemarket module](https://github.com/skip-mev/feemarket).
([\#3028](https://github.com/cosmos/gaia/pull/3028))
- Add the wasmd module.
([\#3051](https://github.com/cosmos/gaia/pull/3051))
- 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))
- Enable both `MsgSoftwareUpgrade` and `MsgCancelUpgrade` to be expedited.
([\#3149](https://github.com/cosmos/gaia/pull/3149))
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
[v7.6.0](https://github.com/cosmos/ibc-go/releases/tag/v7.6.0)
([\#3149](https://github.com/cosmos/gaia/pull/3149))
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.47.16-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.16-ics-lsm).
This is a special cosmos-sdk branch with support for both ICS and LSM.
([\#3149](https://github.com/cosmos/gaia/pull/3149))

## v17.2.0

*June 5, 2024*
Expand Down

0 comments on commit 6f7fe81

Please sign in to comment.