Skip to content

Problem: sdk 0.50 is not used #2810

Problem: sdk 0.50 is not used

Problem: sdk 0.50 is not used #2810

Triggered via pull request July 18, 2024 05:02
Status Failure
Total duration 1m 24s
Artifacts

audit.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
check: x/chainmain/module.go#L107
undefined: types.RegisterQueryServer
check: x/chainmain/module.go#L108
undefined: types.RegisterMsgServer
check: x/chainmain/module.go#L108
undefined: keeper.NewMsgServerImpl
check: x/chainmain/module.go#L110
undefined: keeper.NewMigrator
check: x/chainmain/module.go#L110
am.legacySubspace undefined (type AppModule has no field or method legacySubspace)
check: x/icaauth/keeper/keeper.go#L17
no required module provides package go.starlark.net/lib/proto; to add it:
check: x/icaauth/keeper/keeper.go#L17
could not import go.starlark.net/lib/proto (invalid package name: "")
check: cmd/chain-maind/app/app.go#L113
srvCfg.GRPCWeb.Address undefined (type "github.com/cosmos/cosmos-sdk/server/config".GRPCWebConfig has no field or method Address)
check: cmd/chain-maind/app/app.go#L219
not enough arguments in call to genutilcli.CollectGenTxsCmd
check: cmd/chain-maind/app/app.go#L220
not enough arguments in call to genutilcli.MigrateGenesisCmd
check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/