[WIP] Taproot Asset Loopouts #1760
main.yml
on: pull_request
RPC compilation check
1m 34s
go mod check
20s
build and lint code
3m 25s
run unit tests
3m 27s
Annotations
11 errors
|
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/actions.go#L73
unnecessary conversion (unconvert)
|
|
build and lint code:
assets/store.go#L276
unnecessary conversion (unconvert)
|
|
build and lint code:
assets/store.go#L278
unnecessary conversion (unconvert)
|
|
run unit tests
Process completed with exit code 2.
|