Skip to content

Commit

Permalink
deps!: use fixed cosmos-sdk/lsm (backport #3249) (#3250)
Browse files Browse the repository at this point in the history
* deps!: use fixed cosmos-sdk/lsm (#3249)

* deps!: use fixed cosmos-sdk/lsm

* use tagged version instead of commit hash

(cherry picked from commit 19a8ea3)

* changelogs

* changelogs

---------

Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
mergify[bot] and MSalopek committed Aug 1, 2024
1 parent 5142d02 commit fe6a8b2
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .changelog/v19.0.0/dependencies/3207-bump-cosmos-sdk.md

This file was deleted.

3 changes: 3 additions & 0 deletions .changelog/v19.0.0/dependencies/3249-bump-cosmos-sdk.md
Original file line number Diff line number Diff line change
@@ -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))
3 changes: 0 additions & 3 deletions .changelog/v19.0.0/state-breaking/3207-bump-cosmos-sdk.md

This file was deleted.

3 changes: 3 additions & 0 deletions .changelog/v19.0.0/state-breaking/3249-bump-cosmos-sdk.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion .changelog/v19.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*July 29th, 2024*
*August 1st, 2024*
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

## v19.0.0

*July 29th, 2024*
*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 [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))
- 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))
Expand All @@ -27,6 +24,9 @@
- 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

Expand All @@ -38,9 +38,6 @@
- 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 [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))
- 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))
Expand All @@ -56,6 +53,9 @@
- 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))

## Previous Versions

Expand Down
2 changes: 2 additions & 0 deletions contrib/single-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jq ".app_state.gov.params.voting_period = \"20s\" | .app_state.gov.params.expedi
"${HOME_DIR}/edited_genesis.json" && mv "${HOME_DIR}/edited_genesis.json" "${HOME_DIR}/.gaia/config/genesis.json"

$GAIAD keys add validator --keyring-backend="test"
$GAIAD keys add user --keyring-backend="test"
$GAIAD genesis add-genesis-account $("${GAIAD}" keys show validator -a --keyring-backend="test") $USER_COINS
$GAIAD genesis add-genesis-account $("${GAIAD}" keys show user -a --keyring-backend="test") $USER_COINS
$GAIAD genesis gentx validator $STAKE --keyring-backend="test" --chain-id $CHAINID
$GAIAD genesis collect-gentxs

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0

// Use special SDK v0.50.x release with support for both ICS and LSM
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.50.8-lsm
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.50.9-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
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ github.com/cosmos/cosmos-db v1.0.2 h1:hwMjozuY1OlJs/uh6vddqnk9j7VamLv+0DBlbEXbAK
github.com/cosmos/cosmos-db v1.0.2/go.mod h1:Z8IXcFJ9PqKK6BIsVOB3QXtkKoqUOp1vRvPT39kOXEA=
github.com/cosmos/cosmos-proto v1.0.0-beta.5 h1:eNcayDLpip+zVLRLYafhzLvQlSmyab+RC5W7ZfmxJLA=
github.com/cosmos/cosmos-proto v1.0.0-beta.5/go.mod h1:hQGLpiIUloJBMdQMMWb/4wRApmI9hjHH05nefC0Ojec=
github.com/cosmos/cosmos-sdk v0.50.8-lsm h1:Io2y/9wbW9mjXh5FgDXQtGwIF8dtb0GzpczjKsM1U58=
github.com/cosmos/cosmos-sdk v0.50.8-lsm/go.mod h1:efdTFdUndXfLpSMkE1Kv/ra8pux9l1glcojMIhNreiA=
github.com/cosmos/cosmos-sdk v0.50.9-lsm h1:nYQVX0YinJ3Zu3PHEee36OeZ8yAw42ctE52S2K3MleM=
github.com/cosmos/cosmos-sdk v0.50.9-lsm/go.mod h1:efdTFdUndXfLpSMkE1Kv/ra8pux9l1glcojMIhNreiA=
github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY=
github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw=
github.com/cosmos/gogogateway v1.2.0 h1:Ae/OivNhp8DqBi/sh2A8a1D0y638GpL3tkmLQAiKxTE=
Expand All @@ -439,8 +439,6 @@ github.com/cosmos/ibc-go/v8 v8.4.0 h1:K2PfX0AZ+1XKZytHGEMuSjQXG/MZshPb83RSTQt2+c
github.com/cosmos/ibc-go/v8 v8.4.0/go.mod h1:zh6x1osR0hNvEcFrC/lhGD08sMfQmr9wHVvZ/mRWMCs=
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/v5 v5.1.0 h1:87y+7q0udGoLto3U3y5q6YTQ5ezDD/PlgJbNW7ba/Sc=
github.com/cosmos/interchain-security/v5 v5.1.0/go.mod h1:vmeTcTxFCl1eV0o6xpl/IRT7Basz0szVVGzbppnInMg=
github.com/cosmos/interchain-security/v5 v5.1.1 h1:xmRRMeE4xoc+JAZUh0XzXFYWaGBtzFFj5SETuOgnEnY=
github.com/cosmos/interchain-security/v5 v5.1.1/go.mod h1:vmeTcTxFCl1eV0o6xpl/IRT7Basz0szVVGzbppnInMg=
github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=
Expand Down

0 comments on commit fe6a8b2

Please sign in to comment.