Skip to content

add remaining files #412

add remaining files

add remaining files #412

Triggered via push May 8, 2024 13:57
Status Failure
Total duration 2m 49s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
chain-test: client/grpc/oracle/proof/iavl_proof_test.go#L81
cannot use proof (variable of type *"github.com/confio/ics23/go".CommitmentProof) as *"github.com/cosmos/ics23/go".CommitmentProof value in argument to storetypes.NewIavlCommitmentOp
chain-test: client/grpc/oracle/proof/multi_store_test.go#L57
cannot use proof (variable of type *"github.com/confio/ics23/go".CommitmentProof) as *"github.com/cosmos/ics23/go".CommitmentProof value in argument to storetypes.NewSimpleMerkleCommitmentOp
chain-test: benchmark/app_test.go#L33
cannot use log.NewNopLogger() (value of type "github.com/cometbft/cometbft/libs/log".Logger) as "cosmossdk.io/log".Logger value in argument to testapp.NewTestApp: "github.com/cometbft/cometbft/libs/log".Logger does not implement "cosmossdk.io/log".Logger (missing method Impl)
chain-test: benchmark/app_test.go#L56
cannot use GetConsensusParams(maxGasPerBlock) (value of type *"github.com/cometbft/cometbft/proto/tendermint/types".ConsensusParams) as "github.com/cometbft/cometbft/proto/tendermint/types".ConsensusParams value in argument to ba.StoreConsensusParams
chain-test: benchmark/app_test.go#L90
undefined: abci.ResponseBeginBlock
chain-test: benchmark/app_test.go#L91
ba.BeginBlock undefined (type *BenchmarkApp has no field or method BeginBlock)
chain-test: benchmark/app_test.go#L92
undefined: abci.RequestBeginBlock
chain-test: benchmark/app_test.go#L99
undefined: abci.ResponseEndBlock
chain-test: benchmark/app_test.go#L100
ba.EndBlock undefined (type *BenchmarkApp has no field or method EndBlock)
chain-test: benchmark/app_test.go#L100
undefined: abci.RequestEndBlock
chain-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
chain-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/