Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Feat/upgrade app v2 #164

Feat/upgrade app v2

Feat/upgrade app v2 #164

Triggered via pull request February 26, 2024 14:21
Status Failure
Total duration 2m 21s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
go: testutil/network/network.go#L73
too many return values
go: testutil/network/network.go#L78
cannot use 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)
go: testutil/network/network.go#L79
cannot use val.GetCtx().Config.RootDir (variable of type string) as func(*baseapp.BaseApp) value in argument to app.New
go: testutil/network/network.go#L80
cannot use 0 (untyped int constant) as func(*baseapp.BaseApp) value in argument to app.New
go: testutil/network/network.go#L81
cannot use encoding (variable of type "github.com/mycel-domain/mycel/app/params".EncodingConfig) as func(*baseapp.BaseApp) value in argument to app.New
go: testutil/network/network.go#L82
cannot use simtestutil.EmptyAppOptions{} (value of type sims.EmptyAppOptions) as func(*baseapp.BaseApp) value in argument to app.New
go: testutil/network/network.go#L83
cannot use wasmOpt (variable of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to app.New
go: x/epochs/keeper/setup_test.go#L38
suite.app.InterfaceRegistry undefined (type *"github.com/mycel-domain/mycel/app".App has no field or method InterfaceRegistry)
go: x/furnace/keeper/setup_test.go#L38
suite.app.InterfaceRegistry undefined (type *"github.com/mycel-domain/mycel/app".App has no field or method InterfaceRegistry)
go: x/registry/keeper/setup_test.go#L45
suite.app.InterfaceRegistry undefined (type *"github.com/mycel-domain/mycel/app".App has no field or method InterfaceRegistry)
go
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.