Skip to content

ARCO-170: replace go-bt with go-sdk #2479

ARCO-170: replace go-bt with go-sdk

ARCO-170: replace go-bt with go-sdk #2479

Triggered via pull request August 21, 2024 08:41
Status Failure
Total duration 3m 1s
Artifacts

static-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 warnings
Static analysis: internal/blocktx/peer_handler.go#L8
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/transaction (imported by github.com/bitcoin-sv/arc/internal/beef); to add:
Static analysis: internal/blocktx/peer_handler.go#L9
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/util (imported by github.com/bitcoin-sv/arc/internal/blocktx); to add:
Static analysis: internal/validator/common_validation.go#L6
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/script (imported by github.com/bitcoin-sv/arc/internal/broadcaster); to add:
Static analysis: internal/validator/common_validation.go#L7
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/script/interpreter (imported by github.com/bitcoin-sv/arc/internal/validator); to add:
Static analysis: pkg/keyset/key_set.go#L12
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/compat/bip32 (imported by github.com/bitcoin-sv/arc/pkg/keyset); to add:
Static analysis: pkg/keyset/key_set.go#L6
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/primitives/ec (imported by github.com/bitcoin-sv/arc/internal/broadcaster); to add:
Static analysis: pkg/keyset/key_set.go#L13
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/transaction/chaincfg (imported by github.com/bitcoin-sv/arc/pkg/keyset); to add:
Static analysis: pkg/keyset/key_set.go#L9
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/transaction/template/p2pkh (imported by github.com/bitcoin-sv/arc/internal/broadcaster); to add:
Static analysis
Process completed with exit code 1.
Static check: internal/metamorph/integration_test/helpers.go#L15
func revChainhash is unused (U1000)
Static check: internal/metamorph/integration_test/helpers.go#L24
func loadFixtures is unused (U1000)
Static check: internal/metamorph/integration_test/helpers.go#L42
func pruneTables is unused (U1000)
Static check: internal/blocktx/peer_handler.go#L8
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/transaction (imported by github.com/bitcoin-sv/arc/internal/beef); to add:
Static check: internal/blocktx/peer_handler.go#L9
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/util (imported by github.com/bitcoin-sv/arc/internal/blocktx); to add:
Static check: internal/validator/common_validation.go#L6
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/script (imported by github.com/bitcoin-sv/arc/internal/broadcaster); to add:
Static check: internal/validator/common_validation.go#L7
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/script/interpreter (imported by github.com/bitcoin-sv/arc/internal/validator); to add:
Static check: pkg/keyset/key_set.go#L6
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/primitives/ec (imported by github.com/bitcoin-sv/arc/internal/broadcaster); to add:
Static check: pkg/keyset/key_set.go#L9
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/transaction/template/p2pkh (imported by github.com/bitcoin-sv/arc/internal/broadcaster); to add:
Static check: pkg/keyset/key_set.go#L12
missing go.sum entry for module providing package github.com/bitcoin-sv/go-sdk/compat/bip32 (imported by github.com/bitcoin-sv/arc/pkg/keyset); to add:
Golangci-lint
golangci-lint exit with code 3
Static check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, 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/
Golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/