feat: add provider info query #3506
Annotations
6 errors
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)
|
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)
|
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)
|
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)
|
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)
|
|
The logs for this run have expired and are no longer available.
Loading