Skip to content

Commit

Permalink
dep!: bump ICS to v4.2.1-lsm (#3185)
Browse files Browse the repository at this point in the history
* bump ics

* update changelog

* fix date
  • Loading branch information
sainoe committed Jul 3, 2024
1 parent 17f2ba0 commit 24f6d24
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 172 deletions.
3 changes: 3 additions & 0 deletions .changelog/v17.3.0/dependencies/3185-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v4.2.1-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.2.1-lsm)
([\#3185](https://github.com/cosmos/gaia/pull/3185))
3 changes: 3 additions & 0 deletions .changelog/v17.3.0/state-breaking/3185-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v4.2.1-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.2.1-lsm)
([\#3185](https://github.com/cosmos/gaia/pull/3185))
1 change: 1 addition & 0 deletions .changelog/v17.3.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a*July 3, 2024*
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v17.3.0

*July 3, 2024*

### DEPENDENCIES

- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v4.2.1-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.2.1-lsm)
([\#3185](https://github.com/cosmos/gaia/pull/3185))

### STATE BREAKING

- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v4.2.1-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.2.1-lsm)
([\#3185](https://github.com/cosmos/gaia/pull/3185))

## v17.2.0

*June 5, 2024*
Expand Down
15 changes: 6 additions & 9 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
# Gaia v17.2.0 Release Notes
# Gaia v17.3.0 Release Notes

⚠️ ***This is a special point release in the v17 release series. This release fixes a bug that resulted in the halt of the Cosmos Hub at height 20740970.***
⚠️ ***This is a special point release in the v17 release series. This release fixes a bug in Interchain Security.***

## 🕐 Timeline
**This is a mandatory upgrade for all validators and full node operators.**
The upgrade height is [20740970](https://www.mintscan.io/cosmos/block/20740970).
**This is a mandatory upgrade. All validators and full node operators should upgrade ASAP.**

## 📝 Changelog

Check out the [changelog](https://github.com/cosmos/gaia/blob/v17.2.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/gaia/compare/v17.1.0...v17.2.0) from last release.
Check out the [changelog](https://github.com/cosmos/gaia/blob/v17.3.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/gaia/compare/v17.2.0...v17.3.0) from last release.

<!-- Add the following line for major releases -->
Refer to the [upgrading guide](https://github.com/cosmos/gaia/blob/release/v17.2.x/UPGRADING.md) when migrating from `v17.1.x` to `v17.2.x`.

## 🚀 Highlights

<!-- Add any highlights of this release -->
This release fixes a bug that resulted in the halt of the Cosmos Hub at height 20740970. The fix removes a panic from the source code.
This release fixes a bug in Interchain Security. For more details, check out the patch in this [PR](https://github.com/cosmos/interchain-security/pull/2007).

## 🔨 Build from source

```bash
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v17.2.0
cd gaia && git checkout v17.3.0
make install
```

Expand Down
160 changes: 0 additions & 160 deletions UPGRADING.md

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ replace (
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.47.15-ics-lsm

// Use special ICS v4.1.0-ics-lsm release with support for LSM
github.com/cosmos/interchain-security/v4 => github.com/cosmos/interchain-security/v4 v4.2.0-lsm
github.com/cosmos/interchain-security/v4 => github.com/cosmos/interchain-security/v4 v4.2.1-lsm

// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ github.com/cosmos/ibc-go/v7 v7.4.0 h1:8FqYMptvksgMvlbN4UW9jFxTXzsPyfAzEZurujXac8
github.com/cosmos/ibc-go/v7 v7.4.0/go.mod h1:L/KaEhzV5TGUCTfGysVgMBQtl5Dm7hHitfpk+GIeoAo=
github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM=
github.com/cosmos/ics23/go v0.10.0/go.mod h1:ZfJSmng/TBNTBkFemHHHj5YY7VAU/MBU980F4VU1NG0=
github.com/cosmos/interchain-security/v4 v4.2.0-lsm h1:/ET7ibwJ0tWf5SVRDwSVJ0G53b3i89BsOiFaCguUCDE=
github.com/cosmos/interchain-security/v4 v4.2.0-lsm/go.mod h1:xwuWSAibUdRrUK6Lr2r2K5Bf2tHZNXJkeVoZhQhH6s0=
github.com/cosmos/interchain-security/v4 v4.2.1-lsm h1:zN7SfcJHJcI5R6eNR4B2z3ok0RrVR0pbubVK2edooPk=
github.com/cosmos/interchain-security/v4 v4.2.1-lsm/go.mod h1:xwuWSAibUdRrUK6Lr2r2K5Bf2tHZNXJkeVoZhQhH6s0=
github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=
github.com/cosmos/keyring v1.2.0/go.mod h1:fc+wB5KTk9wQ9sDx0kFXB3A0MaeGHM9AwRStKOQ5vOA=
github.com/cosmos/ledger-cosmos-go v0.12.4 h1:drvWt+GJP7Aiw550yeb3ON/zsrgW0jgh5saFCr7pDnw=
Expand Down

0 comments on commit 24f6d24

Please sign in to comment.