Skip to content

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

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

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

Triggered via pull request July 15, 2025 15:27
Status Failure
Total duration 15m 36s
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#L914
unnecessary trailing newline (whitespace)
build and lint code: assets/client.go#L906
handleSendEvent - result 1 (error) is always nil (unparam)
build and lint code: assets/client.go#L453
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#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)