Skip to content

feat(ARCO-115): Reorg Support #431

feat(ARCO-115): Reorg Support

feat(ARCO-115): Reorg Support #431

Triggered via pull request November 6, 2024 13:55
Status Failure
Total duration 2m 34s
Artifacts

static-analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 1 warning
Static check: internal/blocktx/processor.go#L492
blockID declared and not used
Static check: internal/blocktx/processor.go#L505
undefined: blockId
Static check: internal/blocktx/processor.go#L519
undefined: blockId
Static check: internal/blocktx/processor.go#L525
undefined: blockId (compile)
Static check: internal/blocktx/processor.go#L492
blockID declared and not used
Static check: internal/blocktx/processor.go#L505
undefined: blockId
Static check: internal/blocktx/processor.go#L519
undefined: blockId
Static check: internal/blocktx/processor.go#L525
undefined: blockId (compile)
Static check: internal/blocktx/store/mocks/blocktx_store_mock.go#L78
syntax error: non-declaration statement outside function body
Static check: internal/blocktx/store/mocks/blocktx_store_mock.go#L156
syntax error: unexpected <<, expected field name or embedded type
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1076
syntax error: unexpected <<, expected expression
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1391
syntax error: unexpected ) in composite literal; possibly missing comma or } (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1076
expected operand, found '<<' (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1391
missing ',' in composite literal (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1394
missing ',' in composite literal (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1395
expected ')', found sync (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1396
expected '==', found '=' (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1397
expected operand, found ')' (typecheck)
Golangci-lint: internal/metamorph/metamorph_api/metamorph_api.pb.go#L1403
missing ',' in composite literal (typecheck)
Golangci-lint: internal/metamorph/store/store.go#L10
could not import github.com/bitcoin-sv/arc/internal/metamorph/metamorph_api (-: # github.com/bitcoin-sv/arc/internal/metamorph/metamorph_api
Static analysis: internal/blocktx/processor.go#L492
blockID declared and not used
Static analysis: internal/blocktx/processor.go#L505
undefined: blockId
Static analysis: internal/blocktx/processor.go#L519
undefined: blockId
Static analysis: internal/blocktx/processor.go#L525
undefined: blockId
Static analysis
expected operand, found '<<' (and 6 more errors)
Static analysis
expected declaration, found '<<' (and 10 more errors)
Static analysis
Process completed with exit code 1.
Static check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/