Skip to content

catchup: state-proof-based catchup #11776

catchup: state-proof-based catchup

catchup: state-proof-based catchup #11776

Triggered via pull request August 31, 2023 13:21
Status Failure
Total duration 5m 53s
Artifacts

reviewdog.yml

on: pull_request
reviewdog-errors
5m 40s
reviewdog-errors
reviewdog-warnings
5m 34s
reviewdog-warnings
Fit to window
Zoom out
Zoom in

Annotations

4 errors
reviewdog-errors: rpcs/blockService.go#L215
[Lint Errors] reported by reviewdog 🐶 File is not `gofmt`-ed with `-s` (gofmt) Raw Output: rpcs/blockService.go:215: File is not `gofmt`-ed with `-s` (gofmt) Message stateproofmsg.Message `codec:"spmsg"`
reviewdog-errors: catchup/stateproof.go#L91
[Lint Errors] reported by reviewdog 🐶 shadow: declaration of "err" shadows declaration at line 80 (govet) Raw Output: catchup/stateproof.go:91:9: shadow: declaration of "err" shadows declaration at line 80 (govet) rows, err := tx.Query("SELECT proto, msg FROM proofs ORDER BY lastrnd") ^
reviewdog-errors: rpcs/blockService.go#L302
[Lint Errors] reported by reviewdog 🐶 shadow: declaration of "err" shadows declaration at line 251 (govet) Raw Output: rpcs/blockService.go:302:9: shadow: declaration of "err" shadows declaration at line 251 (govet) txns, err := bs.ledger.AddressTxns(transactions.StateProofSender, i) ^
reviewdog-errors
reviewdog exited with status code: 1