Problem: ibc-go v9 is not used #2995
Annotations
11 errors and 1 warning
Analyze (go)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
Analyze (go):
x/cronos/middleware/conversion_middleware.go#L226
undefined: transferTypes.GetDenomPrefix
|
Analyze (go):
x/cronos/middleware/conversion_middleware.go#L227
data.Denom undefined (type "github.com/cosmos/ibc-go/v9/modules/apps/transfer/types".FungibleTokenPacketDataV2 has no field or method Denom)
|
Analyze (go):
x/cronos/middleware/conversion_middleware.go#L228
undefined: transferTypes.ParseDenomTrace
|
Analyze (go)
undefined: transferTypes.GetDenomPrefix
|
Analyze (go)
data.Denom undefined (type "github.com/cosmos/ibc-go/v9/modules/apps/transfer/types".FungibleTokenPacketDataV2 has no field or method Denom)
|
Analyze (go)
undefined: transferTypes.ParseDenomTrace
|
Analyze (go)
cannot use (*Store)(nil) (value of type *Store) as "cosmossdk.io/store/types".CommitMultiStore value in variable declaration: *Store does not implement "cosmossdk.io/store/types".CommitMultiStore (missing method GetObjKVStore)
|
Analyze (go)
cannot use cms (variable of type *"github.com/crypto-org-chain/cronos/store/rootmulti".Store) as "cosmossdk.io/store/types".CommitMultiStore value in argument to bapp.SetCMS: *"github.com/crypto-org-chain/cronos/store/rootmulti".Store does not implement "cosmossdk.io/store/types".CommitMultiStore (missing method GetObjKVStore)
|
Analyze (go)
too many arguments in call to ibckeeper.NewKeeper
|
Analyze (go)
not enough arguments in call to icahostkeeper.NewKeeper
|
Analyze (go)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|