Skip to content

Problem: parallel tx execution not integrated #2326

Problem: parallel tx execution not integrated

Problem: parallel tx execution not integrated #2326

Triggered via pull request April 8, 2024 02:33
Status Success
Total duration 10m 58s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Analyze (go)
undefined: app.MakeEncodingConfig
Analyze (go)
cannot use true (constant of type bool) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: bool does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
Analyze (go)
cannot use map[int64]bool{} (value of type map[int64]bool) as func(*baseapp.BaseApp) value in argument to app.New
Analyze (go)
cannot use dir (variable of type string) as func(*baseapp.BaseApp) value in argument to app.New
Analyze (go)
cannot use 0 (untyped int constant) as func(*baseapp.BaseApp) value in argument to app.New
Analyze (go)
cannot use simtestutil.EmptyAppOptions{} (value of type sims.EmptyAppOptions) as func(*baseapp.BaseApp) value in argument to app.New
Analyze (go)
cannot use abci.RequestInitChain{…} (value of type "github.com/cometbft/cometbft/abci/types".RequestInitChain) as *"github.com/cometbft/cometbft/abci/types".RequestInitChain value in argument to a.InitChain
Analyze (go)
qms.LatestVersion undefined (type "cosmossdk.io/store/types".MultiStore has no field or method LatestVersion)
Analyze (go)
qms.CacheMultiStoreWithVersion undefined (type "cosmossdk.io/store/types".MultiStore has no field or method CacheMultiStoreWithVersion)
Analyze (go)
qms.LatestVersion undefined (type "cosmossdk.io/store/types".MultiStore has no field or method LatestVersion)
Analyze (go)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (go)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/