Skip to content

changed blockchain api to node instead of local #814

changed blockchain api to node instead of local

changed blockchain api to node instead of local #814

Triggered via push July 13, 2024 15:56
Status Failure
Total duration 1m 55s
Artifacts

go-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
All: blockchain/options.go#L1
File is not gofmt-ed.
All
Process completed with exit code 1.
All
Process completed with exit code 1.
All: blockchain/blockchain.go#L31
package "github.com/multiformats/go-multiaddr" is being imported more than once (ST1019)
All
other import of "github.com/multiformats/go-multiaddr"
All: blockchain/blockchain.go#L1089
func multiaddrsToStrings is unused (U1000)
All: blockchain/blox.go#L445
this value of out is never used (SA4006)
All: blockchain/blox.go#L483
this value of out is never used (SA4006)
All: blockchain/blox.go#L524
this value of out is never used (SA4006)
All: blox/example_test.go#L28
package "github.com/multiformats/go-multiaddr" is being imported more than once (ST1019)
All
other import of "github.com/multiformats/go-multiaddr"
All: cmd/blox/main.go#L1315
func printMultiaddrAsQR is unused (U1000)
All: mobile/client.go#L44
var exploreAllRecursivelySelector is unused (U1000)
All
Process completed with exit code 1.
All
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/