Change prefix to pica #944
Annotations
10 errors
golangci-lint:
app/app.go#L1
: # github.com/notional-labs/composable/v6/app
|
golangci-lint:
app/app.go#L554
undefined: prepare (typecheck)
|
golangci-lint:
app/helpers/test_helpers.go#L30
could not import github.com/notional-labs/composable/v6/app (-: # github.com/notional-labs/composable/v6/app
|
golangci-lint:
app/app.go#L554
undefined: prepare) (typecheck)
|
golangci-lint:
app/ibctesting/chain.go#L57
could not import github.com/notional-labs/composable/v6/app (-: # github.com/notional-labs/composable/v6/app
|
golangci-lint:
app/app.go#L554
undefined: prepare) (typecheck)
|
golangci-lint:
app/ibctesting/chain.go#L709
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)
|
golangci-lint:
app/ibctesting/chain.go#L143
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)
|
golangci-lint:
app/ibctesting/chain.go#L147
app.AppCodec undefined (type *TestingAppDecorator has no field or method AppCodec) (typecheck)
|
golangci-lint:
app/ibctesting/chain.go#L639
impossible type assertion: chain.App.(*TestingAppDecorator)
|
The logs for this run have expired and are no longer available.
Loading