Skip to content

fix: change proof functions to return values instead of pointers #5377

fix: change proof functions to return values instead of pointers

fix: change proof functions to return values instead of pointers #5377

Re-run triggered September 1, 2025 17:37
Status Failure
Total duration 2m 12s
Artifacts

lint.yml

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

Annotations

4 errors
golangci-lint
issues found
golangci-lint: consensus/propagation/types/types.go#L221
S1011: should replace loop with c.proofsCache = append(c.proofsCache, eproofs...) (staticcheck)
golangci-lint: consensus/propagation/types/types.go#L212
S1011: should replace loop with c.proofsCache = append(c.proofsCache, proofs...) (staticcheck)
golangci-lint: crypto/merkle/proof_test.go#L198
File is not properly formatted (gofmt)