Skip to content

Commit 02b242a

Browse files
PaddyMcmergify[bot]
authored andcommitted
chore: update to the latest version of ibc-go (#7957)
* chore: update to the latest version of ibc-go * chore: update CHANGELOG.md (cherry picked from commit f682cfa) # Conflicts: # go.mod
1 parent 1d4a21e commit 02b242a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8383
* [#7857](https://github.com/osmosis-labs/osmosis/pull/7857) SuperfluidDelegationsByValidatorDenom query now returns equivalent staked amount
8484
* [#7912](https://github.com/osmosis-labs/osmosis/pull/7912) Default timeoutCommit to 2s
8585
* [#7938](https://github.com/osmosis-labs/osmosis/pull/7938) Add missing swap events for missing swap event for cw pools.
86+
* [#7957](https://github.com/osmosis-labs/osmosis/pull/7957) Update to the latest version of ibc-go
8687

8788
### SDK
8889

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ require (
99
cosmossdk.io/tools/rosetta v0.2.1
1010
github.com/CosmWasm/wasmd v0.45.1-0.20231128163306-4b9b61faeaa3
1111
github.com/CosmWasm/wasmvm v1.5.2
12+
<<<<<<< HEAD
1213
github.com/btcsuite/btcd v0.23.0
1314
github.com/btcsuite/btcd/btcutil v1.1.3
1415
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
16+
=======
17+
github.com/btcsuite/btcd v0.24.0
18+
github.com/btcsuite/btcd/btcutil v1.1.5
19+
>>>>>>> f682cfab (chore: update to the latest version of ibc-go (#7957))
1520
github.com/cometbft/cometbft v0.37.4
1621
github.com/cometbft/cometbft-db v0.11.0
1722
github.com/cosmos/cosmos-proto v1.0.0-beta.3
@@ -21,7 +26,7 @@ require (
2126
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.3-0.20240228213828-cce7f56d000b
2227
github.com/cosmos/ibc-apps/modules/async-icq/v7 v7.1.1
2328
github.com/cosmos/ibc-go/modules/light-clients/08-wasm v0.1.1-0.20231213092633-b306e7a706e1
24-
github.com/cosmos/ibc-go/v7 v7.3.2
29+
github.com/cosmos/ibc-go/v7 v7.4.0
2530
github.com/golang/mock v1.6.0
2631
github.com/golang/protobuf v1.5.4
2732
github.com/golangci/golangci-lint v1.55.2
@@ -81,6 +86,7 @@ require (
8186
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
8287
github.com/bits-and-blooms/bitset v1.8.0 // indirect
8388
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
89+
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
8490
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
8591
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
8692
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,8 @@ github.com/cosmos/ibc-apps/modules/async-icq/v7 v7.1.1 h1:02RCbih5lQ8aGdDMSvxhTn
802802
github.com/cosmos/ibc-apps/modules/async-icq/v7 v7.1.1/go.mod h1:LvVkEXTORVgd87W2Yu7ZY3acKKeTMq/txdTworn8EZI=
803803
github.com/cosmos/ibc-go/modules/light-clients/08-wasm v0.1.1-0.20231213092633-b306e7a706e1 h1:fCtG9qasnNzhgxGR1jM9eBufZ5WQVpy0KdaOpKRfg8Y=
804804
github.com/cosmos/ibc-go/modules/light-clients/08-wasm v0.1.1-0.20231213092633-b306e7a706e1/go.mod h1:h114vYKBtI5zKBeSyr8y5JZ8ZtpQJInO4TYww2IQr6o=
805-
github.com/cosmos/ibc-go/v7 v7.3.2 h1:FeUDcBX7VYY0e0iRmcVkPPUjYfAqIc//QuHXo8JHz9c=
806-
github.com/cosmos/ibc-go/v7 v7.3.2/go.mod h1:IMeOXb7gwpZ+/nOG5BuUkdW4weM1ezvN4PQPws4uzOI=
805+
github.com/cosmos/ibc-go/v7 v7.4.0 h1:8FqYMptvksgMvlbN4UW9jFxTXzsPyfAzEZurujXac8M=
806+
github.com/cosmos/ibc-go/v7 v7.4.0/go.mod h1:L/KaEhzV5TGUCTfGysVgMBQtl5Dm7hHitfpk+GIeoAo=
807807
github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM=
808808
github.com/cosmos/ics23/go v0.10.0/go.mod h1:ZfJSmng/TBNTBkFemHHHj5YY7VAU/MBU980F4VU1NG0=
809809
github.com/cosmos/ledger-cosmos-go v0.12.4 h1:drvWt+GJP7Aiw550yeb3ON/zsrgW0jgh5saFCr7pDnw=

0 commit comments

Comments
 (0)