Skip to content

Commit d256422

Browse files
authored
fix: upgrade cosmos sdk to v0.50.13 (v28) (#3703)
* fix: upgrade cosmos sdk to v0.50.13 * prepare v28.1.4
1 parent 4787747 commit d256422

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

changelog.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## v28.1.4
44

5+
### Fixes
6+
* [3702](https://github.com/zeta-chain/node/pull/3702) - upgrade cosmos sdk to v0.50.13
7+
8+
## v28.1.3
9+
10+
### Fixes
11+
12+
* [3680](https://github.com/zeta-chain/node/pull/3680) - evm chains: use gasLimit from CCTX
13+
* [3684](https://github.com/zeta-chain/node/pull/3684) - add DisableTssBlockScan to the chain params equality check function
14+
15+
## v28.1.2
16+
17+
### Fixes
18+
* [3667](https://github.com/zeta-chain/node/pull/3667) - increase gas limit 21000 -> 25000 to fix Arbitrum gas token withdraw error
19+
20+
## v28.1.1
21+
22+
### Fixes
523
* [3636](https://github.com/zeta-chain/node/pull/3636) - add a check to stop posting inbound votes if the cctx has already been created
624

725
## v28.1.0

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/cometbft/cometbft v0.38.17
1616
github.com/cometbft/cometbft-db v0.14.1 // indirect
1717
github.com/cosmos/btcutil v1.0.5
18-
github.com/cosmos/cosmos-sdk v0.50.12
18+
github.com/cosmos/cosmos-sdk v0.50.13
1919
github.com/cosmos/gogoproto v1.7.0
2020
github.com/cosmos/ibc-go/v8 v8.5.2
2121
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
@@ -131,7 +131,7 @@ require (
131131
github.com/elastic/gosigar v0.14.2 // indirect
132132
github.com/felixge/httpsnoop v1.0.4 // indirect
133133
github.com/flynn/noise v1.0.0 // indirect
134-
github.com/fsnotify/fsnotify v1.7.0 // indirect
134+
github.com/fsnotify/fsnotify v1.7.0
135135
github.com/gagliardetto/binary v0.8.0
136136
github.com/gagliardetto/treeout v0.1.4 // indirect
137137
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
@@ -218,7 +218,7 @@ require (
218218
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
219219
github.com/modern-go/reflect2 v1.0.2 // indirect
220220
github.com/mostynb/zstdpool-freelist v0.0.0-20201229113212-927304c0c3b1 // indirect
221-
github.com/mr-tron/base58 v1.2.0 // indirect
221+
github.com/mr-tron/base58 v1.2.0
222222
github.com/mtibben/percent v0.2.1 // indirect
223223
github.com/multiformats/go-base32 v0.1.0 // indirect
224224
github.com/multiformats/go-base36 v0.2.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ github.com/cosmos/cosmos-db v1.1.1 h1:FezFSU37AlBC8S98NlSagL76oqBRWq/prTPvFcEJNC
418418
github.com/cosmos/cosmos-db v1.1.1/go.mod h1:AghjcIPqdhSLP/2Z0yha5xPH3nLnskz81pBx3tcVSAw=
419419
github.com/cosmos/cosmos-proto v1.0.0-beta.5 h1:eNcayDLpip+zVLRLYafhzLvQlSmyab+RC5W7ZfmxJLA=
420420
github.com/cosmos/cosmos-proto v1.0.0-beta.5/go.mod h1:hQGLpiIUloJBMdQMMWb/4wRApmI9hjHH05nefC0Ojec=
421-
github.com/cosmos/cosmos-sdk v0.50.12 h1:WizeD4K74737Gq46/f9fq+WjyZ1cP/1bXwVR3dvyp0g=
422-
github.com/cosmos/cosmos-sdk v0.50.12/go.mod h1:hrWEFMU1eoXqLJeE6VVESpJDQH67FS1nnMrQIjO2daw=
421+
github.com/cosmos/cosmos-sdk v0.50.13 h1:xQ32hhzVy7agEe7behMdZN0ezWhPss3KoLZsF9KoBnw=
422+
github.com/cosmos/cosmos-sdk v0.50.13/go.mod h1:hrWEFMU1eoXqLJeE6VVESpJDQH67FS1nnMrQIjO2daw=
423423
github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY=
424424
github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw=
425425
github.com/cosmos/gogogateway v1.2.0 h1:Ae/OivNhp8DqBi/sh2A8a1D0y638GpL3tkmLQAiKxTE=

0 commit comments

Comments
 (0)