Problem: sdk 0.50 is not used #2817
Annotations
6 errors and 1 warning
check:
x/nft/client/testutil/test_helpers.go#L32
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)
|
check:
x/nft/client/testutil/test_helpers.go#L32
cannot use ctx.Config.RootDir (variable of type string) as func(*baseapp.BaseApp) value in argument to app.New
|
check:
x/nft/client/testutil/test_helpers.go#L32
cannot use 0 (untyped int constant) as func(*baseapp.BaseApp) value in argument to app.New
|
check:
x/nft/client/testutil/test_helpers.go#L33
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
|
check:
x/nft/client/testutil/test_helpers.go#L34
cannot use simtestutil.EmptyAppOptions{} (value of type sims.EmptyAppOptions) as func(*baseapp.BaseApp) value in argument to app.New
|
check
Process completed with exit code 1.
|
check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|