From 4d8e2a4bc5ae0371d930c245e5a5f4b671dfcc6e Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Wed, 14 Aug 2024 12:08:28 +0200 Subject: [PATCH] docs: bring v19.0.0 changelog to main (#3271) * bring v19.0.0 changelog entries to main * add pre v15 entries to epilogue.md * update changelog.md --- .changelog/epilogue.md | 220 ++++++++++++++++++ .../unreleased/dependencies/3171-bump-ibc.md | 3 - .../dependencies/3207-bump-cosmos-sdk.md | 3 - .../unreleased/dependencies/3207-bump-ics.md | 3 - .../state-breaking/3171-bump-ibc.md | 3 - .../state-breaking/3207-bump-cosmos-sdk.md | 3 - .../state-breaking/3207-bump-ics.md | 3 - .../v10.0.2/dependencies/2554-bump-ibc.md | 3 - .../dependencies/2594-bump-cometbft.md | 3 - .../2629-add-query-local-min-gas-prices.md | 3 - .changelog/v10.0.2/summary.md | 3 - .../api-breaking/globalfee/2424-params.md | 3 - .../bug-fixes/0-GHSA-354m-4qv6-x846.md | 3 - .../v11.0.0/dependencies/2185-bump-pfm.md | 3 - .../v11.0.0/dependencies/2616-bump-ics.md | 3 - .../dependencies/2652-liquidity-removal.md | 3 - .../state-breaking/0-GHSA-354m-4qv6-x846.md | 3 - .../v11.0.0/state-breaking/2616-bump-ics.md | 3 - .../state-breaking/2652-liquidity-removal.md | 3 - .../globalfee/2352-migration.md | 3 - .../state-breaking/globalfee/2424-params.md | 2 - .../globalfee/2447-delivertx.md | 2 - .changelog/v11.0.0/summary.md | 1 - .changelog/v12.0.0/api-breaking/2643-lsm.md | 3 - .changelog/v12.0.0/bug-fixes/2677-bump-pfm.md | 3 - .../v12.0.0/dependencies/2643-bump-ics.md | 3 - .../v12.0.0/dependencies/2643-bump-sdk.md | 3 - .../v12.0.0/dependencies/2677-bump-pfm.md | 3 - .changelog/v12.0.0/features/2643-lsm.md | 3 - .changelog/v12.0.0/state-breaking/2643-lsm.md | 3 - .../v12.0.0/state-breaking/2677-bump-pfm.md | 3 - .changelog/v12.0.0/summary.md | 1 - .../dependencies/2714-remove-liquidity.md | 2 - .../v13.0.0/dependencies/2732-bump-ics.md | 3 - .../v13.0.0/state-breaking/2732-bump-ics.md | 3 - .changelog/v13.0.0/summary.md | 1 - .changelog/v13.0.1/bug-fixes/2771-bump-pfm.md | 3 - .../v13.0.1/dependencies/2771-bump-pfm.md | 3 - .changelog/v13.0.1/summary.md | 1 - .../v13.0.2/bug-fixes/2763-ledger-fix.md | 4 - .changelog/v13.0.2/summary.md | 1 - .../v14.0.0/api-breaking/2814-bump-ics.md | 1 - .../v14.0.0/dependencies/2814-bump-ics.md | 1 - .changelog/v14.0.0/features/2814-bump-ics.md | 1 - .../v14.0.0/state-breaking/2814-bump-ics.md | 1 - .changelog/v14.0.0/summary.md | 3 - .../v14.1.0/api-breaking/2825-bump-ics.md | 1 - .../v14.1.0/dependencies/2825-bump-ics.md | 1 - .../v14.1.0/features/2821-evidence-height.md | 3 - .changelog/v14.1.0/features/2825-bump-ics.md | 1 - .../v14.1.0/state-breaking/2825-bump-ics.md | 1 - .changelog/v14.1.0/summary.md | 2 - .../v14.2.0/dependencies/2980-bump-pfm.md | 2 - .../v14.2.0/state-breaking/2980-fix-pfm.md | 2 - .changelog/v14.2.0/summary.md | 3 - .../dependencies/3171-bump-cometbft.md | 0 .../dependencies/3221-bump-feemarket.md | 3 + .../dependencies/3227-bump-ibc-rate-limits.md | 0 .../dependencies/3230-bump-cosmwasm.md | 3 + .../v19.0.0/dependencies/3233-bump-ibc.md | 3 + .../v19.0.0/dependencies/3237-bump-ics.md | 3 + .../dependencies/3249-bump-cosmos-sdk.md | 3 + .../improvements/3199-add-docker-build.md | 0 .../state-breaking/3171-bump-cometbft.md | 0 .../state-breaking/3221-bump-feemarket.md | 3 + .../3227-bump-ibc-rate-limits.md | 3 + .../state-breaking/3230-bump-cosmwasm.md | 3 + .../v19.0.0/state-breaking/3233-bump-ibc.md | 3 + .../v19.0.0/state-breaking/3237-bump-ics.md | 3 + .../state-breaking/3249-bump-cosmos-sdk.md | 3 + .changelog/v19.0.0/summary.md | 1 + CHANGELOG.md | 57 +++++ 72 files changed, 311 insertions(+), 131 deletions(-) delete mode 100644 .changelog/unreleased/dependencies/3171-bump-ibc.md delete mode 100644 .changelog/unreleased/dependencies/3207-bump-cosmos-sdk.md delete mode 100644 .changelog/unreleased/dependencies/3207-bump-ics.md delete mode 100644 .changelog/unreleased/state-breaking/3171-bump-ibc.md delete mode 100644 .changelog/unreleased/state-breaking/3207-bump-cosmos-sdk.md delete mode 100644 .changelog/unreleased/state-breaking/3207-bump-ics.md delete mode 100644 .changelog/v10.0.2/dependencies/2554-bump-ibc.md delete mode 100644 .changelog/v10.0.2/dependencies/2594-bump-cometbft.md delete mode 100644 .changelog/v10.0.2/features/2629-add-query-local-min-gas-prices.md delete mode 100644 .changelog/v10.0.2/summary.md delete mode 100644 .changelog/v11.0.0/api-breaking/globalfee/2424-params.md delete mode 100644 .changelog/v11.0.0/bug-fixes/0-GHSA-354m-4qv6-x846.md delete mode 100644 .changelog/v11.0.0/dependencies/2185-bump-pfm.md delete mode 100644 .changelog/v11.0.0/dependencies/2616-bump-ics.md delete mode 100644 .changelog/v11.0.0/dependencies/2652-liquidity-removal.md delete mode 100644 .changelog/v11.0.0/state-breaking/0-GHSA-354m-4qv6-x846.md delete mode 100644 .changelog/v11.0.0/state-breaking/2616-bump-ics.md delete mode 100644 .changelog/v11.0.0/state-breaking/2652-liquidity-removal.md delete mode 100644 .changelog/v11.0.0/state-breaking/globalfee/2352-migration.md delete mode 100644 .changelog/v11.0.0/state-breaking/globalfee/2424-params.md delete mode 100644 .changelog/v11.0.0/state-breaking/globalfee/2447-delivertx.md delete mode 100644 .changelog/v11.0.0/summary.md delete mode 100644 .changelog/v12.0.0/api-breaking/2643-lsm.md delete mode 100644 .changelog/v12.0.0/bug-fixes/2677-bump-pfm.md delete mode 100644 .changelog/v12.0.0/dependencies/2643-bump-ics.md delete mode 100644 .changelog/v12.0.0/dependencies/2643-bump-sdk.md delete mode 100644 .changelog/v12.0.0/dependencies/2677-bump-pfm.md delete mode 100644 .changelog/v12.0.0/features/2643-lsm.md delete mode 100644 .changelog/v12.0.0/state-breaking/2643-lsm.md delete mode 100644 .changelog/v12.0.0/state-breaking/2677-bump-pfm.md delete mode 100644 .changelog/v12.0.0/summary.md delete mode 100644 .changelog/v13.0.0/dependencies/2714-remove-liquidity.md delete mode 100644 .changelog/v13.0.0/dependencies/2732-bump-ics.md delete mode 100644 .changelog/v13.0.0/state-breaking/2732-bump-ics.md delete mode 100644 .changelog/v13.0.0/summary.md delete mode 100644 .changelog/v13.0.1/bug-fixes/2771-bump-pfm.md delete mode 100644 .changelog/v13.0.1/dependencies/2771-bump-pfm.md delete mode 100644 .changelog/v13.0.1/summary.md delete mode 100644 .changelog/v13.0.2/bug-fixes/2763-ledger-fix.md delete mode 100644 .changelog/v13.0.2/summary.md delete mode 100644 .changelog/v14.0.0/api-breaking/2814-bump-ics.md delete mode 100644 .changelog/v14.0.0/dependencies/2814-bump-ics.md delete mode 100644 .changelog/v14.0.0/features/2814-bump-ics.md delete mode 100644 .changelog/v14.0.0/state-breaking/2814-bump-ics.md delete mode 100644 .changelog/v14.0.0/summary.md delete mode 100644 .changelog/v14.1.0/api-breaking/2825-bump-ics.md delete mode 100644 .changelog/v14.1.0/dependencies/2825-bump-ics.md delete mode 100644 .changelog/v14.1.0/features/2821-evidence-height.md delete mode 100644 .changelog/v14.1.0/features/2825-bump-ics.md delete mode 100644 .changelog/v14.1.0/state-breaking/2825-bump-ics.md delete mode 100644 .changelog/v14.1.0/summary.md delete mode 100644 .changelog/v14.2.0/dependencies/2980-bump-pfm.md delete mode 100644 .changelog/v14.2.0/state-breaking/2980-fix-pfm.md delete mode 100644 .changelog/v14.2.0/summary.md rename .changelog/{unreleased => v19.0.0}/dependencies/3171-bump-cometbft.md (100%) create mode 100644 .changelog/v19.0.0/dependencies/3221-bump-feemarket.md rename .changelog/{unreleased => v19.0.0}/dependencies/3227-bump-ibc-rate-limits.md (100%) create mode 100644 .changelog/v19.0.0/dependencies/3230-bump-cosmwasm.md create mode 100644 .changelog/v19.0.0/dependencies/3233-bump-ibc.md create mode 100644 .changelog/v19.0.0/dependencies/3237-bump-ics.md create mode 100644 .changelog/v19.0.0/dependencies/3249-bump-cosmos-sdk.md rename .changelog/{unreleased => v19.0.0}/improvements/3199-add-docker-build.md (100%) rename .changelog/{unreleased => v19.0.0}/state-breaking/3171-bump-cometbft.md (100%) create mode 100644 .changelog/v19.0.0/state-breaking/3221-bump-feemarket.md create mode 100644 .changelog/v19.0.0/state-breaking/3227-bump-ibc-rate-limits.md create mode 100644 .changelog/v19.0.0/state-breaking/3230-bump-cosmwasm.md create mode 100644 .changelog/v19.0.0/state-breaking/3233-bump-ibc.md create mode 100644 .changelog/v19.0.0/state-breaking/3237-bump-ics.md create mode 100644 .changelog/v19.0.0/state-breaking/3249-bump-cosmos-sdk.md create mode 100644 .changelog/v19.0.0/summary.md diff --git a/.changelog/epilogue.md b/.changelog/epilogue.md index e3d494a4422..c27baf765c5 100644 --- a/.changelog/epilogue.md +++ b/.changelog/epilogue.md @@ -1,3 +1,223 @@ +## v14.2.0 + +*March 6, 2024* + +**This is an emergency release.** + +### DEPENDENCIES + +- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) to `v4.1.2-0.20240228222021-455757bb5771`. + ([\#2980](https://github.com/cosmos/gaia/pull/2980)) + +### STATE BREAKING + +- Emergency patch for [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware). + ([\#2980](https://github.com/cosmos/gaia/pull/2980)) + +## v14.1.0 + +*November 21, 2023* + +### API BREAKING + +- Deprecate equivocation proposals of ICS provider module ([\#2825](https://github.com/cosmos/gaia/pull/2825)) + +### DEPENDENCIES + +- Bump [ICS] to [v2.4.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.4.0-lsm) ([\#2825](https://github.com/cosmos/gaia/pull/2825)) + +### FEATURES + +- Set in the v14 upgrade handler the min evidence height for `neutron-1` + at `4552189` and for `stride-1` at `6375035`. + ([\#2821](https://github.com/cosmos/gaia/pull/2821)) +- Introducing the cryptographic verification of equivocation feature to the ICS provider module ([\#2825](https://github.com/cosmos/gaia/pull/2825)) + +### STATE BREAKING + +- Bump [ICS] to [v2.4.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.4.0-lsm) ([\#2825](https://github.com/cosmos/gaia/pull/2825)) + +## v14.0.0 + +*November 15, 2023* + +❗***This release is deprecated and should not be used in production. Use v14.1.0 instead.*** + +### API BREAKING + +- Deprecate equivocation proposals of ICS provider module ([\#2814](https://github.com/cosmos/gaia/pull/2814)) + +### DEPENDENCIES + +- Bump [ICS] to [v2.3.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.3.0-provider-lsm) ([\#2814](https://github.com/cosmos/gaia/pull/2814)) + +### FEATURES + +- Introducing the cryptographic verification of equivocation feature to the ICS provider module ([\#2814](https://github.com/cosmos/gaia/pull/2814)) + +### STATE BREAKING + +- Bump [ICS] to [v2.3.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.3.0-provider-lsm) ([\#2814](https://github.com/cosmos/gaia/pull/2814)) + +## v13.0.2 + +*November 7, 2023* + +### BUG FIXES + +- Bump [cosmos/ledger-cosmos-go](https://github.com/cosmos/ledger-cosmos-go) to + [v0.12.4](https://github.com/cosmos/ledger-cosmos-go/releases/tag/v0.12.4) + to fix signing with ledger through the binary on newest versions of macOS and Xcode + ([\#2763](https://github.com/cosmos/gaia/pull/2763)) + +## v13.0.1 + +*October 25, 2023* + +### BUG FIXES + +- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) + to [v4.1.1](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.1) + ([\#2771](https://github.com/cosmos/gaia/pull/2771)) + +### DEPENDENCIES + +- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) + to [v4.1.1](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.1) + ([\#2771](https://github.com/cosmos/gaia/pull/2771)) + +## v13.0.0 + +*September 18, 2023* + +### DEPENDENCIES + +- Remove [Liquidity](https://github.com/Gravity-Devs/liquidity) + ([\#2716](https://github.com/cosmos/gaia/pull/2716)) +- Bump [interchain-security](https://github.com/cosmos/interchain-security) to + [v2.1.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.1.0-provider-lsm) + ([\#2732](https://github.com/cosmos/gaia/pull/2732)) + +### STATE BREAKING + +- Bump [interchain-security](https://github.com/cosmos/interchain-security) to + [v2.1.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.1.0-provider-lsm) + ([\#2732](https://github.com/cosmos/gaia/pull/2732)) + +## v12.0.0 + +*August 18, 2023* + +### API BREAKING + +- Add Liquid Staking Module (LSM) and initialize the LSM params: + ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap + ([\#2643](https://github.com/cosmos/gaia/pull/2643)) + +### BUG FIXES + +- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) + to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0) + ([\#2677](https://github.com/cosmos/gaia/pull/2677)) + +### DEPENDENCIES + +- Bump [interchain-security](https://github.com/cosmos/interchain-security) to + [v2.0.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0-lsm) + ([\#2643](https://github.com/cosmos/gaia/pull/2643)) +- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to + [v0.45.16-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.45.16-ics-lsm) + ([\#2643](https://github.com/cosmos/gaia/pull/2643)) +- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) + to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0) + ([\#2677](https://github.com/cosmos/gaia/pull/2677)) + +### FEATURES + +- Add Liquid Staking Module (LSM) and initialize the LSM params: + ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap + ([\#2643](https://github.com/cosmos/gaia/pull/2643)) + +### STATE BREAKING + +- Add Liquid Staking Module (LSM) and initialize the LSM params: + ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap + ([\#2643](https://github.com/cosmos/gaia/pull/2643)) +- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) + to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0) + ([\#2677](https://github.com/cosmos/gaia/pull/2677)) + +## v11.0.0 + +*July 18, 2023* + +### API BREAKING + +- [GlobalFee](x/globalfee) + - Add `bypass-min-fee-msg-types` and `maxTotalBypassMinFeeMsgGagUsage` to + globalfee params. `bypass-min-fee-msg-types` in `config/app.toml` is + deprecated ([\#2424](https://github.com/cosmos/gaia/pull/2424)) + +### BUG FIXES + +- Fix logic bug in `GovPreventSpamDecorator` that allows bypassing the + `MinInitialDeposit` requirement + ([a759409](https://github.com/cosmos/gaia/commit/a759409c9da2780663244308b430a7847b95139b)) + +### DEPENDENCIES + +- Bump [PFM](https://github.com/strangelove-ventures/packet-forward-middleware) to + [v4.0.5](https://github.com/strangelove-ventures/packet-forward-middleware/releases/tag/v4.0.5) + ([\#2185](https://github.com/cosmos/gaia/issues/2185)) +- Bump [Interchain-Security](https://github.com/cosmos/interchain-security) to + [v2.0.0](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0) + ([\#2616](https://github.com/cosmos/gaia/pull/2616)) +- Bump [Liquidity](https://github.com/Gravity-Devs/liquidity) to + [v1.6.0-forced-withdrawal](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.6.0-forced-withdrawal) + ([\#2652](https://github.com/cosmos/gaia/pull/2652)) + +### STATE BREAKING + +- General + - Fix logic bug in `GovPreventSpamDecorator` that allows bypassing the + `MinInitialDeposit` requirement + ([a759409](https://github.com/cosmos/gaia/commit/a759409c9da2780663244308b430a7847b95139b)) + - Bump [Interchain-Security](https://github.com/cosmos/interchain-security) to + [v2.0.0](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0) + ([\#2616](https://github.com/cosmos/gaia/pull/2616)) + - Bump [Liquidity](https://github.com/Gravity-Devs/liquidity) to + [v1.6.0-forced-withdrawal](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.6.0-forced-withdrawal) + ([\#2652](https://github.com/cosmos/gaia/pull/2652)) +- [GlobalFee](x/globalfee) + - Create the upgrade handler and params migration for the new Gloabal Fee module + parameters introduced in [#2424](https://github.com/cosmos/gaia/pull/2424) + ([\#2352](https://github.com/cosmos/gaia/pull/2352)) + - Add `bypass-min-fee-msg-types` and `maxTotalBypassMinFeeMsgGagUsage` to + globalfee params ([\#2424](https://github.com/cosmos/gaia/pull/2424)) + - Update Global Fee's AnteHandler to check tx fees against the network min gas + prices in DeliverTx mode ([\#2447](https://github.com/cosmos/gaia/pull/2447)) + +## v10.0.2 + +*July 03, 2023* + +This release bumps several dependencies and enables extra queries. + +### DEPENDENCIES + +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v4.4.2](https://github.com/cosmos/ibc-go/releases/tag/v4.4.2) + ([\#2554](https://github.com/cosmos/gaia/pull/2554)) +- Bump [CometBFT](https://github.com/cometbft/cometbft) to + [v0.34.29](https://github.com/cometbft/cometbft/releases/tag/v0.34.29) + ([\#2594](https://github.com/cosmos/gaia/pull/2594)) + +### FEATURES + +- Register NodeService to enable query `/cosmos/base/node/v1beta1/config` + gRPC query to disclose node operator's configured minimum-gas-price. + ([\#2629](https://github.com/cosmos/gaia/issues/2629)) + ## [v10.0.1] 2023-05-25 * (deps) [#2543](https://github.com/cosmos/gaia/pull/2543) Bump [ibc-go](https://github.com/cosmos/ibc-go) to [v4.4.1](https://github.com/cosmos/ibc-go/releases/tag/v4.4.1). diff --git a/.changelog/unreleased/dependencies/3171-bump-ibc.md b/.changelog/unreleased/dependencies/3171-bump-ibc.md deleted file mode 100644 index af88d9905f7..00000000000 --- a/.changelog/unreleased/dependencies/3171-bump-ibc.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [ibc-go](https://github.com/cosmos/ibc-go) to - [v8.3.2](https://github.com/cosmos/ibc-go/releases/tag/v8.3.2) - ([\#3171](https://github.com/cosmos/gaia/pull/3171)) \ No newline at end of file diff --git a/.changelog/unreleased/dependencies/3207-bump-cosmos-sdk.md b/.changelog/unreleased/dependencies/3207-bump-cosmos-sdk.md deleted file mode 100644 index 504d2f9278b..00000000000 --- a/.changelog/unreleased/dependencies/3207-bump-cosmos-sdk.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to - [v0.50.8-lsm](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.8-lsm) - ([\#3207](https://github.com/cosmos/gaia/pull/3207)) \ No newline at end of file diff --git a/.changelog/unreleased/dependencies/3207-bump-ics.md b/.changelog/unreleased/dependencies/3207-bump-ics.md deleted file mode 100644 index a71f34167d3..00000000000 --- a/.changelog/unreleased/dependencies/3207-bump-ics.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [ICS](https://github.com/cosmos/interchain-security) to - [v5.1.0](https://github.com/cosmos/interchain-security/releases/tag/v5.1.0) - ([\#3207](https://github.com/cosmos/gaia/pull/3207)) diff --git a/.changelog/unreleased/state-breaking/3171-bump-ibc.md b/.changelog/unreleased/state-breaking/3171-bump-ibc.md deleted file mode 100644 index af88d9905f7..00000000000 --- a/.changelog/unreleased/state-breaking/3171-bump-ibc.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [ibc-go](https://github.com/cosmos/ibc-go) to - [v8.3.2](https://github.com/cosmos/ibc-go/releases/tag/v8.3.2) - ([\#3171](https://github.com/cosmos/gaia/pull/3171)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/3207-bump-cosmos-sdk.md b/.changelog/unreleased/state-breaking/3207-bump-cosmos-sdk.md deleted file mode 100644 index 504d2f9278b..00000000000 --- a/.changelog/unreleased/state-breaking/3207-bump-cosmos-sdk.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to - [v0.50.8-lsm](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.8-lsm) - ([\#3207](https://github.com/cosmos/gaia/pull/3207)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/3207-bump-ics.md b/.changelog/unreleased/state-breaking/3207-bump-ics.md deleted file mode 100644 index a71f34167d3..00000000000 --- a/.changelog/unreleased/state-breaking/3207-bump-ics.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [ICS](https://github.com/cosmos/interchain-security) to - [v5.1.0](https://github.com/cosmos/interchain-security/releases/tag/v5.1.0) - ([\#3207](https://github.com/cosmos/gaia/pull/3207)) diff --git a/.changelog/v10.0.2/dependencies/2554-bump-ibc.md b/.changelog/v10.0.2/dependencies/2554-bump-ibc.md deleted file mode 100644 index 62c59cfb087..00000000000 --- a/.changelog/v10.0.2/dependencies/2554-bump-ibc.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [ibc-go](https://github.com/cosmos/ibc-go) to - [v4.4.2](https://github.com/cosmos/ibc-go/releases/tag/v4.4.2) - ([\#2554](https://github.com/cosmos/gaia/pull/2554)) \ No newline at end of file diff --git a/.changelog/v10.0.2/dependencies/2594-bump-cometbft.md b/.changelog/v10.0.2/dependencies/2594-bump-cometbft.md deleted file mode 100644 index 719c62dbc5e..00000000000 --- a/.changelog/v10.0.2/dependencies/2594-bump-cometbft.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [CometBFT](https://github.com/cometbft/cometbft) to - [v0.34.29](https://github.com/cometbft/cometbft/releases/tag/v0.34.29) - ([\#2594](https://github.com/cosmos/gaia/pull/2594)) \ No newline at end of file diff --git a/.changelog/v10.0.2/features/2629-add-query-local-min-gas-prices.md b/.changelog/v10.0.2/features/2629-add-query-local-min-gas-prices.md deleted file mode 100644 index 0288fc07755..00000000000 --- a/.changelog/v10.0.2/features/2629-add-query-local-min-gas-prices.md +++ /dev/null @@ -1,3 +0,0 @@ -- Register NodeService to enable query `/cosmos/base/node/v1beta1/config` - gRPC query to disclose node operator's configured minimum-gas-price. - ([\#2629](https://github.com/cosmos/gaia/issues/2629)) diff --git a/.changelog/v10.0.2/summary.md b/.changelog/v10.0.2/summary.md deleted file mode 100644 index 7271151c27d..00000000000 --- a/.changelog/v10.0.2/summary.md +++ /dev/null @@ -1,3 +0,0 @@ -*July 03, 2023* - -This release bumps several dependencies and enables extra queries. diff --git a/.changelog/v11.0.0/api-breaking/globalfee/2424-params.md b/.changelog/v11.0.0/api-breaking/globalfee/2424-params.md deleted file mode 100644 index 6f17db44ee2..00000000000 --- a/.changelog/v11.0.0/api-breaking/globalfee/2424-params.md +++ /dev/null @@ -1,3 +0,0 @@ -- Add `bypass-min-fee-msg-types` and `maxTotalBypassMinFeeMsgGagUsage` to - globalfee params. `bypass-min-fee-msg-types` in `config/app.toml` is - deprecated ([\#2424](https://github.com/cosmos/gaia/pull/2424)) \ No newline at end of file diff --git a/.changelog/v11.0.0/bug-fixes/0-GHSA-354m-4qv6-x846.md b/.changelog/v11.0.0/bug-fixes/0-GHSA-354m-4qv6-x846.md deleted file mode 100644 index 06b902a1f87..00000000000 --- a/.changelog/v11.0.0/bug-fixes/0-GHSA-354m-4qv6-x846.md +++ /dev/null @@ -1,3 +0,0 @@ -- Fix logic bug in `GovPreventSpamDecorator` that allows bypassing the - `MinInitialDeposit` requirement - ([a759409](https://github.com/cosmos/gaia/commit/a759409c9da2780663244308b430a7847b95139b)) \ No newline at end of file diff --git a/.changelog/v11.0.0/dependencies/2185-bump-pfm.md b/.changelog/v11.0.0/dependencies/2185-bump-pfm.md deleted file mode 100644 index c4c7acac6b8..00000000000 --- a/.changelog/v11.0.0/dependencies/2185-bump-pfm.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [PFM](https://github.com/strangelove-ventures/packet-forward-middleware) to - [v4.0.5](https://github.com/strangelove-ventures/packet-forward-middleware/releases/tag/v4.0.5) - ([\#2185](https://github.com/cosmos/gaia/issues/2185)) \ No newline at end of file diff --git a/.changelog/v11.0.0/dependencies/2616-bump-ics.md b/.changelog/v11.0.0/dependencies/2616-bump-ics.md deleted file mode 100644 index e3f67076284..00000000000 --- a/.changelog/v11.0.0/dependencies/2616-bump-ics.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [Interchain-Security](https://github.com/cosmos/interchain-security) to - [v2.0.0](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0) - ([\#2616](https://github.com/cosmos/gaia/pull/2616)) \ No newline at end of file diff --git a/.changelog/v11.0.0/dependencies/2652-liquidity-removal.md b/.changelog/v11.0.0/dependencies/2652-liquidity-removal.md deleted file mode 100644 index 53bc7b40872..00000000000 --- a/.changelog/v11.0.0/dependencies/2652-liquidity-removal.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [Liquidity](https://github.com/Gravity-Devs/liquidity) to - [v1.6.0-forced-withdrawal](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.6.0-forced-withdrawal) - ([\#2652](https://github.com/cosmos/gaia/pull/2652)) \ No newline at end of file diff --git a/.changelog/v11.0.0/state-breaking/0-GHSA-354m-4qv6-x846.md b/.changelog/v11.0.0/state-breaking/0-GHSA-354m-4qv6-x846.md deleted file mode 100644 index 06b902a1f87..00000000000 --- a/.changelog/v11.0.0/state-breaking/0-GHSA-354m-4qv6-x846.md +++ /dev/null @@ -1,3 +0,0 @@ -- Fix logic bug in `GovPreventSpamDecorator` that allows bypassing the - `MinInitialDeposit` requirement - ([a759409](https://github.com/cosmos/gaia/commit/a759409c9da2780663244308b430a7847b95139b)) \ No newline at end of file diff --git a/.changelog/v11.0.0/state-breaking/2616-bump-ics.md b/.changelog/v11.0.0/state-breaking/2616-bump-ics.md deleted file mode 100644 index e3f67076284..00000000000 --- a/.changelog/v11.0.0/state-breaking/2616-bump-ics.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [Interchain-Security](https://github.com/cosmos/interchain-security) to - [v2.0.0](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0) - ([\#2616](https://github.com/cosmos/gaia/pull/2616)) \ No newline at end of file diff --git a/.changelog/v11.0.0/state-breaking/2652-liquidity-removal.md b/.changelog/v11.0.0/state-breaking/2652-liquidity-removal.md deleted file mode 100644 index 53bc7b40872..00000000000 --- a/.changelog/v11.0.0/state-breaking/2652-liquidity-removal.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [Liquidity](https://github.com/Gravity-Devs/liquidity) to - [v1.6.0-forced-withdrawal](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.6.0-forced-withdrawal) - ([\#2652](https://github.com/cosmos/gaia/pull/2652)) \ No newline at end of file diff --git a/.changelog/v11.0.0/state-breaking/globalfee/2352-migration.md b/.changelog/v11.0.0/state-breaking/globalfee/2352-migration.md deleted file mode 100644 index 976a9fe659b..00000000000 --- a/.changelog/v11.0.0/state-breaking/globalfee/2352-migration.md +++ /dev/null @@ -1,3 +0,0 @@ -- Create the upgrade handler and params migration for the new Gloabal Fee module - parameters introduced in [#2424](https://github.com/cosmos/gaia/pull/2424) - ([\#2352](https://github.com/cosmos/gaia/pull/2352)) \ No newline at end of file diff --git a/.changelog/v11.0.0/state-breaking/globalfee/2424-params.md b/.changelog/v11.0.0/state-breaking/globalfee/2424-params.md deleted file mode 100644 index 99a978eed59..00000000000 --- a/.changelog/v11.0.0/state-breaking/globalfee/2424-params.md +++ /dev/null @@ -1,2 +0,0 @@ -- Add `bypass-min-fee-msg-types` and `maxTotalBypassMinFeeMsgGagUsage` to - globalfee params ([\#2424](https://github.com/cosmos/gaia/pull/2424)) \ No newline at end of file diff --git a/.changelog/v11.0.0/state-breaking/globalfee/2447-delivertx.md b/.changelog/v11.0.0/state-breaking/globalfee/2447-delivertx.md deleted file mode 100644 index 8b2210c916e..00000000000 --- a/.changelog/v11.0.0/state-breaking/globalfee/2447-delivertx.md +++ /dev/null @@ -1,2 +0,0 @@ -- Update Global Fee's AnteHandler to check tx fees against the network min gas - prices in DeliverTx mode ([\#2447](https://github.com/cosmos/gaia/pull/2447)) \ No newline at end of file diff --git a/.changelog/v11.0.0/summary.md b/.changelog/v11.0.0/summary.md deleted file mode 100644 index 114d570d464..00000000000 --- a/.changelog/v11.0.0/summary.md +++ /dev/null @@ -1 +0,0 @@ -*July 18, 2023* \ No newline at end of file diff --git a/.changelog/v12.0.0/api-breaking/2643-lsm.md b/.changelog/v12.0.0/api-breaking/2643-lsm.md deleted file mode 100644 index b0ce066b4f1..00000000000 --- a/.changelog/v12.0.0/api-breaking/2643-lsm.md +++ /dev/null @@ -1,3 +0,0 @@ -- Add Liquid Staking Module (LSM) and initialize the LSM params: - ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap - ([\#2643](https://github.com/cosmos/gaia/pull/2643)) \ No newline at end of file diff --git a/.changelog/v12.0.0/bug-fixes/2677-bump-pfm.md b/.changelog/v12.0.0/bug-fixes/2677-bump-pfm.md deleted file mode 100644 index 803634e7447..00000000000 --- a/.changelog/v12.0.0/bug-fixes/2677-bump-pfm.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) - to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0) - ([\#2677](https://github.com/cosmos/gaia/pull/2677)) \ No newline at end of file diff --git a/.changelog/v12.0.0/dependencies/2643-bump-ics.md b/.changelog/v12.0.0/dependencies/2643-bump-ics.md deleted file mode 100644 index 1bfca86072e..00000000000 --- a/.changelog/v12.0.0/dependencies/2643-bump-ics.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [interchain-security](https://github.com/cosmos/interchain-security) to - [v2.0.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0-lsm) - ([\#2643](https://github.com/cosmos/gaia/pull/2643)) \ No newline at end of file diff --git a/.changelog/v12.0.0/dependencies/2643-bump-sdk.md b/.changelog/v12.0.0/dependencies/2643-bump-sdk.md deleted file mode 100644 index 093e5b3bf50..00000000000 --- a/.changelog/v12.0.0/dependencies/2643-bump-sdk.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to - [v0.45.16-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.45.16-ics-lsm) - ([\#2643](https://github.com/cosmos/gaia/pull/2643)) \ No newline at end of file diff --git a/.changelog/v12.0.0/dependencies/2677-bump-pfm.md b/.changelog/v12.0.0/dependencies/2677-bump-pfm.md deleted file mode 100644 index 803634e7447..00000000000 --- a/.changelog/v12.0.0/dependencies/2677-bump-pfm.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) - to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0) - ([\#2677](https://github.com/cosmos/gaia/pull/2677)) \ No newline at end of file diff --git a/.changelog/v12.0.0/features/2643-lsm.md b/.changelog/v12.0.0/features/2643-lsm.md deleted file mode 100644 index b0ce066b4f1..00000000000 --- a/.changelog/v12.0.0/features/2643-lsm.md +++ /dev/null @@ -1,3 +0,0 @@ -- Add Liquid Staking Module (LSM) and initialize the LSM params: - ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap - ([\#2643](https://github.com/cosmos/gaia/pull/2643)) \ No newline at end of file diff --git a/.changelog/v12.0.0/state-breaking/2643-lsm.md b/.changelog/v12.0.0/state-breaking/2643-lsm.md deleted file mode 100644 index b0ce066b4f1..00000000000 --- a/.changelog/v12.0.0/state-breaking/2643-lsm.md +++ /dev/null @@ -1,3 +0,0 @@ -- Add Liquid Staking Module (LSM) and initialize the LSM params: - ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap - ([\#2643](https://github.com/cosmos/gaia/pull/2643)) \ No newline at end of file diff --git a/.changelog/v12.0.0/state-breaking/2677-bump-pfm.md b/.changelog/v12.0.0/state-breaking/2677-bump-pfm.md deleted file mode 100644 index 803634e7447..00000000000 --- a/.changelog/v12.0.0/state-breaking/2677-bump-pfm.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) - to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0) - ([\#2677](https://github.com/cosmos/gaia/pull/2677)) \ No newline at end of file diff --git a/.changelog/v12.0.0/summary.md b/.changelog/v12.0.0/summary.md deleted file mode 100644 index 957dea6d0d8..00000000000 --- a/.changelog/v12.0.0/summary.md +++ /dev/null @@ -1 +0,0 @@ -*August 18, 2023* diff --git a/.changelog/v13.0.0/dependencies/2714-remove-liquidity.md b/.changelog/v13.0.0/dependencies/2714-remove-liquidity.md deleted file mode 100644 index 80d24c0506d..00000000000 --- a/.changelog/v13.0.0/dependencies/2714-remove-liquidity.md +++ /dev/null @@ -1,2 +0,0 @@ -- Remove [Liquidity](https://github.com/Gravity-Devs/liquidity) - ([\#2716](https://github.com/cosmos/gaia/pull/2716)) diff --git a/.changelog/v13.0.0/dependencies/2732-bump-ics.md b/.changelog/v13.0.0/dependencies/2732-bump-ics.md deleted file mode 100644 index 4c861ee7ab5..00000000000 --- a/.changelog/v13.0.0/dependencies/2732-bump-ics.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [interchain-security](https://github.com/cosmos/interchain-security) to - [v2.1.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.1.0-provider-lsm) - ([\#2732](https://github.com/cosmos/gaia/pull/2732)) \ No newline at end of file diff --git a/.changelog/v13.0.0/state-breaking/2732-bump-ics.md b/.changelog/v13.0.0/state-breaking/2732-bump-ics.md deleted file mode 100644 index 4c861ee7ab5..00000000000 --- a/.changelog/v13.0.0/state-breaking/2732-bump-ics.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [interchain-security](https://github.com/cosmos/interchain-security) to - [v2.1.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.1.0-provider-lsm) - ([\#2732](https://github.com/cosmos/gaia/pull/2732)) \ No newline at end of file diff --git a/.changelog/v13.0.0/summary.md b/.changelog/v13.0.0/summary.md deleted file mode 100644 index 1d32a4b7916..00000000000 --- a/.changelog/v13.0.0/summary.md +++ /dev/null @@ -1 +0,0 @@ -*September 18, 2023* diff --git a/.changelog/v13.0.1/bug-fixes/2771-bump-pfm.md b/.changelog/v13.0.1/bug-fixes/2771-bump-pfm.md deleted file mode 100644 index eb6a54022f3..00000000000 --- a/.changelog/v13.0.1/bug-fixes/2771-bump-pfm.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) - to [v4.1.1](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.1) - ([\#2771](https://github.com/cosmos/gaia/pull/2771)) \ No newline at end of file diff --git a/.changelog/v13.0.1/dependencies/2771-bump-pfm.md b/.changelog/v13.0.1/dependencies/2771-bump-pfm.md deleted file mode 100644 index eb6a54022f3..00000000000 --- a/.changelog/v13.0.1/dependencies/2771-bump-pfm.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) - to [v4.1.1](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.1) - ([\#2771](https://github.com/cosmos/gaia/pull/2771)) \ No newline at end of file diff --git a/.changelog/v13.0.1/summary.md b/.changelog/v13.0.1/summary.md deleted file mode 100644 index 515fb8e5510..00000000000 --- a/.changelog/v13.0.1/summary.md +++ /dev/null @@ -1 +0,0 @@ -*October 25, 2023* diff --git a/.changelog/v13.0.2/bug-fixes/2763-ledger-fix.md b/.changelog/v13.0.2/bug-fixes/2763-ledger-fix.md deleted file mode 100644 index 990c38921f4..00000000000 --- a/.changelog/v13.0.2/bug-fixes/2763-ledger-fix.md +++ /dev/null @@ -1,4 +0,0 @@ -- Bump [cosmos/ledger-cosmos-go](https://github.com/cosmos/ledger-cosmos-go) to - [v0.12.4](https://github.com/cosmos/ledger-cosmos-go/releases/tag/v0.12.4) - to fix signing with ledger through the binary on newest versions of macOS and Xcode - ([\#2763](https://github.com/cosmos/gaia/pull/2763)) \ No newline at end of file diff --git a/.changelog/v13.0.2/summary.md b/.changelog/v13.0.2/summary.md deleted file mode 100644 index 36a2ea69ca4..00000000000 --- a/.changelog/v13.0.2/summary.md +++ /dev/null @@ -1 +0,0 @@ -*November 7, 2023* diff --git a/.changelog/v14.0.0/api-breaking/2814-bump-ics.md b/.changelog/v14.0.0/api-breaking/2814-bump-ics.md deleted file mode 100644 index f171df2c9f2..00000000000 --- a/.changelog/v14.0.0/api-breaking/2814-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Deprecate equivocation proposals of ICS provider module ([\#2814](https://github.com/cosmos/gaia/pull/2814)) \ No newline at end of file diff --git a/.changelog/v14.0.0/dependencies/2814-bump-ics.md b/.changelog/v14.0.0/dependencies/2814-bump-ics.md deleted file mode 100644 index c621f2bb807..00000000000 --- a/.changelog/v14.0.0/dependencies/2814-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Bump [ICS] to [v2.3.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.3.0-provider-lsm) ([\#2814](https://github.com/cosmos/gaia/pull/2814)) \ No newline at end of file diff --git a/.changelog/v14.0.0/features/2814-bump-ics.md b/.changelog/v14.0.0/features/2814-bump-ics.md deleted file mode 100644 index 06408cd40e4..00000000000 --- a/.changelog/v14.0.0/features/2814-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Introducing the cryptographic verification of equivocation feature to the ICS provider module ([\#2814](https://github.com/cosmos/gaia/pull/2814)) \ No newline at end of file diff --git a/.changelog/v14.0.0/state-breaking/2814-bump-ics.md b/.changelog/v14.0.0/state-breaking/2814-bump-ics.md deleted file mode 100644 index c621f2bb807..00000000000 --- a/.changelog/v14.0.0/state-breaking/2814-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Bump [ICS] to [v2.3.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.3.0-provider-lsm) ([\#2814](https://github.com/cosmos/gaia/pull/2814)) \ No newline at end of file diff --git a/.changelog/v14.0.0/summary.md b/.changelog/v14.0.0/summary.md deleted file mode 100644 index 09ecc72ad63..00000000000 --- a/.changelog/v14.0.0/summary.md +++ /dev/null @@ -1,3 +0,0 @@ -*November 15, 2023* - -❗***This release is deprecated and should not be used in production. Use v14.1.0 instead.*** diff --git a/.changelog/v14.1.0/api-breaking/2825-bump-ics.md b/.changelog/v14.1.0/api-breaking/2825-bump-ics.md deleted file mode 100644 index 593251b2898..00000000000 --- a/.changelog/v14.1.0/api-breaking/2825-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Deprecate equivocation proposals of ICS provider module ([\#2825](https://github.com/cosmos/gaia/pull/2825)) \ No newline at end of file diff --git a/.changelog/v14.1.0/dependencies/2825-bump-ics.md b/.changelog/v14.1.0/dependencies/2825-bump-ics.md deleted file mode 100644 index 78c44554ea1..00000000000 --- a/.changelog/v14.1.0/dependencies/2825-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Bump [ICS] to [v2.4.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.4.0-lsm) ([\#2825](https://github.com/cosmos/gaia/pull/2825)) \ No newline at end of file diff --git a/.changelog/v14.1.0/features/2821-evidence-height.md b/.changelog/v14.1.0/features/2821-evidence-height.md deleted file mode 100644 index 00bfa1d910f..00000000000 --- a/.changelog/v14.1.0/features/2821-evidence-height.md +++ /dev/null @@ -1,3 +0,0 @@ -- Set in the v14 upgrade handler the min evidence height for `neutron-1` - at `4552189` and for `stride-1` at `6375035`. - ([\#2821](https://github.com/cosmos/gaia/pull/2821)) \ No newline at end of file diff --git a/.changelog/v14.1.0/features/2825-bump-ics.md b/.changelog/v14.1.0/features/2825-bump-ics.md deleted file mode 100644 index 1ffe596333e..00000000000 --- a/.changelog/v14.1.0/features/2825-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Introducing the cryptographic verification of equivocation feature to the ICS provider module ([\#2825](https://github.com/cosmos/gaia/pull/2825)) \ No newline at end of file diff --git a/.changelog/v14.1.0/state-breaking/2825-bump-ics.md b/.changelog/v14.1.0/state-breaking/2825-bump-ics.md deleted file mode 100644 index 78c44554ea1..00000000000 --- a/.changelog/v14.1.0/state-breaking/2825-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Bump [ICS] to [v2.4.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.4.0-lsm) ([\#2825](https://github.com/cosmos/gaia/pull/2825)) \ No newline at end of file diff --git a/.changelog/v14.1.0/summary.md b/.changelog/v14.1.0/summary.md deleted file mode 100644 index 64a8f95923c..00000000000 --- a/.changelog/v14.1.0/summary.md +++ /dev/null @@ -1,2 +0,0 @@ -*November 21, 2023* - diff --git a/.changelog/v14.2.0/dependencies/2980-bump-pfm.md b/.changelog/v14.2.0/dependencies/2980-bump-pfm.md deleted file mode 100644 index 25c60ae1aa8..00000000000 --- a/.changelog/v14.2.0/dependencies/2980-bump-pfm.md +++ /dev/null @@ -1,2 +0,0 @@ -- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware) to `v4.1.2-0.20240228222021-455757bb5771`. - ([\#2980](https://github.com/cosmos/gaia/pull/2980)) \ No newline at end of file diff --git a/.changelog/v14.2.0/state-breaking/2980-fix-pfm.md b/.changelog/v14.2.0/state-breaking/2980-fix-pfm.md deleted file mode 100644 index 93a9d2c3d12..00000000000 --- a/.changelog/v14.2.0/state-breaking/2980-fix-pfm.md +++ /dev/null @@ -1,2 +0,0 @@ -- Emergency patch for [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware). - ([\#2980](https://github.com/cosmos/gaia/pull/2980)) \ No newline at end of file diff --git a/.changelog/v14.2.0/summary.md b/.changelog/v14.2.0/summary.md deleted file mode 100644 index 400071aae61..00000000000 --- a/.changelog/v14.2.0/summary.md +++ /dev/null @@ -1,3 +0,0 @@ -*March 6, 2024* - -**This is an emergency release.** diff --git a/.changelog/unreleased/dependencies/3171-bump-cometbft.md b/.changelog/v19.0.0/dependencies/3171-bump-cometbft.md similarity index 100% rename from .changelog/unreleased/dependencies/3171-bump-cometbft.md rename to .changelog/v19.0.0/dependencies/3171-bump-cometbft.md diff --git a/.changelog/v19.0.0/dependencies/3221-bump-feemarket.md b/.changelog/v19.0.0/dependencies/3221-bump-feemarket.md new file mode 100644 index 00000000000..6abba553bc2 --- /dev/null +++ b/.changelog/v19.0.0/dependencies/3221-bump-feemarket.md @@ -0,0 +1,3 @@ +- Bump [feemarket](https://github.com/skip-mev/feemarket) to + [v1.0.4](https://github.com/skip-mev/feemarket/releases/tag/v1.0.4) + ([\#3221](https://github.com/cosmos/gaia/pull/3221)) \ No newline at end of file diff --git a/.changelog/unreleased/dependencies/3227-bump-ibc-rate-limits.md b/.changelog/v19.0.0/dependencies/3227-bump-ibc-rate-limits.md similarity index 100% rename from .changelog/unreleased/dependencies/3227-bump-ibc-rate-limits.md rename to .changelog/v19.0.0/dependencies/3227-bump-ibc-rate-limits.md diff --git a/.changelog/v19.0.0/dependencies/3230-bump-cosmwasm.md b/.changelog/v19.0.0/dependencies/3230-bump-cosmwasm.md new file mode 100644 index 00000000000..af27f7d69cf --- /dev/null +++ b/.changelog/v19.0.0/dependencies/3230-bump-cosmwasm.md @@ -0,0 +1,3 @@ +- Bump [wasmd](https://github.com/CosmWasm/wasmd) to + [v0.51.0](https://github.com/CosmWasm/wasmd/releases/tag/v0.51.0) + ([\#3230](https://github.com/cosmos/gaia/pull/3230)) \ No newline at end of file diff --git a/.changelog/v19.0.0/dependencies/3233-bump-ibc.md b/.changelog/v19.0.0/dependencies/3233-bump-ibc.md new file mode 100644 index 00000000000..8d797ddfb9c --- /dev/null +++ b/.changelog/v19.0.0/dependencies/3233-bump-ibc.md @@ -0,0 +1,3 @@ +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.4.0](https://github.com/cosmos/ibc-go/releases/tag/v8.4.0) + ([\#3233](https://github.com/cosmos/gaia/pull/3233)) \ No newline at end of file diff --git a/.changelog/v19.0.0/dependencies/3237-bump-ics.md b/.changelog/v19.0.0/dependencies/3237-bump-ics.md new file mode 100644 index 00000000000..612f1eb0e3c --- /dev/null +++ b/.changelog/v19.0.0/dependencies/3237-bump-ics.md @@ -0,0 +1,3 @@ +- Bump [ICS](https://github.com/cosmos/interchain-security) to + [v5.1.1](https://github.com/cosmos/interchain-security/releases/tag/v5.1.1) + ([\#3237](https://github.com/cosmos/gaia/pull/3237)) diff --git a/.changelog/v19.0.0/dependencies/3249-bump-cosmos-sdk.md b/.changelog/v19.0.0/dependencies/3249-bump-cosmos-sdk.md new file mode 100644 index 00000000000..63cfd9983a6 --- /dev/null +++ b/.changelog/v19.0.0/dependencies/3249-bump-cosmos-sdk.md @@ -0,0 +1,3 @@ +- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to + [v0.50.9-lsm](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.9-lsm) + ([\#3249](https://github.com/cosmos/gaia/pull/3249)) \ No newline at end of file diff --git a/.changelog/unreleased/improvements/3199-add-docker-build.md b/.changelog/v19.0.0/improvements/3199-add-docker-build.md similarity index 100% rename from .changelog/unreleased/improvements/3199-add-docker-build.md rename to .changelog/v19.0.0/improvements/3199-add-docker-build.md diff --git a/.changelog/unreleased/state-breaking/3171-bump-cometbft.md b/.changelog/v19.0.0/state-breaking/3171-bump-cometbft.md similarity index 100% rename from .changelog/unreleased/state-breaking/3171-bump-cometbft.md rename to .changelog/v19.0.0/state-breaking/3171-bump-cometbft.md diff --git a/.changelog/v19.0.0/state-breaking/3221-bump-feemarket.md b/.changelog/v19.0.0/state-breaking/3221-bump-feemarket.md new file mode 100644 index 00000000000..6abba553bc2 --- /dev/null +++ b/.changelog/v19.0.0/state-breaking/3221-bump-feemarket.md @@ -0,0 +1,3 @@ +- Bump [feemarket](https://github.com/skip-mev/feemarket) to + [v1.0.4](https://github.com/skip-mev/feemarket/releases/tag/v1.0.4) + ([\#3221](https://github.com/cosmos/gaia/pull/3221)) \ No newline at end of file diff --git a/.changelog/v19.0.0/state-breaking/3227-bump-ibc-rate-limits.md b/.changelog/v19.0.0/state-breaking/3227-bump-ibc-rate-limits.md new file mode 100644 index 00000000000..e06d0708dd4 --- /dev/null +++ b/.changelog/v19.0.0/state-breaking/3227-bump-ibc-rate-limits.md @@ -0,0 +1,3 @@ +- Bump [ibc-rate-limiting](https://github.com/cosmos/ibc-apps/blob/main/modules/rate-limiting) to + [v8](https://github.com/cosmos/ibc-apps/releases/tag/modules/rate-limiting/v8.0.0) + ([\#3227](https://github.com/cosmos/gaia/pull/3227)) \ No newline at end of file diff --git a/.changelog/v19.0.0/state-breaking/3230-bump-cosmwasm.md b/.changelog/v19.0.0/state-breaking/3230-bump-cosmwasm.md new file mode 100644 index 00000000000..af27f7d69cf --- /dev/null +++ b/.changelog/v19.0.0/state-breaking/3230-bump-cosmwasm.md @@ -0,0 +1,3 @@ +- Bump [wasmd](https://github.com/CosmWasm/wasmd) to + [v0.51.0](https://github.com/CosmWasm/wasmd/releases/tag/v0.51.0) + ([\#3230](https://github.com/cosmos/gaia/pull/3230)) \ No newline at end of file diff --git a/.changelog/v19.0.0/state-breaking/3233-bump-ibc.md b/.changelog/v19.0.0/state-breaking/3233-bump-ibc.md new file mode 100644 index 00000000000..8d797ddfb9c --- /dev/null +++ b/.changelog/v19.0.0/state-breaking/3233-bump-ibc.md @@ -0,0 +1,3 @@ +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.4.0](https://github.com/cosmos/ibc-go/releases/tag/v8.4.0) + ([\#3233](https://github.com/cosmos/gaia/pull/3233)) \ No newline at end of file diff --git a/.changelog/v19.0.0/state-breaking/3237-bump-ics.md b/.changelog/v19.0.0/state-breaking/3237-bump-ics.md new file mode 100644 index 00000000000..612f1eb0e3c --- /dev/null +++ b/.changelog/v19.0.0/state-breaking/3237-bump-ics.md @@ -0,0 +1,3 @@ +- Bump [ICS](https://github.com/cosmos/interchain-security) to + [v5.1.1](https://github.com/cosmos/interchain-security/releases/tag/v5.1.1) + ([\#3237](https://github.com/cosmos/gaia/pull/3237)) diff --git a/.changelog/v19.0.0/state-breaking/3249-bump-cosmos-sdk.md b/.changelog/v19.0.0/state-breaking/3249-bump-cosmos-sdk.md new file mode 100644 index 00000000000..63cfd9983a6 --- /dev/null +++ b/.changelog/v19.0.0/state-breaking/3249-bump-cosmos-sdk.md @@ -0,0 +1,3 @@ +- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to + [v0.50.9-lsm](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.9-lsm) + ([\#3249](https://github.com/cosmos/gaia/pull/3249)) \ No newline at end of file diff --git a/.changelog/v19.0.0/summary.md b/.changelog/v19.0.0/summary.md new file mode 100644 index 00000000000..cb47cbcb1c7 --- /dev/null +++ b/.changelog/v19.0.0/summary.md @@ -0,0 +1 @@ +*August 1st, 2024* diff --git a/CHANGELOG.md b/CHANGELOG.md index 96808ca79e0..8166f920c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,62 @@ # CHANGELOG +## v19.0.0 + +*August 1st, 2024* + +### DEPENDENCIES + +- Bump [cometbft](https://github.com/cometbft/cometbft) to + [v0.38.9](https://github.com/cometbft/cometbft/releases/tag/v0.38.9) + ([\#3171](https://github.com/cosmos/gaia/pull/3171)) +- Bump [feemarket](https://github.com/skip-mev/feemarket) to + [v1.0.4](https://github.com/skip-mev/feemarket/releases/tag/v1.0.4) + ([\#3221](https://github.com/cosmos/gaia/pull/3221)) +- Bump [ibc-rate-limiting](https://github.com/cosmos/ibc-apps/blob/main/modules/rate-limiting) to + [v8](https://github.com/cosmos/ibc-apps/releases/tag/modules/rate-limiting/v8.0.0) + ([\#3227](https://github.com/cosmos/gaia/pull/3227)) +- Bump [wasmd](https://github.com/CosmWasm/wasmd) to + [v0.51.0](https://github.com/CosmWasm/wasmd/releases/tag/v0.51.0) + ([\#3230](https://github.com/cosmos/gaia/pull/3230)) +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.4.0](https://github.com/cosmos/ibc-go/releases/tag/v8.4.0) + ([\#3233](https://github.com/cosmos/gaia/pull/3233)) +- Bump [ICS](https://github.com/cosmos/interchain-security) to + [v5.1.1](https://github.com/cosmos/interchain-security/releases/tag/v5.1.1) + ([\#3237](https://github.com/cosmos/gaia/pull/3237)) +- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to + [v0.50.9-lsm](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.9-lsm) + ([\#3249](https://github.com/cosmos/gaia/pull/3249)) + +### IMPROVEMENTS + +- Reintroduce docker builds for gaia and make them compatible with + interchaintest ([\#3199](https://github.com/cosmos/gaia/pull/3199)) + +### STATE BREAKING + +- Bump [cometbft](https://github.com/cometbft/cometbft) to + [v0.38.9](https://github.com/cometbft/cometbft/releases/tag/v0.38.9) + ([\#3171](https://github.com/cosmos/gaia/pull/3171)) +- Bump [feemarket](https://github.com/skip-mev/feemarket) to + [v1.0.4](https://github.com/skip-mev/feemarket/releases/tag/v1.0.4) + ([\#3221](https://github.com/cosmos/gaia/pull/3221)) +- Bump [ibc-rate-limiting](https://github.com/cosmos/ibc-apps/blob/main/modules/rate-limiting) to + [v8](https://github.com/cosmos/ibc-apps/releases/tag/modules/rate-limiting/v8.0.0) + ([\#3227](https://github.com/cosmos/gaia/pull/3227)) +- Bump [wasmd](https://github.com/CosmWasm/wasmd) to + [v0.51.0](https://github.com/CosmWasm/wasmd/releases/tag/v0.51.0) + ([\#3230](https://github.com/cosmos/gaia/pull/3230)) +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.4.0](https://github.com/cosmos/ibc-go/releases/tag/v8.4.0) + ([\#3233](https://github.com/cosmos/gaia/pull/3233)) +- Bump [ICS](https://github.com/cosmos/interchain-security) to + [v5.1.1](https://github.com/cosmos/interchain-security/releases/tag/v5.1.1) + ([\#3237](https://github.com/cosmos/gaia/pull/3237)) +- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to + [v0.50.9-lsm](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.9-lsm) + ([\#3249](https://github.com/cosmos/gaia/pull/3249)) + ## v18.0.0 *June 25, 2024*