Skip to content

feat!: state sync #2276

feat!: state sync

feat!: state sync #2276

Triggered via pull request January 15, 2025 15:35
Status Failure
Total duration 3m 22s
Artifacts

lint.yml

on: pull_request
golangci-lint
2m 6s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
golangci-lint: rpc/client/mock/abci.go#L8
could not import github.com/dashpay/tenderdash/internal/proxy (-: # github.com/dashpay/tenderdash/internal/proxy
golangci-lint: internal/proxy/client.go#L86
cannot use conn (variable of type *proxyClient) as abciclient.Client value in return statement: *proxyClient does not implement abciclient.Client (missing method FinalizeSnapshot)) (typecheck)
golangci-lint: dash/quorum/validator_conn_executor_test.go#L23
could not import github.com/dashpay/tenderdash/internal/proxy (-: # github.com/dashpay/tenderdash/internal/proxy
golangci-lint: internal/proxy/client.go#L86
cannot use conn (variable of type *proxyClient) as abciclient.Client value in return statement: *proxyClient does not implement abciclient.Client (missing method FinalizeSnapshot)) (typecheck)
golangci-lint: internal/blocksync/reactor_test.go#L24
could not import github.com/dashpay/tenderdash/internal/proxy (-: # github.com/dashpay/tenderdash/internal/proxy
golangci-lint: internal/proxy/client.go#L86
cannot use conn (variable of type *proxyClient) as abciclient.Client value in return statement: *proxyClient does not implement abciclient.Client (missing method FinalizeSnapshot)) (typecheck)
golangci-lint: internal/consensus/replay.go#L15
could not import github.com/dashpay/tenderdash/internal/proxy (-: # github.com/dashpay/tenderdash/internal/proxy
golangci-lint: internal/proxy/client.go#L86
cannot use conn (variable of type *proxyClient) as abciclient.Client value in return statement: *proxyClient does not implement abciclient.Client (missing method FinalizeSnapshot)) (typecheck)
golangci-lint: internal/proxy/client.go#L86
cannot use conn (variable of type *proxyClient) as abciclient.Client value in return statement: *proxyClient does not implement abciclient.Client (missing method FinalizeSnapshot) (typecheck)
golangci-lint: internal/rpc/core/abci.go#L7
could not import github.com/dashpay/tenderdash/internal/proxy (-: # github.com/dashpay/tenderdash/internal/proxy
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/