assets swap deposits [5/N]: add asset deposit manager #2291
main.yml
on: pull_request
RPC compilation check
1m 29s
go mod check
11m 41s
build and lint code
7m 22s
run unit tests
7m 43s
Annotations
11 errors
|
build and lint code:
assets/client.go#L417
S1031: unnecessary nil check around range (gosimple)
|
|
build and lint code:
assets/deposit/sweeper.go#L148
unslice: could simplify rootHash[:] to rootHash (gocritic)
|
|
build and lint code:
assets/deposit/sweeper.go#L115
unslice: could simplify rootHash[:] to rootHash (gocritic)
|
|
build and lint code:
assets/htlc/swapkit.go#L245
unslice: could simplify taprootAssetRoot[:] to taprootAssetRoot (gocritic)
|
|
build and lint code:
assets/htlc/swapkit.go#L204
unslice: could simplify taprootAssetRoot[:] to taprootAssetRoot (gocritic)
|
|
build and lint code:
assets/client.go#L828
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
|
build and lint code:
assets/deposit/sweeper.go#L445
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
|
build and lint code:
assets/deposit/sweeper.go#L444
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
|
build and lint code:
assets/deposit/protocol.go#L32
unnecessary conversion (unconvert)
|
|
build and lint code:
loopd/daemon.go#L10
G108: Profiling endpoint is automatically exposed on /debug/pprof (gosec)
|
|
run unit tests
Process completed with exit code 2.
|