[DO NOT MERGE] v0.50.x integration CI tests #24
ci-release.yml
on: pull_request
goreleaser
/
goreleaser-check
lint
/
golangci-lint
3m 46s
lint
/
...
/
hadolint
6s
lint
/
yamllint
6s
markdown-linter
/
markdown-lint
12s
markdown-linter
/
markdown-link-check
2m 33s
test
/
test-short
24s
test
/
test
21s
test
/
test-coverage
17s
test
/
test-race
19s
test
/
test-fuzz
19s
goreleaser
/
goreleaser
Annotations
15 errors
test / test-coverage
Process completed with exit code 2.
|
test / test-race
Process completed with exit code 2.
|
test / test-fuzz
Process completed with exit code 2.
|
test / test
Process completed with exit code 2.
|
test / test-short
Process completed with exit code 2.
|
lint / golangci-lint:
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
|
lint / golangci-lint:
x/blob/types/blob_tx.go#L122
undefined: tmproto.BlobTx) (typecheck)
|
lint / golangci-lint:
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
|
lint / golangci-lint:
x/blob/types/blob_tx.go#L122
undefined: tmproto.BlobTx) (typecheck)
|
lint / golangci-lint:
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)
|
lint / golangci-lint:
x/minfee/genesis.pb.go#L30
undefined: github_com_cosmos_cosmos_sdk_types.Dec
|
lint / golangci-lint:
x/minfee/params.go#L17
undefined: sdk.Dec
|
lint / golangci-lint:
x/minfee/params.go#L29
undefined: sdk.Dec
|
lint / golangci-lint:
x/minfee/query.pb.go#L73
undefined: github_com_cosmos_cosmos_sdk_types.Dec
|
lint / golangci-lint:
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)
|