abi encoded signature #4
Annotations
10 errors and 2 warnings
govulncheck:
types/priv_validator.go#L89
mixed named and unnamed parameters
|
govulncheck:
types/priv_validator.go#L152
method ErroringMockPV.SignVoteAbiEncoded already declared at /home/runner/work/cometbft/cometbft/types/priv_validator.go:89:27
|
govulncheck:
types/evidence.go#L574
cannot use val (variable of type MockPV) as PrivValidator value in argument to NewMockDuplicateVoteEvidenceWithValidator: MockPV does not implement PrivValidator (missing method SignVoteAbiEncoded)
|
govulncheck:
types/priv_validator.go#L95
undefined: vote
|
govulncheck:
types/priv_validator.go#L96
sig declared and not used
|
govulncheck:
types/validator.go#L193
cannot use privVal (variable of type MockPV) as PrivValidator value in return statement: MockPV does not implement PrivValidator (missing method SignVoteAbiEncoded)
|
govulncheck:
privval/file.go#L361
cannot use vote (variable of type *"github.com/cometbft/cometbft/proto/tendermint/types".Vote) as []byte value in argument to types.VoteSignBytesAbiEncoded
|
govulncheck:
consensus/wal_generator.go#L43
not enough arguments in call to privval.LoadOrGenFilePV
|
govulncheck:
consensus/wal_generator.go#L92
cannot use privValidator (variable of type *"github.com/cometbft/cometbft/privval".FilePV) as "github.com/cometbft/cometbft/types".PrivValidator value in argument to consensusState.SetPrivValidator: *"github.com/cometbft/cometbft/privval".FilePV does not implement "github.com/cometbft/cometbft/types".PrivValidator (missing method SignVoteAbiEncoded)
|
govulncheck:
node/node.go#L107
not enough arguments in call to privval.LoadOrGenFilePV
|
govulncheck
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/.
|
govulncheck
Restore cache failed: Dependencies file is not found in /home/runner/work/cometbft/cometbft. Supported file pattern: go.sum
|