Upgrade CometBFT to Include the Latest Security Fixes #177
Annotations
10 errors and 3 warnings
Run golangci/golangci-lint-action@v2:
app/app.go#L49
could not import github.com/cosmos/cosmos-sdk/server (-: # github.com/cosmos/cosmos-sdk/server
|
Run golangci/golangci-lint-action@v2
cannot use blockStoreDB (variable of type "github.com/cometbft/cometbft-db".DB) as "github.com/cometbft/cometbft-db".Batch value in argument to store.SaveBlockStoreState: "github.com/cometbft/cometbft-db".DB does not implement "github.com/cometbft/cometbft-db".Batch (missing method Write)) (typecheck)
|
Run golangci/golangci-lint-action@v2:
app/app.go#L154
cannot use mintModule{} (value of type mintModule) as "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic value in argument to module.NewBasicManager: mintModule does not implement "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic (missing method Name) (typecheck)
|
Run golangci/golangci-lint-action@v2:
app/app.go#L156
cannot use distrModule{} (value of type distrModule) as "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic value in argument to module.NewBasicManager: distrModule does not implement "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic (missing method Name) (typecheck)
|
Run golangci/golangci-lint-action@v2:
app/app.go#L157
cannot use stakingModule{} (value of type stakingModule) as "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic value in argument to module.NewBasicManager: stakingModule does not implement "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic (missing method Name) (typecheck)
|
Run golangci/golangci-lint-action@v2:
app/app.go#L307
app.ConsensusParamsKeeper undefined (type *App has no field or method ConsensusParamsKeeper) (typecheck)
|
Run golangci/golangci-lint-action@v2:
app/app.go#L313
app.ConsensusParamsKeeper undefined (type *App has no field or method ConsensusParamsKeeper) (typecheck)
|
Run golangci/golangci-lint-action@v2:
app/app.go#L316
app.CapabilityKeeper undefined (type *App has no field or method CapabilityKeeper) (typecheck)
|
Run golangci/golangci-lint-action@v2:
app/app.go#L323
app.CapabilityKeeper undefined (type *App has no field or method CapabilityKeeper) (typecheck)
|
Run golangci/golangci-lint-action@v2:
app/app.go#L324
app.CapabilityKeeper undefined (type *App has no field or method CapabilityKeeper) (typecheck)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run golangci/golangci-lint-action@v2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run golangci/golangci-lint-action@v2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading