Skip to content

Problem: internal websocket connection is heavy and unstable #614

Problem: internal websocket connection is heavy and unstable

Problem: internal websocket connection is heavy and unstable #614

Triggered via pull request November 9, 2023 01:51
Status Failure
Total duration 3m 59s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
3m 46s
Run golangci-lint
Run markdown-lint
11s
Run markdown-lint
Run flake8 on python integration tests
13s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
19s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
Run golangci-lint: rpc/namespaces/ethereum/eth/filters/filter_system.go#L150
Error return value of `es.eventBus.AddTopic` is not checked (errcheck)
Run golangci-lint: rpc/namespaces/ethereum/eth/filters/filter_system.go#L235
S1000: should use for range instead of for { select {} } (gosimple)
Run golangci-lint
issues found
Run golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
Run golangci-lint: server/json_rpc.go#L41
unused-parameter: parameter 'tmRPCAddr' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: server/json_rpc.go#L42
unused-parameter: parameter 'tmEndpoint' seems to be unused, consider removing or renaming it as _ (revive)