Skip to content

Problem: ibc-go v9 is not used #2994

Problem: ibc-go v9 is not used

Problem: ibc-go v9 is not used #2994

Triggered via pull request January 14, 2025 08:29
@mmsqemmsqe
synchronize #1731
yihuang:ibc-v9
Status Success
Total duration 11m 21s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

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