Skip to content

assets swap deposits [3/N]: extend swapserverrpc with asset deposit RPCs #2321

assets swap deposits [3/N]: extend swapserverrpc with asset deposit RPCs

assets swap deposits [3/N]: extend swapserverrpc with asset deposit RPCs #2321

Triggered via pull request July 17, 2025 12:17
Status Failure
Total duration 15m 33s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build and lint code
Process completed with exit code 2.
build and lint code: assets/client.go#L917
unnecessary trailing newline (whitespace)
build and lint code: assets/client.go#L909
handleSendEvent - result 1 (error) is always nil (unparam)
build and lint code: assets/client.go#L456
ineffectual assignment to err (ineffassign)
build and lint code: assets/client.go#L417
S1031: unnecessary nil check around range (gosimple)
build and lint code: assets/htlc/swapkit.go#L243
unslice: could simplify taprootAssetRoot[:] to taprootAssetRoot (gocritic)
build and lint code: assets/htlc/swapkit.go#L202
unslice: could simplify taprootAssetRoot[:] to taprootAssetRoot (gocritic)
build and lint code: assets/client.go#L831
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)