[DO NOT MERGE] v0.50.x integration CI tests #24
Annotations
10 errors
Run golangci/golangci-lint-action@v6.3.0:
x/blob/ante/ante.go#L6
could not import github.com/celestiaorg/celestia-app/v3/x/blob/types (-: # github.com/celestiaorg/celestia-app/v3/x/blob/types
|
Run golangci/golangci-lint-action@v6.3.0:
x/blob/types/blob_tx.go#L122
undefined: tmproto.BlobTx) (typecheck)
|
Run golangci/golangci-lint-action@v6.3.0:
x/blob/keeper/grpc_query.go#L4
could not import github.com/celestiaorg/celestia-app/v3/x/blob/types (-: # github.com/celestiaorg/celestia-app/v3/x/blob/types
|
Run golangci/golangci-lint-action@v6.3.0:
x/blob/types/blob_tx.go#L122
undefined: tmproto.BlobTx) (typecheck)
|
Run golangci/golangci-lint-action@v6.3.0:
x/blob/keeper/keeper.go#L41
cannot use ctx.Logger().With("module", fmt.Sprintf("x/%s", types.ModuleName)) (value of type "cosmossdk.io/log".Logger) as "github.com/cometbft/cometbft/libs/log".Logger value in return statement: "cosmossdk.io/log".Logger does not implement "github.com/cometbft/cometbft/libs/log".Logger (wrong type for method With)
|
Run golangci/golangci-lint-action@v6.3.0:
x/minfee/genesis.pb.go#L30
undefined: github_com_cosmos_cosmos_sdk_types.Dec
|
Run golangci/golangci-lint-action@v6.3.0:
x/minfee/params.go#L17
undefined: sdk.Dec
|
Run golangci/golangci-lint-action@v6.3.0:
x/minfee/params.go#L29
undefined: sdk.Dec
|
Run golangci/golangci-lint-action@v6.3.0:
x/minfee/query.pb.go#L73
undefined: github_com_cosmos_cosmos_sdk_types.Dec
|
Run golangci/golangci-lint-action@v6.3.0:
x/minfee/module.go#L22
cannot use AppModule{} (value of type AppModule) as module.AppModule value in variable declaration: AppModule does not implement module.AppModule (missing method IsAppModule)
|
Loading