[POC] msgServerV2 implementation #9533
Annotations
10 errors and 1 warning
build (arm)
cannot use (*Keeper)(nil) (value of type *Keeper) as "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".MsgServer value in variable declaration: *Keeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".MsgServer (missing method SendPacket)
|
build (arm)
Process completed with exit code 1.
|
build (arm64)
The job was canceled because "arm" failed.
|
build (arm64)
cannot use (*Keeper)(nil) (value of type *Keeper) as "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".MsgServer value in variable declaration: *Keeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".MsgServer (missing method SendPacket)
|
build (arm64)
Process completed with exit code 1.
|
build (amd64)
The job was canceled because "arm" failed.
|
build (amd64)
cannot use (*Keeper)(nil) (value of type *Keeper) as "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".MsgServer value in variable declaration: *Keeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".MsgServer (missing method SendPacket)
|
build (amd64)
Process completed with exit code 1.
|
tests
cannot use (*Keeper)(nil) (value of type *Keeper) as "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".MsgServer value in variable declaration: *Keeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/04-channel/types".MsgServer (missing method SendPacket)
|
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
|