Skip to content

Commit 79e6d0d

Browse files
authored
build(deps)!: bump SDK to 0.50.10, IBC to 8.5.2, and Comet to 0.38.15 (#2390)
* bump SDK, Comet and IBC * add changelog entries
1 parent 5ef1315 commit 79e6d0d

File tree

6 files changed

+120
-104
lines changed

6 files changed

+120
-104
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Bump [CometBFT](https://github.com/cometbft/cometbft) to
2+
[v0.38.15](https://github.com/cometbft/cometbft/releases/tag/v0.38.15).
3+
([\#2390](https://github.com/cosmos/interchain-security/pull/2390))
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
2+
[v8.5.2](https://github.com/cosmos/ibc-go/releases/tag/v8.5.2).
3+
([\#2390](https://github.com/cosmos/interchain-security/pull/2390))
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
2+
[v0.50.10](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.10)
3+
([\#2390](https://github.com/cosmos/interchain-security/pull/2390))
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
2+
[v0.50.10](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.10)
3+
([\#2390](https://github.com/cosmos/interchain-security/pull/2390))

go.mod

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
module github.com/cosmos/interchain-security/v6
22

3-
go 1.22.2
3+
go 1.22.7
4+
5+
toolchain go1.22.9
46

57
require (
68
cosmossdk.io/errors v1.0.1
79
cosmossdk.io/math v1.3.0
8-
github.com/cometbft/cometbft v0.38.11
9-
github.com/cometbft/cometbft-db v0.12.0 // indirect
10-
github.com/cosmos/cosmos-sdk v0.50.9
10+
github.com/cometbft/cometbft v0.38.15
11+
github.com/cometbft/cometbft-db v0.14.1 // indirect
12+
github.com/cosmos/cosmos-sdk v0.50.10
1113
github.com/cosmos/gogoproto v1.7.0
1214
github.com/cosmos/ics23/go v0.11.0
1315
github.com/golang/mock v1.6.0
@@ -20,13 +22,13 @@ require (
2022
github.com/spf13/cobra v1.8.1
2123
github.com/stretchr/testify v1.9.0
2224
github.com/tidwall/gjson v1.18.0
23-
golang.org/x/crypto v0.26.0 // indirect
25+
golang.org/x/crypto v0.28.0 // indirect
2426
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
25-
golang.org/x/net v0.28.0 // indirect
26-
golang.org/x/sys v0.24.0 // indirect
27+
golang.org/x/net v0.30.0 // indirect
28+
golang.org/x/sys v0.26.0 // indirect
2729
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect
2830
google.golang.org/grpc v1.67.1
29-
google.golang.org/protobuf v1.34.2
31+
google.golang.org/protobuf v1.35.1
3032
gopkg.in/yaml.v2 v2.4.0
3133
)
3234

@@ -45,7 +47,6 @@ require (
4547
github.com/beorn7/perks v1.0.1 // indirect
4648
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
4749
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
48-
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
4950
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
5051
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5152
github.com/chzyer/readline v1.5.1 // indirect
@@ -54,18 +55,18 @@ require (
5455
github.com/cosmos/cosmos-proto v1.0.0-beta.5
5556
github.com/cosmos/go-bip39 v1.0.0 // indirect
5657
github.com/cosmos/gogogateway v1.2.0 // indirect
57-
github.com/cosmos/iavl v1.1.2 // indirect
58+
github.com/cosmos/iavl v1.2.0 // indirect
5859
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
5960
github.com/danieljoos/wincred v1.1.2 // indirect
6061
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
61-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
62+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
6263
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
6364
github.com/dgraph-io/ristretto v0.1.1 // indirect
6465
github.com/dustin/go-humanize v1.0.1 // indirect
6566
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
6667
github.com/felixge/httpsnoop v1.0.4 // indirect
6768
github.com/fsnotify/fsnotify v1.7.0 // indirect
68-
github.com/go-kit/kit v0.12.0 // indirect
69+
github.com/go-kit/kit v0.13.0 // indirect
6970
github.com/go-kit/log v0.2.1 // indirect
7071
github.com/go-logfmt/logfmt v0.6.0 // indirect
7172
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
@@ -74,14 +75,14 @@ require (
7475
github.com/golang/glog v1.2.2 // indirect
7576
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7677
github.com/golang/snappy v0.0.4 // indirect
77-
github.com/google/btree v1.1.2 // indirect
78+
github.com/google/btree v1.1.3 // indirect
7879
github.com/google/go-cmp v0.6.0
7980
github.com/google/orderedcode v0.0.1 // indirect
8081
github.com/google/uuid v1.6.0 // indirect
8182
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
8283
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
8384
github.com/gorilla/handlers v1.5.2 // indirect
84-
github.com/gorilla/websocket v1.5.0 // indirect
85+
github.com/gorilla/websocket v1.5.3 // indirect
8586
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
8687
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
8788
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -97,28 +98,28 @@ require (
9798
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9899
github.com/jmespath/go-jmespath v0.4.0 // indirect
99100
github.com/jmhodges/levigo v1.0.0 // indirect
100-
github.com/klauspost/compress v1.17.7 // indirect
101-
github.com/lib/pq v1.10.7 // indirect
101+
github.com/klauspost/compress v1.17.9 // indirect
102+
github.com/lib/pq v1.10.9 // indirect
102103
github.com/linxGnu/grocksdb v1.8.14 // indirect
103104
github.com/magiconair/properties v1.8.7 // indirect
104105
github.com/manifoldco/promptui v0.9.0 // indirect
105106
github.com/mattn/go-isatty v0.0.20 // indirect
106-
github.com/minio/highwayhash v1.0.2 // indirect
107+
github.com/minio/highwayhash v1.0.3 // indirect
107108
github.com/mitchellh/go-homedir v1.1.0 // indirect
108109
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
109110
github.com/mitchellh/mapstructure v1.5.0 // indirect
110111
github.com/mtibben/percent v0.2.1 // indirect
111112
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
112-
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
113+
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
113114
github.com/pkg/errors v0.9.1 // indirect
114115
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
115-
github.com/prometheus/client_golang v1.19.0 // indirect
116+
github.com/prometheus/client_golang v1.20.5 // indirect
116117
github.com/prometheus/client_model v0.6.1 // indirect
117-
github.com/prometheus/common v0.52.2 // indirect
118-
github.com/prometheus/procfs v0.13.0 // indirect
118+
github.com/prometheus/common v0.60.1 // indirect
119+
github.com/prometheus/procfs v0.15.1 // indirect
119120
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
120-
github.com/rs/cors v1.8.3 // indirect
121-
github.com/sasha-s/go-deadlock v0.3.1 // indirect
121+
github.com/rs/cors v1.11.1 // indirect
122+
github.com/sasha-s/go-deadlock v0.3.5 // indirect
122123
github.com/spf13/afero v1.11.0 // indirect
123124
github.com/spf13/pflag v1.0.5 // indirect
124125
github.com/subosito/gotenv v1.6.0 // indirect
@@ -132,9 +133,9 @@ require (
132133
github.com/zondax/ledger-go v0.14.3 // indirect
133134
go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
134135
go.opencensus.io v0.24.0 // indirect
135-
golang.org/x/oauth2 v0.22.0 // indirect
136-
golang.org/x/term v0.23.0 // indirect
137-
golang.org/x/text v0.17.0 // indirect
136+
golang.org/x/oauth2 v0.23.0 // indirect
137+
golang.org/x/term v0.25.0 // indirect
138+
golang.org/x/text v0.19.0 // indirect
138139
google.golang.org/api v0.186.0 // indirect
139140
gopkg.in/ini.v1 v1.67.0 // indirect
140141
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -145,17 +146,16 @@ require (
145146

146147
require (
147148
cosmossdk.io/client/v2 v2.0.0-beta.3
148-
cosmossdk.io/collections v0.4.0
149149
cosmossdk.io/log v1.4.1
150-
cosmossdk.io/store v1.1.0
150+
cosmossdk.io/store v1.1.1
151151
cosmossdk.io/tools/confix v0.1.2
152152
cosmossdk.io/x/evidence v0.1.1
153153
cosmossdk.io/x/feegrant v0.1.1
154-
cosmossdk.io/x/tx v0.13.4
154+
cosmossdk.io/x/tx v0.13.5
155155
cosmossdk.io/x/upgrade v0.1.4
156156
github.com/cosmos/cosmos-db v1.0.2
157157
github.com/cosmos/ibc-go/modules/capability v1.0.1
158-
github.com/cosmos/ibc-go/v8 v8.5.1
158+
github.com/cosmos/ibc-go/v8 v8.5.2
159159
github.com/informalsystems/itf-go v0.0.1
160160
github.com/spf13/viper v1.19.0
161161
golang.org/x/mod v0.21.0
@@ -165,13 +165,15 @@ require (
165165
require (
166166
cloud.google.com/go/auth v0.6.0 // indirect
167167
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
168+
cosmossdk.io/collections v0.4.0 // indirect
168169
cosmossdk.io/x/circuit v0.1.1 // indirect
169170
github.com/DataDog/datadog-go v3.2.0+incompatible // indirect
170171
github.com/DataDog/zstd v1.5.5 // indirect
171172
github.com/bits-and-blooms/bitset v1.8.0 // indirect
172-
github.com/cockroachdb/errors v1.11.1 // indirect
173+
github.com/cockroachdb/errors v1.11.3 // indirect
174+
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
173175
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
174-
github.com/cockroachdb/pebble v1.1.0 // indirect
176+
github.com/cockroachdb/pebble v1.1.1 // indirect
175177
github.com/cockroachdb/redact v1.1.5 // indirect
176178
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
177179
github.com/creachadair/atomicfile v0.3.1 // indirect
@@ -193,6 +195,7 @@ require (
193195
github.com/kr/pretty v0.3.1 // indirect
194196
github.com/kr/text v0.2.0 // indirect
195197
github.com/mattn/go-colorable v0.1.13 // indirect
198+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
196199
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
197200
github.com/oklog/run v1.1.0 // indirect
198201
github.com/rogpeppe/go-internal v1.12.0 // indirect

0 commit comments

Comments
 (0)