epbs interop branch #44993
Annotations
10 errors and 2 warnings
Golangci-lint:
beacon-chain/forkchoice/ro_test.go#L164
cannot use m (variable of type *mockROForkchoice) as ROWrappable value in argument to NewROForkChoice: *mockROForkchoice does not implement ROWrappable (missing method HashForBlockRoot)
|
Golangci-lint:
beacon-chain/forkchoice/ro_test.go#L177
cannot use &mockROForkchoice{} (value of type *mockROForkchoice) as FastGetter value in variable declaration: *mockROForkchoice does not implement FastGetter (missing method HashForBlockRoot) (typecheck)
|
Golangci-lint:
beacon-chain/rpc/service_test.go#L46
cannot use chainService (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/blockchain/testing".ChainService) as blockchain.BlockReceiver value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/blockchain/testing".ChainService does not implement blockchain.BlockReceiver (wrong type for method ReceiveExecutionPayloadEnvelope)
|
Golangci-lint:
beacon-chain/rpc/service_test.go#L88
cannot use chainService (variable of type *"github.com/prysmaticlabs/prysm/v5/beacon-chain/blockchain/testing".ChainService) as blockchain.BlockReceiver value in struct literal: *"github.com/prysmaticlabs/prysm/v5/beacon-chain/blockchain/testing".ChainService does not implement blockchain.BlockReceiver (wrong type for method ReceiveExecutionPayloadEnvelope)
|
Golangci-lint:
beacon-chain/rpc/eth/beacon/handlers_test.go#L1243
cannot use v1alpha1Server (variable of type *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer) as "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer value in struct literal: *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer does not implement "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer (missing method GetExecutionPayloadEnvelope)
|
Golangci-lint:
beacon-chain/rpc/eth/beacon/handlers_test.go#L1265
cannot use v1alpha1Server (variable of type *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer) as "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer value in struct literal: *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer does not implement "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer (missing method GetExecutionPayloadEnvelope)
|
Golangci-lint:
beacon-chain/rpc/eth/beacon/handlers_test.go#L1289
cannot use v1alpha1Server (variable of type *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer) as "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer value in struct literal: *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer does not implement "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer (missing method GetExecutionPayloadEnvelope)
|
Golangci-lint:
beacon-chain/rpc/eth/beacon/handlers_test.go#L1313
cannot use v1alpha1Server (variable of type *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer) as "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer value in struct literal: *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer does not implement "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer (missing method GetExecutionPayloadEnvelope)
|
Golangci-lint:
beacon-chain/rpc/eth/beacon/handlers_test.go#L1337
cannot use v1alpha1Server (variable of type *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer) as "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer value in struct literal: *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer does not implement "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer (missing method GetExecutionPayloadEnvelope)
|
Golangci-lint:
beacon-chain/rpc/eth/beacon/handlers_test.go#L1360
cannot use v1alpha1Server (variable of type *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer) as "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer value in struct literal: *"github.com/prysmaticlabs/prysm/v5/testing/mock".MockBeaconNodeValidatorServer does not implement "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1".BeaconNodeValidatorServer (missing method GetExecutionPayloadEnvelope)
|
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.22
Unexpected input(s) 'id', valid inputs are ['go-version', 'go-version-file', 'check-latest', 'token', 'cache', 'cache-dependency-path', 'architecture']
|
Loading