Skip to content

feat: allow delaying transactions in ResponsePrepareProposal #1631

feat: allow delaying transactions in ResponsePrepareProposal

feat: allow delaying transactions in ResponsePrepareProposal #1631

Triggered via pull request December 18, 2023 14:32
Status Failure
Total duration 1m 14s
Artifacts

lint.yml

on: pull_request
golangci-lint
1m 0s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
golangci-lint: libs/rand/random.go#L32
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
golangci-lint: libs/rand/random_test.go#L6
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
golangci-lint: crypto/merkle/hash.go#L6
import 'github.com/dashpay/tenderdash/crypto' is not allowed from list 'Main' (depguard)
golangci-lint: crypto/merkle/proof.go#L8
import 'github.com/dashpay/tenderdash/crypto' is not allowed from list 'Main' (depguard)
golangci-lint: crypto/merkle/proof.go#L9
import 'github.com/dashpay/tenderdash/proto/tendermint/crypto' is not allowed from list 'Main' (depguard)
golangci-lint: crypto/merkle/proof_op.go#L8
import 'github.com/dashpay/tenderdash/proto/tendermint/crypto' is not allowed from list 'Main' (depguard)
golangci-lint: crypto/merkle/proof_value.go#L8
import 'github.com/dashpay/tenderdash/proto/tendermint/crypto' is not allowed from list 'Main' (depguard)
golangci-lint: crypto/merkle/proof_key_path_test.go#L9
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
golangci-lint: crypto/merkle/proof_test.go#L9
import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
golangci-lint: crypto/merkle/proof_test.go#L10
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
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: abci/types/application.go#L58
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: abci/types/application.go#L62
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: abci/types/application.go#L66
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: abci/types/application.go#L70
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: abci/types/application.go#L76
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: abci/types/application.go#L80
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: abci/types/application.go#L84
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: abci/types/application.go#L88
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: abci/types/application.go#L96
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: abci/types/application.go#L135
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)