update method signatures of verify functions #8350
Annotations
10 errors and 1 warning
build (arm)
cannot use connectionKeeper (variable of type *"github.com/cosmos/ibc-go/v9/modules/core/03-connection/keeper".Keeper) as "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".ConnectionKeeper value in argument to channelkeeper.NewKeeper: *"github.com/cosmos/ibc-go/v9/modules/core/03-connection/keeper".Keeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".ConnectionKeeper (wrong type for method VerifyChannelUpgrade)
|
build (arm)
Process completed with exit code 1.
|
build (arm64)
The job was canceled because "arm" failed.
|
build (arm64)
cannot use connectionKeeper (variable of type *"github.com/cosmos/ibc-go/v9/modules/core/03-connection/keeper".Keeper) as "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".ConnectionKeeper value in argument to channelkeeper.NewKeeper: *"github.com/cosmos/ibc-go/v9/modules/core/03-connection/keeper".Keeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".ConnectionKeeper (wrong type for method VerifyChannelUpgrade)
|
build (arm64)
The operation was canceled.
|
build (amd64)
The job was canceled because "arm" failed.
|
build (amd64)
cannot use connectionKeeper (variable of type *"github.com/cosmos/ibc-go/v9/modules/core/03-connection/keeper".Keeper) as "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".ConnectionKeeper value in argument to channelkeeper.NewKeeper: *"github.com/cosmos/ibc-go/v9/modules/core/03-connection/keeper".Keeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".ConnectionKeeper (wrong type for method VerifyChannelUpgrade)
|
build (amd64)
The operation was canceled.
|
tests
cannot use connectionKeeper (variable of type *"github.com/cosmos/ibc-go/v9/modules/core/03-connection/keeper".Keeper) as "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".ConnectionKeeper value in argument to channelkeeper.NewKeeper: *"github.com/cosmos/ibc-go/v9/modules/core/03-connection/keeper".Keeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".ConnectionKeeper (wrong type for method VerifyChannelUpgrade)
|
tests
Process completed with exit code 1.
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ibc-go/ibc-go. Supported file pattern: go.sum
|