Skip to content

cmd/blsync, beacon/light: standalone beacon light sync tool (WIP, reworked request framework) #128

cmd/blsync, beacon/light: standalone beacon light sync tool (WIP, reworked request framework)

cmd/blsync, beacon/light: standalone beacon light sync tool (WIP, reworked request framework) #128

Triggered via pull request December 20, 2023 09:56
Status Failure
Total duration 17s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: beacon/light/sync/update_sync.go#L64
undefined: Request
build: beacon/light/sync/update_sync.go#L127
invalid argument: uint64(len(response.Updates)) != request.Count (untyped bool value) for len
build: beacon/light/sync/update_sync.go#L131
undefined: r
build: beacon/light/sync/update_sync.go#L148
undefined: server
build: beacon/light/sync/update_sync.go#L161
firstPeriod declared and not used
build: beacon/light/sync/update_sync.go#L188
cannot use s.processQueue (variable of type []request.RequestEvent) as sort.Interface value in argument to sort.Sort: []request.RequestEvent does not implement sort.Interface (missing method Len)
build: beacon/light/sync/update_sync.go#L218
server declared and not used
build: beacon/light/sync/update_sync.go#L218
undefined: Server
build: beacon/light/sync/update_sync.go#L218
undefined: Request
build: beacon/light/sync/head_sync.go#L26
"github.com/ethereum/go-ethereum/common" imported and not used
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/