Skip to content

feat: add SSZ support to light client beacon api endpoints #43627

feat: add SSZ support to light client beacon api endpoints

feat: add SSZ support to light client beacon api endpoints #43627

Re-run triggered September 2, 2024 16:44
Status Failure
Total duration 3m 53s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 5 warnings
Build: proto/eth/v2/grpc.ssz.go#L6043
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Build: proto/eth/v2/grpc.ssz.go#L6045
l.AttestedHeader.MarshalSSZTo undefined (type *LightClientHeader has no field or method MarshalSSZTo)
Build: proto/eth/v2/grpc.ssz.go#L6072
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Build: proto/eth/v2/grpc.ssz.go#L6074
l.FinalizedHeader.MarshalSSZTo undefined (type *LightClientHeader has no field or method MarshalSSZTo)
Build: proto/eth/v2/grpc.ssz.go#L6115
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Build: proto/eth/v2/grpc.ssz.go#L6117
l.AttestedHeader.UnmarshalSSZ undefined (type *LightClientHeader has no field or method UnmarshalSSZ)
Build: proto/eth/v2/grpc.ssz.go#L6140
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Build: proto/eth/v2/grpc.ssz.go#L6142
l.FinalizedHeader.UnmarshalSSZ undefined (type *LightClientHeader has no field or method UnmarshalSSZ)
Build: proto/eth/v2/grpc.ssz.go#L6185
l.AttestedHeader.HashTreeRootWith undefined (type *LightClientHeader has no field or method HashTreeRootWith)
Build: proto/eth/v2/grpc.ssz.go#L6212
l.FinalizedHeader.HashTreeRootWith undefined (type *LightClientHeader has no field or method HashTreeRootWith)
Lint: beacon-chain/blockchain/process_block_helpers.go#L26
could not import github.com/prysmaticlabs/prysm/v5/proto/eth/v2 (-: # github.com/prysmaticlabs/prysm/v5/proto/eth/v2
Lint: proto/eth/v2/grpc.ssz.go#L6043
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Lint: proto/eth/v2/grpc.ssz.go#L6045
l.AttestedHeader.MarshalSSZTo undefined (type *LightClientHeader has no field or method MarshalSSZTo)
Lint: proto/eth/v2/grpc.ssz.go#L6072
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Lint: proto/eth/v2/grpc.ssz.go#L6074
l.FinalizedHeader.MarshalSSZTo undefined (type *LightClientHeader has no field or method MarshalSSZTo)
Lint: proto/eth/v2/grpc.ssz.go#L6115
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Lint: proto/eth/v2/grpc.ssz.go#L6117
l.AttestedHeader.UnmarshalSSZ undefined (type *LightClientHeader has no field or method UnmarshalSSZ)
Lint: proto/eth/v2/grpc.ssz.go#L6140
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Lint: proto/eth/v2/grpc.ssz.go#L6142
l.FinalizedHeader.UnmarshalSSZ undefined (type *LightClientHeader has no field or method UnmarshalSSZ)
Lint: proto/eth/v2/grpc.ssz.go#L6185
l.AttestedHeader.HashTreeRootWith undefined (type *LightClientHeader has no field or method HashTreeRootWith)
Gosec scan: proto/eth/v2/grpc.ssz.go#L6043
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Gosec scan: proto/eth/v2/grpc.ssz.go#L6045
l.AttestedHeader.MarshalSSZTo undefined (type *LightClientHeader has no field or method MarshalSSZTo)
Gosec scan: proto/eth/v2/grpc.ssz.go#L6072
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Gosec scan: proto/eth/v2/grpc.ssz.go#L6074
l.FinalizedHeader.MarshalSSZTo undefined (type *LightClientHeader has no field or method MarshalSSZTo)
Gosec scan: proto/eth/v2/grpc.ssz.go#L6115
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Gosec scan: proto/eth/v2/grpc.ssz.go#L6117
l.AttestedHeader.UnmarshalSSZ undefined (type *LightClientHeader has no field or method UnmarshalSSZ)
Gosec scan: proto/eth/v2/grpc.ssz.go#L6140
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
Gosec scan: proto/eth/v2/grpc.ssz.go#L6142
l.FinalizedHeader.UnmarshalSSZ undefined (type *LightClientHeader has no field or method UnmarshalSSZ)
Gosec scan: proto/eth/v2/grpc.ssz.go#L6185
l.AttestedHeader.HashTreeRootWith undefined (type *LightClientHeader has no field or method HashTreeRootWith)
Gosec scan: proto/eth/v2/grpc.ssz.go#L6212
l.FinalizedHeader.HashTreeRootWith undefined (type *LightClientHeader has no field or method HashTreeRootWith)
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build
Restore cache failed: Dependencies file is not found in /home/runner/work/prysm/prysm. Supported file pattern: go.sum
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint
Unexpected input(s) 'id', valid inputs are ['go-version', 'go-version-file', 'check-latest', 'token', 'cache', 'cache-dependency-path', 'architecture']
Gosec scan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/