Skip to content

feat: add provider info query #3506

feat: add provider info query

feat: add provider info query #3506

Triggered via pull request July 31, 2023 14:50
Status Failure
Total duration 1m 22s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
SonarCloud: app/consumer/app.go#L366
cannot use app.IBCKeeper.ConnectionKeeper (variable of type "github.com/cosmos/ibc-go/v7/modules/core/03-connection/keeper".Keeper) as "github.com/cosmos/interchain-security/v3/x/ccv/types".ConnectionKeeper value in argument to ibcconsumerkeeper.NewKeeper: "github.com/cosmos/ibc-go/v7/modules/core/03-connection/keeper".Keeper does not implement "github.com/cosmos/interchain-security/v3/x/ccv/types".ConnectionKeeper (missing method GetChannelConnection)
SonarCloud: app/consumer-democracy/app.go#L461
cannot use app.IBCKeeper.ConnectionKeeper (variable of type "github.com/cosmos/ibc-go/v7/modules/core/03-connection/keeper".Keeper) as "github.com/cosmos/interchain-security/v3/x/ccv/types".ConnectionKeeper value in argument to consumerkeeper.NewKeeper: "github.com/cosmos/ibc-go/v7/modules/core/03-connection/keeper".Keeper does not implement "github.com/cosmos/interchain-security/v3/x/ccv/types".ConnectionKeeper (missing method GetChannelConnection)
SonarCloud: testutil/keeper/unit_test_helpers.go#L122
cannot use mocks.MockConnectionKeeper (variable of type *MockConnectionKeeper) as "github.com/cosmos/interchain-security/v3/x/ccv/types".ConnectionKeeper value in argument to providerkeeper.NewKeeper: *MockConnectionKeeper does not implement "github.com/cosmos/interchain-security/v3/x/ccv/types".ConnectionKeeper (missing method GetChannelConnection)
SonarCloud: testutil/keeper/unit_test_helpers.go#L143
cannot use mocks.MockConnectionKeeper (variable of type *MockConnectionKeeper) as "github.com/cosmos/interchain-security/v3/x/ccv/types".ConnectionKeeper value in argument to consumerkeeper.NewKeeper: *MockConnectionKeeper does not implement "github.com/cosmos/interchain-security/v3/x/ccv/types".ConnectionKeeper (missing method GetChannelConnection)
SonarCloud: app/provider/app.go#L421
cannot use app.IBCKeeper.ConnectionKeeper (variable of type "github.com/cosmos/ibc-go/v7/modules/core/03-connection/keeper".Keeper) as "github.com/cosmos/interchain-security/v3/x/ccv/types".ConnectionKeeper value in argument to ibcproviderkeeper.NewKeeper: "github.com/cosmos/ibc-go/v7/modules/core/03-connection/keeper".Keeper does not implement "github.com/cosmos/interchain-security/v3/x/ccv/types".ConnectionKeeper (missing method GetChannelConnection)
SonarCloud
Process completed with exit code 1.