Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: v10 #1252

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

feat: v10 #1252

wants to merge 16 commits into from

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented Sep 9, 2024

ref: #1251

NOTE: Videos are being worked on during this process to help future contributors (internal & external) for how to update ICT)

TODO:

  • make v8 branch off main before merge
  • re-add local-ic after ict is good

Copy link

vercel bot commented Sep 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
interchaintest-docs ⬜️ Ignored (Inspect) Visit Preview Sep 17, 2024 1:42am

@Reecepbcups
Copy link
Member Author

Reecepbcups commented Sep 16, 2024

Currently blocked on upstream v9 work. PR linked above to get IBC-Go to compile with v0.52 so this can continue and get working

Running tool: /home/reece/.gvm/gos/go1.23.1/bin/go test -timeout 3000s -run ^TestJunoStateExport$ github.com/strangelove-ventures/interchaintest/v9/examples/cosmos -v

github.com/docker/distribution/reference

/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/github.com/docker/[email protected]+incompatible/reference/reference_deprecated.go:122:19: undefined: reference.SplitHostname

github.com/cosmos/ibc-go/v9/modules/core/02-client

/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/abci.go:26:29: ctx.NextValidatorsHash undefined (type "context".Context has no field or method NextValidatorsHash)

github.com/cosmos/ibc-go/v9/modules/apps/transfer/simulation

/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/apps/transfer/simulation/proposals.go:27:4: cannot use SimulateMsgUpdateParams (value of type func(_ *"math/rand".Rand, _ "github.com/cosmos/cosmos-sdk/types".Context, _ []"github.com/cosmos/cosmos-sdk/types/simulation".Account) interface{ProtoMessage(); Reset(); String() string}) as "github.com/cosmos/cosmos-sdk/types/simulation".MsgSimulatorFn value in argument to simulation.NewWeightedProposalMsg

cosmossdk.io/x/mint

/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/cosmossdk.io/x/[email protected]/epoch_hooks.go:9:32: cannot use AppModule{} (value of type AppModule) as "cosmossdk.io/x/epochs/types".EpochHooks value in variable declaration: AppModule does not implement "cosmossdk.io/x/epochs/types".EpochHooks (missing method GetModuleName)
/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/cosmossdk.io/x/[email protected]/depinject.go:93:103: cannot use m (variable of type AppModule) as "cosmossdk.io/x/epochs/types".EpochHooks value in struct literal: AppModule does not implement "cosmossdk.io/x/epochs/types".EpochHooks (missing method GetModuleName)

github.com/cosmos/ibc-go/v9/modules/core/keeper

/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/keeper/keeper.go:57:37: cannot use scopedKeeper (variable of type "github.com/cosmos/ibc-go/modules/capability/keeper".ScopedKeeper) as "github.com/cosmos/ibc-go/v9/modules/core/exported".ScopedKeeper value in argument to portkeeper.NewKeeper: "github.com/cosmos/ibc-go/modules/capability/keeper".ScopedKeeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/exported".ScopedKeeper (wrong type for method AuthenticateCapability)
have AuthenticateCapability("github.com/cosmos/cosmos-sdk/types".Context, *"github.com/cosmos/ibc-go/modules/capability/types".Capability, string) bool
want AuthenticateCapability("context".Context, *"github.com/cosmos/ibc-go/modules/capability/types".Capability, string) bool
/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/keeper/keeper.go:58:97: cannot use scopedKeeper (variable of type "github.com/cosmos/ibc-go/modules/capability/keeper".ScopedKeeper) as "github.com/cosmos/ibc-go/v9/modules/core/exported".ScopedKeeper value in argument to channelkeeper.NewKeeper: "github.com/cosmos/ibc-go/modules/capability/keeper".ScopedKeeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/exported".ScopedKeeper (wrong type for method AuthenticateCapability)
have AuthenticateCapability("github.com/cosmos/cosmos-sdk/types".Context, *"github.com/cosmos/ibc-go/modules/capability/types".Capability, string) bool
want AuthenticateCapability("context".Context, *"github.com/cosmos/ibc-go/modules/capability/types".Capability, string) bool
FAIL github.com/strangelove-ventures/interchaintest/v9/examples/cosmos [build failed]

@Reecepbcups
Copy link
Member Author

github.com/docker/distribution/reference

/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/github.com/docker/[email protected]+incompatible/reference/reference_deprecated.go:122:19: undefined: reference.SplitHostname

github.com/cometbft/cometbft/crypto/secp256k1

/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/github.com/cometbft/[email protected]/crypto/secp256k1/secp256k1.go:131:14: assignment mismatch: 2 variables but ecdsa.SignCompact returns 1 value

cosmossdk.io/store/wrapper

/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/cosmossdk.io/[email protected]/wrapper/wrapper.go:20:38: undefined: idb.Batch
/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/cosmossdk.io/[email protected]/wrapper/wrapper.go:24:54: undefined: idb.Batch
/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/cosmossdk.io/[email protected]/wrapper/wrapper.go:28:56: undefined: idb.Iterator
/home/reece/.gvm/pkgsets/go1.23.1/global/pkg/mod/cosmossdk.io/[email protected]/wrapper/wrapper.go:32:63: undefined: idb.Iterator
FAIL github.com/strangelove-ventures/interchaintest/v9/examples/cosmos [build failed]

@Reecepbcups Reecepbcups changed the title feat: v9 feat: v10 Oct 1, 2024
@Reecepbcups
Copy link
Member Author

SDK v0.52 is now IBC v10. v9 is still sdk v0.50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant