Problem: sdk 0.50 is not used #706
Annotations
5 errors and 2 warnings
Analyze (go)
cannot use make(map[int64]bool) (value of type map[int64]bool) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: map[int64]bool does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
|
Analyze (go)
cannot use ctx.Config.RootDir (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 app.MakeEncodingConfig() (value of type "github.com/crypto-org-chain/chain-main/v4/app/params".EncodingConfig) 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)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|