feat: upgrade Cosmos SDK to v0.47 #8469
Annotations
9 errors
build:
app/testsuite/helpers.go#L33
undefined: abci.ConsensusParams
|
build:
app/testsuite/helpers.go#L34
undefined: abci.BlockParams
|
build:
app/testsuite/helpers.go#L57
undefined: app.EncodingConfig
|
build:
app/testsuite/helpers.go#L92
cannot use options.AppOpts (variable of type "github.com/cosmos/cosmos-sdk/server/types".AppOptions) as func(*baseapp.BaseApp) value in argument to app.NewRegenApp
|
build:
app/testsuite/helpers.go#L172
not enough arguments in call to banktypes.NewGenesisState
|
build:
app/testsuite/network_config.go#L21
undefined: app.EncodingConfig
|
build:
app/testsuite/network_config.go#L22
cannot use func(val network.Validator) servertypes.Application {…} (value of type func(val network.Validator) "github.com/cosmos/cosmos-sdk/server/types".Application) as func(val network.ValidatorI) "github.com/cosmos/cosmos-sdk/server/types".Application value in return statement
|
build:
app/testsuite/network_config.go#L26
cannot use EmptyAppOptions{} (value of type EmptyAppOptions) as func(*baseapp.BaseApp) value in argument to app.NewRegenApp
|
build
Process completed with exit code 2.
|