feat: implement reconstruct data column sidecars #46789
Annotations
10 errors and 1 warning
Golangci-lint:
beacon-chain/execution/engine_client_test.go#L43
cannot convert &Service{} (value of type *Service) to type Reconstructor: *Service does not implement Reconstructor (wrong type for method ReconstructDataColumnSidecars)
|
Golangci-lint:
beacon-chain/execution/engine_client_test.go#L45
cannot convert &Service{} (value of type *Service) to type Reconstructor: *Service does not implement Reconstructor (wrong type for method ReconstructDataColumnSidecars)
|
Golangci-lint:
beacon-chain/execution/engine_client_fuzz_test.go#L18
could not import github.com/prysmaticlabs/prysm/v5/beacon-chain/execution (-: # github.com/prysmaticlabs/prysm/v5/beacon-chain/execution [github.com/prysmaticlabs/prysm/v5/beacon-chain/execution.test]
|
Golangci-lint:
beacon-chain/execution/engine_client_test.go#L43
cannot convert &Service{} (value of type *Service) to type Reconstructor: *Service does not implement Reconstructor (wrong type for method ReconstructDataColumnSidecars)
|
Golangci-lint:
beacon-chain/execution/engine_client_test.go#L45
cannot convert &Service{} (value of type *Service) to type Reconstructor: *Service does not implement Reconstructor (wrong type for method ReconstructDataColumnSidecars)
|
Golangci-lint:
beacon-chain/node/node.go#L855
cannot use web3Service (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in argument to regularsync.WithReconstructor: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (wrong type for method ReconstructDataColumnSidecars)
|
Golangci-lint:
beacon-chain/node/node.go#L959
cannot use web3Service (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Service does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (wrong type for method ReconstructDataColumnSidecars)
|
Golangci-lint:
beacon-chain/sync/rpc_beacon_blocks_by_range_test.go#L246
cannot use mockEngine (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (missing method ReconstructDataColumnSidecars)
|
Golangci-lint:
beacon-chain/sync/rpc_beacon_blocks_by_root_test.go#L155
cannot use mockEngine (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (missing method ReconstructDataColumnSidecars)
|
Golangci-lint:
beacon-chain/sync/subscriber_beacon_blocks_test.go#L76
cannot use &mockExecution.EngineClient{} (value of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient) as "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/execution/testing".EngineClient does not implement "github.com/prysmaticlabs/prysm/v5/beacon-chain/execution".Reconstructor (missing method ReconstructDataColumnSidecars)
|
Set up Go 1.23
Unexpected input(s) 'id', valid inputs are ['go-version', 'go-version-file', 'check-latest', 'token', 'cache', 'cache-dependency-path', 'architecture']
|
Loading