Skip to content

Commit 0c14b4e

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: # CHANGELOG.md # go.mod # go.sum
1 parent e0bf3b8 commit 0c14b4e

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7777
* [#7839](https://github.com/osmosis-labs/osmosis/pull/7839) Add ICA controller
7878
* [#7527](https://github.com/osmosis-labs/osmosis/pull/7527) Add 30M gas limit to CW pool contract calls
7979
* [#7857](https://github.com/osmosis-labs/osmosis/pull/7857) SuperfluidDelegationsByValidatorDenom query now returns equivalent staked amount
80+
<<<<<<< HEAD
81+
=======
82+
* [#7912](https://github.com/osmosis-labs/osmosis/pull/7912) Default timeoutCommit to 2s
83+
* [#7951](https://github.com/osmosis-labs/osmosis/pull/7951) Only migrate selected cl incentives
84+
* [#7938](https://github.com/osmosis-labs/osmosis/pull/7938) Add missing swap events for missing swap event for cw pools.
85+
* [#7957](https://github.com/osmosis-labs/osmosis/pull/7957) Update to the latest version of ibc-go
86+
>>>>>>> f682cfab (chore: update to the latest version of ibc-go (#7957))
8087
8188
### SDK
8289

go.mod

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ 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
13+
=======
14+
github.com/btcsuite/btcd v0.24.0
15+
github.com/btcsuite/btcd/btcutil v1.1.5
16+
>>>>>>> f682cfab (chore: update to the latest version of ibc-go (#7957))
1217
github.com/cometbft/cometbft v0.37.4
1318
github.com/cometbft/cometbft-db v0.10.0
1419
github.com/cosmos/cosmos-proto v1.0.0-beta.3
@@ -17,7 +22,12 @@ require (
1722
github.com/cosmos/gogoproto v1.4.11
1823
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.1
1924
github.com/cosmos/ibc-apps/modules/async-icq/v7 v7.1.1
25+
<<<<<<< HEAD
2026
github.com/cosmos/ibc-go/v7 v7.3.2
27+
=======
28+
github.com/cosmos/ibc-go/modules/light-clients/08-wasm v0.1.1-0.20231213092633-b306e7a706e1
29+
github.com/cosmos/ibc-go/v7 v7.4.0
30+
>>>>>>> f682cfab (chore: update to the latest version of ibc-go (#7957))
2131
github.com/golang/mock v1.6.0
2232
github.com/golang/protobuf v1.5.3
2333
github.com/golangci/golangci-lint v1.55.2
@@ -77,7 +87,14 @@ require (
7787
github.com/aws/aws-sdk-go v1.44.224 // indirect
7888
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
7989
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
90+
<<<<<<< HEAD
8091
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
92+
=======
93+
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
94+
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
95+
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
96+
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
97+
>>>>>>> f682cfab (chore: update to the latest version of ibc-go (#7957))
8198
github.com/butuzov/mirror v1.1.0 // indirect
8299
github.com/catenacyber/perfsprint v0.2.0 // indirect
83100
github.com/ccojocar/zxcvbn-go v1.0.1 // indirect

go.sum

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,15 @@ github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.1 h1:PqI
794794
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.1/go.mod h1:UvDmcGIWJPIytq+Q78/ff5NTOsuX/7IrNgEugTW5i0s=
795795
github.com/cosmos/ibc-apps/modules/async-icq/v7 v7.1.1 h1:02RCbih5lQ8aGdDMSvxhTnk5JDLEDitn17ytEE1Qhko=
796796
github.com/cosmos/ibc-apps/modules/async-icq/v7 v7.1.1/go.mod h1:LvVkEXTORVgd87W2Yu7ZY3acKKeTMq/txdTworn8EZI=
797+
<<<<<<< HEAD
797798
github.com/cosmos/ibc-go/v7 v7.3.2 h1:FeUDcBX7VYY0e0iRmcVkPPUjYfAqIc//QuHXo8JHz9c=
798799
github.com/cosmos/ibc-go/v7 v7.3.2/go.mod h1:IMeOXb7gwpZ+/nOG5BuUkdW4weM1ezvN4PQPws4uzOI=
800+
=======
801+
github.com/cosmos/ibc-go/modules/light-clients/08-wasm v0.1.1-0.20231213092633-b306e7a706e1 h1:fCtG9qasnNzhgxGR1jM9eBufZ5WQVpy0KdaOpKRfg8Y=
802+
github.com/cosmos/ibc-go/modules/light-clients/08-wasm v0.1.1-0.20231213092633-b306e7a706e1/go.mod h1:h114vYKBtI5zKBeSyr8y5JZ8ZtpQJInO4TYww2IQr6o=
803+
github.com/cosmos/ibc-go/v7 v7.4.0 h1:8FqYMptvksgMvlbN4UW9jFxTXzsPyfAzEZurujXac8M=
804+
github.com/cosmos/ibc-go/v7 v7.4.0/go.mod h1:L/KaEhzV5TGUCTfGysVgMBQtl5Dm7hHitfpk+GIeoAo=
805+
>>>>>>> f682cfab (chore: update to the latest version of ibc-go (#7957))
799806
github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM=
800807
github.com/cosmos/ics23/go v0.10.0/go.mod h1:ZfJSmng/TBNTBkFemHHHj5YY7VAU/MBU980F4VU1NG0=
801808
github.com/cosmos/ledger-cosmos-go v0.12.4 h1:drvWt+GJP7Aiw550yeb3ON/zsrgW0jgh5saFCr7pDnw=

0 commit comments

Comments
 (0)