feat: upgrade Cosmos SDK to v0.47 #7443
Annotations
10 errors and 1 warning
app/simulation/app_after_import_test.go#L40
cannot use map[int64]bool{} (value of type map[int64]bool) as uint value in argument to regen.NewRegenApp
|
app/simulation/app_after_import_test.go#L41
cannot use regen.DefaultNodeHome (variable of type string) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to regen.NewRegenApp: string does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
|
app/simulation/app_after_import_test.go#L42
cannot use simcli.FlagPeriodValue (variable of type uint) as func(*baseapp.BaseApp) value in argument to regen.NewRegenApp
|
app/simulation/app_after_import_test.go#L43
cannot use simtestutil.EmptyAppOptions{} (value of type sims.EmptyAppOptions) as func(*baseapp.BaseApp) value in argument to regen.NewRegenApp
|
app/simulation/app_after_import_test.go#L67
not enough arguments in call to app.ExportAppStateAndValidators
|
app/simulation/app_after_import_test.go#L85
cannot use map[int64]bool{} (value of type map[int64]bool) as uint value in argument to regen.NewRegenApp
|
app/simulation/app_after_import_test.go#L86
cannot use regen.DefaultNodeHome (variable of type string) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to regen.NewRegenApp: string does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
|
app/simulation/app_after_import_test.go#L87
cannot use simcli.FlagPeriodValue (variable of type uint) as func(*baseapp.BaseApp) value in argument to regen.NewRegenApp
|
app/simulation/app_after_import_test.go#L88
cannot use simtestutil.EmptyAppOptions{} (value of type sims.EmptyAppOptions) as func(*baseapp.BaseApp) value in argument to regen.NewRegenApp
|
app/simulation/app_determinism_test.go#L54
cannot use map[int64]bool{} (value of type map[int64]bool) as uint value in argument to regen.NewRegenApp
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/get-diff-action@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading