This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Github ci test #3
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors
go:
testutil/network/network.go#L72
cannot use simtestutil.EmptyAppOptions{} (value of type sims.EmptyAppOptions) as []"github.com/CosmWasm/wasmd/x/wasm/types".ProposalType value in argument to app.New
|
go:
testutil/network/network.go#L73
cannot use baseapp.SetPruning(pruningtypes.NewPruningOptionsFromString(val.GetAppConfig().Pruning)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
|
go:
testutil/network/network.go#L74
cannot use baseapp.SetMinGasPrices(val.GetAppConfig().MinGasPrices) (value of type func(*baseapp.BaseApp)) as []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option value in argument to app.New
|
go
Process completed with exit code 1.
|