[WIP] Taproot Asset Loopouts #1759
main.yml
on: pull_request
RPC compilation check
1m 35s
go mod check
17s
build and lint code
2m 6s
run unit tests
1m 52s
Annotations
11 errors
run unit tests
Process completed with exit code 2.
|
build and lint code:
assets/actions.go#L188
Error return value of `o.SendEvent` is not checked (errcheck)
|
build and lint code:
assets/actions.go#L226
Error return value of `o.SendEvent` is not checked (errcheck)
|
build and lint code:
assets/actions.go#L229
Error return value of `o.SendEvent` is not checked (errcheck)
|
build and lint code:
assets/store_test.go#L107
Error return value of `rand.Read` is not checked (errcheck)
|
build and lint code:
assets/swap_out.go#L250
unslice: could simplify taprootAssetRoot[:] to taprootAssetRoot (gocritic)
|
build and lint code:
assets/out_fsm.go#L26
Comment should end in a period (godot)
|
build and lint code:
assets/out_fsm.go#L77
Comment should end in a period (godot)
|
build and lint code:
assets/store.go#L276
unnecessary conversion (unconvert)
|
build and lint code:
assets/store.go#L278
unnecessary conversion (unconvert)
|
build and lint code:
assets/actions.go#L73
unnecessary conversion (unconvert)
|