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 24s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
tests: 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
tests: 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
tests: 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
tests: 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
tests: 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
tests: app/upgrades.go#L29
app.configurator undefined (type TokenFactoryApp has no field or method configurator, but does have Configurator)
tests
Process completed with exit code 2.