Problem: sdk 50 is not integrated #2287
Annotations
7 errors and 2 warnings
Autobuild
undefined: app.MakeEncodingConfig
|
Autobuild
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)
|
Autobuild
cannot use map[int64]bool{} (value of type map[int64]bool) as func(*baseapp.BaseApp) value in argument to app.New
|
Autobuild
cannot use dir (variable of type string) as func(*baseapp.BaseApp) value in argument to app.New
|
Autobuild
cannot use 0 (untyped int constant) as func(*baseapp.BaseApp) value in argument to app.New
|
Autobuild
cannot use simtestutil.EmptyAppOptions{} (value of type sims.EmptyAppOptions) as func(*baseapp.BaseApp) value in argument to app.New
|
Autobuild
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
|
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/.
|
Initialize CodeQL
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/
|
Loading