Skip to content

Onrecvpacket implementation based on Vuong's idea #250

Onrecvpacket implementation based on Vuong's idea

Onrecvpacket implementation based on Vuong's idea #250

Triggered via pull request May 9, 2023 04:14
Status Failure
Total duration 2m 8s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: x/transfermiddleware/types/errors.go#L8
SA1019: sdkerrors.Register is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
lint: x/transfermiddleware/types/errors.go#L9
SA1019: sdkerrors.Register is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
lint: x/transfermiddleware/types/errors.go#L10
SA1019: sdkerrors.Register is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
lint: x/transfermiddleware/types/msg.go#L25
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
lint: x/transfermiddleware/types/msg.go#L52
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
lint: x/transfermiddleware/ibc_middleware.go#L148
im.keeper.OnAcknowledgementPacket undefined (type keeper.Keeper has no field or method OnAcknowledgementPacket) (typecheck)
lint: app/ibctesting/chain.go#L573
cannot use TestingAppDecorator{} (value of type TestingAppDecorator) as "github.com/cosmos/ibc-go/v7/testing".TestingApp value in variable declaration: TestingAppDecorator does not implement "github.com/cosmos/ibc-go/v7/testing".TestingApp (missing method AppCodec) (typecheck)
lint: app/ibctesting/chain.go#L123
cannot use app (variable of type *TestingAppDecorator) as "github.com/cosmos/ibc-go/v7/testing".TestingApp value in struct literal: *TestingAppDecorator does not implement "github.com/cosmos/ibc-go/v7/testing".TestingApp (missing method AppCodec) (typecheck)
lint: app/ibctesting/chain.go#L127
app.AppCodec undefined (type *TestingAppDecorator has no field or method AppCodec) (typecheck)
lint: app/ibctesting/chain.go#L570
impossible type assertion: chain.App.(*TestingAppDecorator)