Problem: sdk 0.50 is not used #2819
Annotations
10 errors and 1 warning
x/nft/client/testutil/test_helpers.go#L1
: # github.com/crypto-org-chain/chain-main/v4/x/nft/client/testutil
|
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)
|
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
|
x/nft/client/testutil/test_helpers.go#L32
cannot use 0 (untyped int constant) as func(*baseapp.BaseApp) value in argument to app.New
|
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
|
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 (typecheck)
|
app/ante.go#L1
: # github.com/crypto-org-chain/chain-main/v4/app [github.com/crypto-org-chain/chain-main/v4/app.test]
|
app/export_test.go#L25
undefined: Setup (typecheck)
|
x/nft/keeper/collection_test.go#L1
: # github.com/crypto-org-chain/chain-main/v4/x/nft/keeper_test [github.com/crypto-org-chain/chain-main/v4/x/nft/keeper.test]
|
x/nft/keeper/keeper_test.go#L65
undefined: app.Setup (typecheck)
|
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, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading