feat: add SSZ support to light client beacon api endpoints #43627
Annotations
10 errors and 2 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)
|
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/
|
Set up Go 1.x
Restore cache failed: Dependencies file is not found in /home/runner/work/prysm/prysm. Supported file pattern: go.sum
|
Loading