Skip to content

feat: allow defining validator power threshold in consensus params #2398

feat: allow defining validator power threshold in consensus params

feat: allow defining validator power threshold in consensus params #2398

Triggered via pull request February 14, 2025 10:22
Status Failure
Total duration 6m 3s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
golangci-lint: types/validator_set.go#L429
G115: integer overflow conversion uint64 -> int64 (gosec)
golangci-lint: internal/evidence/reactor_test.go#L102
unused-parameter: parameter 'chdesc' seems to be unused, consider removing or renaming it to match ^_ (revive)
golangci-lint: types/params.go#L251
unnecessary conversion (unconvert)
golangci-lint
issues found
golangci-lint
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
golangci-lint
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
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/