build(deps): bump github.com/dymensionxyz/sdk-utils from 0.1.2-0.20240905104639-19dc09f5c6f5 to 0.2.8 #778
Triggered via pull request
September 10, 2024 02:59
Status
Failure
Total duration
5m 39s
Artifacts
–
Annotations
16 errors and 2 warnings
build:
server/config/config.go#L4
no required module provides package github.com/cosmos/cosmos-sdk/pruning/types; to add it:
|
build
no required module provides package github.com/cosmos/cosmos-sdk/simapp/helpers; to add it:
|
build
no required module provides package github.com/cosmos/cosmos-sdk/simapp/params; to add it:
|
build:
testutil/app/app.go#L61
no required module provides package github.com/cosmos/cosmos-sdk/x/distribution/client; to add it:
|
build
no required module provides package github.com/cosmos/cosmos-sdk/x/staking/teststaking; to add it:
|
build
Process completed with exit code 1.
|
lint:
server/commands/p2p_info.go#L58
node.NetInfo undefined (type "github.com/cosmos/cosmos-sdk/client".TendermintRPC has no field or method NetInfo) (typecheck)
|
lint:
server/commands/rollback.go#L60
cannot use db (variable of type "github.com/tendermint/tm-db".DB) as "github.com/cometbft/cometbft-db".DB value in argument to appCreator: "github.com/tendermint/tm-db".DB does not implement "github.com/cometbft/cometbft-db".DB (missing method Compact) (typecheck)
|
lint:
server/commands/rollback.go#L62
cannot use app (variable of type "github.com/cosmos/cosmos-sdk/server/types".Application) as "github.com/tendermint/tendermint/abci/types".Application value in argument to proxy.NewLocalClientCreator: "github.com/cosmos/cosmos-sdk/server/types".Application does not implement "github.com/tendermint/tendermint/abci/types".Application (wrong type for method ApplySnapshotChunk)
|
lint:
server/commands/rollback.go#L64
cannot use cfg (variable of type *"github.com/cometbft/cometbft/config".Config) as *"github.com/tendermint/tendermint/config".Config value in argument to liteBlockManager (typecheck)
|
lint:
x/denommetadata/types/expected_keeper.go#L6
could not import github.com/cosmos/ibc-go/v6/modules/apps/transfer/types (-: # github.com/cosmos/ibc-go/v6/modules/apps/transfer/types
|
lint
cannot use anyResolver (variable of type "github.com/cosmos/cosmos-sdk/codec/types".InterfaceRegistry) as "github.com/gogo/protobuf/jsonpb".AnyResolver value in struct literal: "github.com/cosmos/cosmos-sdk/codec/types".InterfaceRegistry does not implement "github.com/gogo/protobuf/jsonpb".AnyResolver (wrong type for method Resolve)
|
lint
cannot use jm (variable of type *"github.com/gogo/protobuf/jsonpb".Marshaler) as *"github.com/cosmos/gogoproto/jsonpb".Marshaler value in struct literal) (typecheck)
|
lint:
x/denommetadata/ibc_middleware.go#L11
could not import github.com/cosmos/ibc-go/v6/modules/apps/transfer/types (-: # github.com/cosmos/ibc-go/v6/modules/apps/transfer/types
|
lint
cannot use anyResolver (variable of type "github.com/cosmos/cosmos-sdk/codec/types".InterfaceRegistry) as "github.com/gogo/protobuf/jsonpb".AnyResolver value in struct literal: "github.com/cosmos/cosmos-sdk/codec/types".InterfaceRegistry does not implement "github.com/gogo/protobuf/jsonpb".AnyResolver (wrong type for method Resolve)
|
lint
cannot use jm (variable of type *"github.com/gogo/protobuf/jsonpb".Marshaler) as *"github.com/cosmos/gogoproto/jsonpb".Marshaler value in struct literal) (typecheck)
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|