Skip to content

feat: new vote extenison type THRESHOLD_RAW #1609

feat: new vote extenison type THRESHOLD_RAW

feat: new vote extenison type THRESHOLD_RAW #1609

Triggered via pull request December 12, 2023 13:06
Status Failure
Total duration 1m 23s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
golangci-lint: internal/consensus/block_executor.go#L1
: # github.com/dashpay/tenderdash/internal/consensus [github.com/dashpay/tenderdash/internal/consensus.test]
golangci-lint: internal/consensus/common_test.go#L137
vs.lastVote.PopulateSignsToProto undefined (type *"github.com/dashpay/tenderdash/types".Vote has no field or method PopulateSignsToProto)
golangci-lint: internal/consensus/common_test.go#L143
vote.PopulateSignsFromProto undefined (type *"github.com/dashpay/tenderdash/types".Vote has no field or method PopulateSignsFromProto)
golangci-lint: internal/consensus/common_test.go#L162
cannot use []byte("extension") (value of type []byte) as type "github.com/dashpay/tenderdash/proto/tendermint/types".VoteExtension in argument to exts.Add
golangci-lint: internal/consensus/gossiper_test.go#L606
vote.VoteExtensions.CopySignsFromProto undefined (type "github.com/dashpay/tenderdash/types".VoteExtensions has no field or method CopySignsFromProto)
golangci-lint: internal/consensus/msgs_test.go#L388
undefined: types.VoteExtension
golangci-lint: internal/consensus/state_test.go#L2457
undefined: types.VoteExtension
golangci-lint: internal/consensus/state_test.go#L2460
undefined: types.VoteExtension
golangci-lint: internal/consensus/vote_signer_test.go#L43
undefined: types.VoteExtension (typecheck)
golangci-lint: internal/consensus/types/height_vote_set.go#L1
: # github.com/dashpay/tenderdash/internal/consensus/types [github.com/dashpay/tenderdash/internal/consensus/types.test]
golangci-lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
golangci-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
golangci-lint: proto/tendermint/types/dash.go#L17
var-naming: var errExtensionSignRequestIdNotSupported should be errExtensionSignRequestIDNotSupported (revive)
golangci-lint: proto/tendermint/types/dash.go#L18
var-naming: var errExtensionSignRequestIdMissingPrefix should be errExtensionSignRequestIDMissingPrefix (revive)