Skip to content

Update btcsuite

Update btcsuite #3

Triggered via pull request August 19, 2023 01:18
@teghnetteghnet
synchronize #4
update-btcsuite
Status Failure
Total duration 26s
Artifacts

test.yml

on: pull_request
Matrix: Code Linting & Unit Tests
Matrix: Analyze with CodeQL
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Code Linting & Unit Tests (1.21.x, ubuntu-latest): wallet/key_hd_test.go#L112
Error return value is not checked (errcheck)
Code Linting & Unit Tests (1.21.x, ubuntu-latest): abi/contract_test.go#L95
Error return value is not checked (errcheck)
Code Linting & Unit Tests (1.21.x, ubuntu-latest): rpc/base.go#L310
Error return value of `t.Unsubscribe` is not checked (errcheck)
Code Linting & Unit Tests (1.21.x, ubuntu-latest): abi/abi_test.go#L1727
type `str` is unused (unused)
Code Linting & Unit Tests (1.21.x, ubuntu-latest): types/structs.go#L1121
S1001: should use copy(to, from) instead of a loop (gosimple)
Code Linting & Unit Tests (1.21.x, ubuntu-latest): abi/decode.go#L203
S1002: should omit comparison to bool constant, can be simplified to `!w[0].IsZero()` (gosimple)
Code Linting & Unit Tests (1.21.x, ubuntu-latest): types/structs.go#L410
ineffectual assignment to list (ineffassign)
Code Linting & Unit Tests (1.21.x, ubuntu-latest): types/structs.go#L512
SA5008: duplicate JSON option "omitempty" (staticcheck)
Code Linting & Unit Tests (1.21.x, ubuntu-latest): types/structs.go#L513
SA5008: duplicate JSON option "omitempty" (staticcheck)
Code Linting & Unit Tests (1.21.x, ubuntu-latest): rpc/transport/websocket_test.go#L141
SA2000: should call wg.Add(1) before starting the goroutine to avoid a race (staticcheck)