-
Notifications
You must be signed in to change notification settings - Fork 122
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
base: main
Are you sure you want to change the base?
feat: v10 #1252
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
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) 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) |
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 |
SDK v0.52 is now IBC v10. v9 is still sdk v0.50 |
ref: #1251
NOTE: Videos are being worked on during this process to help future contributors (internal & external) for how to update ICT)
TODO: