Skip to content

feat(app): v2 wiring #18

feat(app): v2 wiring

feat(app): v2 wiring #18

Triggered via pull request July 17, 2024 14:02
Status Failure
Total duration 2m 30s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

16 errors
tidy
Process completed with exit code 1.
build amd64 for darwin: app/encoding.go#L21
cannot use []wasmkeeper.Option{} (value of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to NewApp
build amd64 for darwin: app/genesis.go#L31
cannot use []wasmkeeper.Option{} (value of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to NewApp
build amd64 for darwin: app/test_helpers.go#L186
cannot use opts (variable of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to NewApp
build amd64 for darwin: app/test_helpers.go#L340
cannot use emptyWasmOptions (variable of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to NewApp
build amd64 for darwin: app/test_helpers.go#L345
cannot use emptyWasmOptions (variable of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to NewApp
build amd64 for darwin: app/upgrades.go#L29
app.configurator undefined (type TokenFactoryApp has no field or method configurator, but does have Configurator)
build amd64 for darwin
Process completed with exit code 2.
build amd64 for linux
The job was canceled because "amd64_darwin" failed.
build amd64 for linux: app/encoding.go#L21
cannot use []wasmkeeper.Option{} (value of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to NewApp
build amd64 for linux: app/genesis.go#L31
cannot use []wasmkeeper.Option{} (value of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to NewApp
build amd64 for linux: app/test_helpers.go#L186
cannot use opts (variable of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to NewApp
build amd64 for linux: app/test_helpers.go#L340
cannot use emptyWasmOptions (variable of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to NewApp
build amd64 for linux: app/test_helpers.go#L345
cannot use emptyWasmOptions (variable of type []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option) as func(*baseapp.BaseApp) value in argument to NewApp
build amd64 for linux: app/upgrades.go#L29
app.configurator undefined (type TokenFactoryApp has no field or method configurator, but does have Configurator)
build amd64 for linux
The operation was canceled.