Skip to content

Onrecvpacket implementation based on Vuong's idea #251

Onrecvpacket implementation based on Vuong's idea

Onrecvpacket implementation based on Vuong's idea #251

Triggered via pull request May 9, 2023 09:12
Status Failure
Total duration 52s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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)
lint: cmd/banksyd/cmd/root.go#L30
"github.com/cosmos/cosmos-sdk/x/genutil" imported and not used (typecheck)
lint: x/transfermiddleware/keeper/genesis.go#L12
Error return value of `k.AddParachainIBCInfo` is not checked (errcheck)
lint: x/transfermiddleware/keeper/ibc.go#L41
Error return value of `keeper.SendPacket` is not checked (errcheck)
lint: x/transfermiddleware/keeper/ibc.go#L55
Error return value of `keeper.bankKeeper.BurnCoins` is not checked (errcheck)
lint: x/transfermiddleware/keeper/ibc.go#L59
Error return value of `keeper.bankKeeper.SendCoinsFromModuleToAccount` is not checked (errcheck)