Skip to content

refactor trie root hash computation #15169

refactor trie root hash computation

refactor trie root hash computation #15169

Triggered via pull request December 18, 2024 12:00
Status Failure
Total duration 5m 40s
Artifacts

golangci-lint.yml

on: pull_request
golangci linter
5m 32s
golangci linter
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
golangci linter: trie/disabledGoroutinesManager.go#L16
S1008: should use 'return d.err == nil' instead of 'if d.err != nil { return false }; return true' (gosimple)
golangci linter: trie/node.go#L128
S1008: should use 'return childHash != nil' instead of 'if childHash == nil { return false }; return true' (gosimple)
golangci linter
issues found
golangci linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636