Skip to content

chore: adding implementation for SendPacket message server #2616

chore: adding implementation for SendPacket message server

chore: adding implementation for SendPacket message server #2616

Triggered via pull request October 3, 2024 12:40
Status Failure
Total duration 3m 38s
Artifacts

golangci-feature.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: modules/core/04-channel/v2/keeper/msg_server.go#L13
cannot use &Keeper{} (value of type *Keeper) as "github.com/cosmos/ibc-go/v9/modules/core/04-channel/v2/types".PacketMsgServer value in variable declaration: *Keeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/04-channel/v2/types".PacketMsgServer (missing method Acknowledgement) (typecheck)
lint: modules/core/keeper/keeper.go#L16
could not import github.com/cosmos/ibc-go/v9/modules/core/04-channel/v2/keeper (-: # github.com/cosmos/ibc-go/v9/modules/core/04-channel/v2/keeper
lint: modules/core/04-channel/v2/keeper/msg_server.go#L13
cannot use &Keeper{} (value of type *Keeper) as "github.com/cosmos/ibc-go/v9/modules/core/04-channel/v2/types".PacketMsgServer value in variable declaration: *Keeper does not implement "github.com/cosmos/ibc-go/v9/modules/core/04-channel/v2/types".PacketMsgServer (missing method Acknowledgement)) (typecheck)
lint: modules/core/04-channel/v2/types/channel.go#L13
unused-receiver: method receiver 'p' is not referenced in method's body, consider removing or renaming it as _ (revive)
lint
issues found
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ibc-go/ibc-go. Supported file pattern: go.sum