Skip to content

Commit 06e0dc6

Browse files
chore: bump ibc-go to v10.1.1 (#2603)
1 parent 1c995af commit 06e0dc6

File tree

8 files changed

+15
-17
lines changed

8 files changed

+15
-17
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ require (
147147
cosmossdk.io/x/tx v0.14.0-rc.1
148148
cosmossdk.io/x/upgrade v0.2.0-rc.2
149149
github.com/cosmos/cosmos-db v1.1.1
150-
github.com/cosmos/ibc-go/v10 v10.0.0
150+
github.com/cosmos/ibc-go/v10 v10.1.1
151151
github.com/informalsystems/itf-go v0.0.1
152152
github.com/spf13/viper v1.20.1
153153
golang.org/x/mod v0.24.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,8 @@ github.com/cosmos/gogoproto v1.7.0 h1:79USr0oyXAbxg3rspGh/m4SWNyoz/GLaAh0QlCe2fr
829829
github.com/cosmos/gogoproto v1.7.0/go.mod h1:yWChEv5IUEYURQasfyBW5ffkMHR/90hiHgbNgrtp4j0=
830830
github.com/cosmos/iavl v1.2.2 h1:qHhKW3I70w+04g5KdsdVSHRbFLgt3yY3qTMd4Xa4rC8=
831831
github.com/cosmos/iavl v1.2.2/go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw=
832-
github.com/cosmos/ibc-go/v10 v10.0.0 h1:38nkt3kSrBLnA7mm9Gg4S11X3wtWdbLv7laBZ8hzc5o=
833-
github.com/cosmos/ibc-go/v10 v10.0.0/go.mod h1:82OVClziZQ+9EyDRrnlr2eewcewQ0cxLu7LAbF+q7mc=
832+
github.com/cosmos/ibc-go/v10 v10.1.1 h1:Mtl0Ydr9dVdOrPqmxCAG49RmX2/VDYeKYdwv3G2y0g8=
833+
github.com/cosmos/ibc-go/v10 v10.1.1/go.mod h1:0pJCkgEYRMygqkvUcwy6Kuf5wPfIsObRoxFU2DJEil4=
834834
github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU=
835835
github.com/cosmos/ics23/go v0.11.0/go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0=
836836
github.com/cosmos/ledger-cosmos-go v0.14.0 h1:WfCHricT3rPbkPSVKRH+L4fQGKYHuGOK9Edpel8TYpE=

tests/integration/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type CCVTestSuite struct {
6767

6868
// NewCCVTestSuite returns a new instance of CCVTestSuite, ready to be tested against using suite.Run().
6969
func NewCCVTestSuite[Tp testutil.ProviderApp, Tc testutil.ConsumerApp](
70-
providerAppIniter icstestingutils.AppIniter,
70+
providerAppIniter ibctesting.AppCreator,
7171
consumerAppIniter icstestingutils.ValSetAppIniter,
7272
skippedTests []string,
7373
) *CCVTestSuite {

tests/interchain/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
cosmossdk.io/x/upgrade v0.2.0-rc.2
88
github.com/cometbft/cometbft v0.38.17
99
github.com/cosmos/cosmos-sdk v0.53.0-rc.2
10-
github.com/cosmos/ibc-go/v10 v10.0.0
10+
github.com/cosmos/ibc-go/v10 v10.1.1
1111
github.com/cosmos/interchain-security/v7 v7.0.0-20250220171855-c39340d2cf4c
1212
github.com/docker/docker v28.0.0+incompatible
1313
github.com/strangelove-ventures/interchaintest/v8 v8.7.1

tests/interchain/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,8 +850,8 @@ github.com/cosmos/iavl v1.2.4 h1:IHUrG8dkyueKEY72y92jajrizbkZKPZbMmG14QzsEkw=
850850
github.com/cosmos/iavl v1.2.4/go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw=
851851
github.com/cosmos/ibc-go/modules/capability v1.0.1 h1:ibwhrpJ3SftEEZRxCRkH0fQZ9svjthrX2+oXdZvzgGI=
852852
github.com/cosmos/ibc-go/modules/capability v1.0.1/go.mod h1:rquyOV262nGJplkumH+/LeYs04P3eV8oB7ZM4Ygqk4E=
853-
github.com/cosmos/ibc-go/v10 v10.0.0 h1:38nkt3kSrBLnA7mm9Gg4S11X3wtWdbLv7laBZ8hzc5o=
854-
github.com/cosmos/ibc-go/v10 v10.0.0/go.mod h1:82OVClziZQ+9EyDRrnlr2eewcewQ0cxLu7LAbF+q7mc=
853+
github.com/cosmos/ibc-go/v10 v10.1.1 h1:Mtl0Ydr9dVdOrPqmxCAG49RmX2/VDYeKYdwv3G2y0g8=
854+
github.com/cosmos/ibc-go/v10 v10.1.1/go.mod h1:0pJCkgEYRMygqkvUcwy6Kuf5wPfIsObRoxFU2DJEil4=
855855
github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU=
856856
github.com/cosmos/ics23/go v0.11.0/go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0=
857857
github.com/cosmos/interchaintest/v8 v8.8.2-0.20250224162529-535379c62c73 h1:cIWTHr2fXdqNrVaFHz92g28SeYKDkF1PN6/Tm+kZMdQ=

tests/mbt/driver/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func newChain(
248248
t *testing.T,
249249
modelParams ModelParams,
250250
coord *ibctesting.Coordinator,
251-
appInit icstestingutils.AppIniter,
251+
appInit ibctesting.AppCreator,
252252
chainID string,
253253
validators *cmttypes.ValidatorSet,
254254
signers map[string]cmttypes.PrivValidator,

testutil/ibc_testing/generic_setup.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package ibc_testing
22

33
import (
4-
"encoding/json"
54
"fmt"
65
"testing"
76

@@ -25,8 +24,7 @@ import (
2524
)
2625

2726
type (
28-
AppIniter func() (ibctesting.TestingApp, map[string]json.RawMessage)
29-
ValSetAppIniter func([]types.ValidatorUpdate) AppIniter
27+
ValSetAppIniter func([]types.ValidatorUpdate) ibctesting.AppCreator
3028
)
3129

3230
// Contains generic setup code for running integration tests against a provider, consumer,
@@ -80,7 +78,7 @@ func (cb ConsumerBundle) GetKeeper() consumerkeeper.Keeper {
8078
}
8179

8280
// AddProvider adds a new provider chain to the coordinator and returns the test chain and app type
83-
func AddProvider[T testutil.ProviderApp](t *testing.T, coordinator *ibctesting.Coordinator, appIniter AppIniter) (
81+
func AddProvider[T testutil.ProviderApp](t *testing.T, coordinator *ibctesting.Coordinator, appIniter ibctesting.AppCreator) (
8482
*ibctesting.TestChain, T,
8583
) {
8684
t.Helper()

testutil/ibc_testing/specific_setup.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ import (
2626
)
2727

2828
var (
29-
_ AppIniter = ProviderAppIniter
30-
_ ValSetAppIniter = ConsumerAppIniter
31-
_ ValSetAppIniter = DemocracyConsumerAppIniter
29+
_ ibctesting.AppCreator = ProviderAppIniter
30+
_ ValSetAppIniter = ConsumerAppIniter
31+
_ ValSetAppIniter = DemocracyConsumerAppIniter
3232
)
3333

3434
// ProviderAppIniter implements ibctesting.AppIniter for a provider app
@@ -39,7 +39,7 @@ func ProviderAppIniter() (ibctesting.TestingApp, map[string]json.RawMessage) {
3939
}
4040

4141
// ConsumerAppIniter returns a ibctesting.ValSetAppIniter for a consumer app
42-
func ConsumerAppIniter(initValPowers []types.ValidatorUpdate) AppIniter {
42+
func ConsumerAppIniter(initValPowers []types.ValidatorUpdate) ibctesting.AppCreator {
4343
return func() (ibctesting.TestingApp, map[string]json.RawMessage) {
4444
encoding := appConsumer.MakeTestEncodingConfig()
4545
testApp := appConsumer.New(log.NewNopLogger(), db.NewMemDB(), nil, true, simtestutil.EmptyAppOptions{})
@@ -63,7 +63,7 @@ func ConsumerAppIniter(initValPowers []types.ValidatorUpdate) AppIniter {
6363
}
6464

6565
// DemocracyConsumerAppIniter implements ibctesting.ValSetAppIniter for a democracy consumer app
66-
func DemocracyConsumerAppIniter(initValPowers []types.ValidatorUpdate) AppIniter {
66+
func DemocracyConsumerAppIniter(initValPowers []types.ValidatorUpdate) ibctesting.AppCreator {
6767
return func() (ibctesting.TestingApp, map[string]json.RawMessage) {
6868
encoding := appConsumerDemocracy.MakeTestEncodingConfig()
6969
testApp := appConsumerDemocracy.New(log.NewNopLogger(), db.NewMemDB(), nil, true, simtestutil.EmptyAppOptions{})

0 commit comments

Comments
 (0)