Documentation ¶
Overview ¶
Package validator_mock is a generated GoMock package.
Package validator_mock is a generated GoMock package.
Package validator_mock is a generated GoMock package.
Package validator_mock is a generated GoMock package.
Index ¶
- type MockBeaconChainClient
- func (m *MockBeaconChainClient) EXPECT() *MockBeaconChainClientMockRecorder
- func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ChainHead, error)
- func (m *MockBeaconChainClient) GetValidatorParticipation(arg0 context.Context, arg1 *eth.GetValidatorParticipationRequest) (*eth.ValidatorParticipationResponse, error)
- func (m *MockBeaconChainClient) GetValidatorPerformance(arg0 context.Context, arg1 *eth.ValidatorPerformanceRequest) (*eth.ValidatorPerformanceResponse, error)
- func (m *MockBeaconChainClient) GetValidatorQueue(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ValidatorQueue, error)
- func (m *MockBeaconChainClient) ListValidatorBalances(arg0 context.Context, arg1 *eth.ListValidatorBalancesRequest) (*eth.ValidatorBalances, error)
- func (m *MockBeaconChainClient) ListValidators(arg0 context.Context, arg1 *eth.ListValidatorsRequest) (*eth.Validators, error)
- type MockBeaconChainClientMockRecorder
- func (mr *MockBeaconChainClientMockRecorder) GetChainHead(arg0, arg1 any) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorParticipation(arg0, arg1 any) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorPerformance(arg0, arg1 any) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorQueue(arg0, arg1 any) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidatorBalances(arg0, arg1 any) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidators(arg0, arg1 any) *gomock.Call
- type MockNodeClient
- func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
- func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Genesis, error)
- func (m *MockNodeClient) GetSyncStatus(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncStatus, error)
- func (m *MockNodeClient) GetVersion(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Version, error)
- func (m *MockNodeClient) HealthTracker() *beacon.NodeHealthTracker
- func (m *MockNodeClient) IsHealthy(arg0 context.Context) bool
- func (m *MockNodeClient) ListPeers(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Peers, error)
- type MockNodeClientMockRecorder
- func (mr *MockNodeClientMockRecorder) GetGenesis(arg0, arg1 any) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetSyncStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetVersion(arg0, arg1 any) *gomock.Call
- func (mr *MockNodeClientMockRecorder) IsHealthy(arg0 any) *gomock.Call
- func (mr *MockNodeClientMockRecorder) ListPeers(arg0, arg1 any) *gomock.Call
- type MockPrysmBeaconChainClient
- type MockPrysmBeaconChainClientMockRecorder
- type MockValidatorClient
- func (m *MockValidatorClient) CheckDoppelGanger(arg0 context.Context, arg1 *eth.DoppelGangerRequest) (*eth.DoppelGangerResponse, error)
- func (m *MockValidatorClient) DomainData(arg0 context.Context, arg1 *eth.DomainRequest) (*eth.DomainResponse, error)
- func (m *MockValidatorClient) EXPECT() *MockValidatorClientMockRecorder
- func (m *MockValidatorClient) EventStreamIsRunning() bool
- func (m *MockValidatorClient) GetAggregatedSelections(arg0 context.Context, arg1 []iface.BeaconCommitteeSelection) ([]iface.BeaconCommitteeSelection, error)
- func (m *MockValidatorClient) GetAggregatedSyncSelections(arg0 context.Context, arg1 []iface.SyncCommitteeSelection) ([]iface.SyncCommitteeSelection, error)
- func (m *MockValidatorClient) GetAttestationData(arg0 context.Context, arg1 *eth.AttestationDataRequest) (*eth.AttestationData, error)
- func (m *MockValidatorClient) GetBeaconBlock(arg0 context.Context, arg1 *eth.BlockRequest) (*eth.GenericBeaconBlock, error)
- func (m *MockValidatorClient) GetDuties(arg0 context.Context, arg1 *eth.DutiesRequest) (*eth.DutiesResponse, error)
- func (m *MockValidatorClient) GetFeeRecipientByPubKey(arg0 context.Context, arg1 *eth.FeeRecipientByPubKeyRequest) (*eth.FeeRecipientByPubKeyResponse, error)
- func (m *MockValidatorClient) GetSyncCommitteeContribution(arg0 context.Context, arg1 *eth.SyncCommitteeContributionRequest) (*eth.SyncCommitteeContribution, error)
- func (m *MockValidatorClient) GetSyncMessageBlockRoot(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncMessageBlockRootResponse, error)
- func (m *MockValidatorClient) GetSyncSubcommitteeIndex(arg0 context.Context, arg1 *eth.SyncSubcommitteeIndexRequest) (*eth.SyncSubcommitteeIndexResponse, error)
- func (m *MockValidatorClient) MultipleValidatorStatus(arg0 context.Context, arg1 *eth.MultipleValidatorStatusRequest) (*eth.MultipleValidatorStatusResponse, error)
- func (m *MockValidatorClient) PrepareBeaconProposer(arg0 context.Context, arg1 *eth.PrepareBeaconProposerRequest) (*emptypb.Empty, error)
- func (m *MockValidatorClient) ProposeAttestation(arg0 context.Context, arg1 *eth.Attestation) (*eth.AttestResponse, error)
- func (m *MockValidatorClient) ProposeBeaconBlock(arg0 context.Context, arg1 *eth.GenericSignedBeaconBlock) (*eth.ProposeResponse, error)
- func (m *MockValidatorClient) ProposeExit(arg0 context.Context, arg1 *eth.SignedVoluntaryExit) (*eth.ProposeExitResponse, error)
- func (m *MockValidatorClient) StartEventStream(arg0 context.Context, arg1 []string, arg2 chan<- *event.Event)
- func (m *MockValidatorClient) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *eth.AggregateSelectionRequest, ...) (*eth.AggregateSelectionResponse, error)
- func (m *MockValidatorClient) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *eth.SignedAggregateSubmitRequest) (*eth.SignedAggregateSubmitResponse, error)
- func (m *MockValidatorClient) SubmitSignedContributionAndProof(arg0 context.Context, arg1 *eth.SignedContributionAndProof) (*emptypb.Empty, error)
- func (m *MockValidatorClient) SubmitSyncMessage(arg0 context.Context, arg1 *eth.SyncCommitteeMessage) (*emptypb.Empty, error)
- func (m *MockValidatorClient) SubmitValidatorRegistrations(arg0 context.Context, arg1 *eth.SignedValidatorRegistrationsV1) (*emptypb.Empty, error)
- func (m *MockValidatorClient) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest, ...) (*emptypb.Empty, error)
- func (m *MockValidatorClient) ValidatorIndex(arg0 context.Context, arg1 *eth.ValidatorIndexRequest) (*eth.ValidatorIndexResponse, error)
- func (m *MockValidatorClient) ValidatorStatus(arg0 context.Context, arg1 *eth.ValidatorStatusRequest) (*eth.ValidatorStatusResponse, error)
- func (m *MockValidatorClient) WaitForActivation(arg0 context.Context, arg1 *eth.ValidatorActivationRequest) (eth.BeaconNodeValidator_WaitForActivationClient, error)
- func (m *MockValidatorClient) WaitForChainStart(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ChainStartResponse, error)
- type MockValidatorClientMockRecorder
- func (mr *MockValidatorClientMockRecorder) CheckDoppelGanger(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) DomainData(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) EventStreamIsRunning() *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetAggregatedSelections(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetAggregatedSyncSelections(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetAttestationData(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetBeaconBlock(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetDuties(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetFeeRecipientByPubKey(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetSyncCommitteeContribution(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetSyncMessageBlockRoot(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetSyncSubcommitteeIndex(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) MultipleValidatorStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) PrepareBeaconProposer(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ProposeAttestation(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ProposeBeaconBlock(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ProposeExit(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) StartEventStream(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitAggregateSelectionProof(arg0, arg1, arg2, arg3 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitSignedContributionAndProof(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitSyncMessage(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitValidatorRegistrations(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubscribeCommitteeSubnets(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ValidatorIndex(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ValidatorStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) WaitForActivation(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) WaitForChainStart(arg0, arg1 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBeaconChainClient ¶
type MockBeaconChainClient struct {
// contains filtered or unexported fields
}
MockBeaconChainClient is a mock of BeaconChainClient interface.
func NewMockBeaconChainClient ¶
func NewMockBeaconChainClient(ctrl *gomock.Controller) *MockBeaconChainClient
NewMockBeaconChainClient creates a new mock instance.
func (*MockBeaconChainClient) EXPECT ¶
func (m *MockBeaconChainClient) EXPECT() *MockBeaconChainClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChainClient) GetChainHead ¶
func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ChainHead, error)
GetChainHead mocks base method.
func (*MockBeaconChainClient) GetValidatorParticipation ¶
func (m *MockBeaconChainClient) GetValidatorParticipation(arg0 context.Context, arg1 *eth.GetValidatorParticipationRequest) (*eth.ValidatorParticipationResponse, error)
GetValidatorParticipation mocks base method.
func (*MockBeaconChainClient) GetValidatorPerformance ¶
func (m *MockBeaconChainClient) GetValidatorPerformance(arg0 context.Context, arg1 *eth.ValidatorPerformanceRequest) (*eth.ValidatorPerformanceResponse, error)
GetValidatorPerformance mocks base method.
func (*MockBeaconChainClient) GetValidatorQueue ¶
func (m *MockBeaconChainClient) GetValidatorQueue(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ValidatorQueue, error)
GetValidatorQueue mocks base method.
func (*MockBeaconChainClient) ListValidatorBalances ¶
func (m *MockBeaconChainClient) ListValidatorBalances(arg0 context.Context, arg1 *eth.ListValidatorBalancesRequest) (*eth.ValidatorBalances, error)
ListValidatorBalances mocks base method.
func (*MockBeaconChainClient) ListValidators ¶
func (m *MockBeaconChainClient) ListValidators(arg0 context.Context, arg1 *eth.ListValidatorsRequest) (*eth.Validators, error)
ListValidators mocks base method.
type MockBeaconChainClientMockRecorder ¶
type MockBeaconChainClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChainClientMockRecorder is the mock recorder for MockBeaconChainClient.
func (*MockBeaconChainClientMockRecorder) GetChainHead ¶
func (mr *MockBeaconChainClientMockRecorder) GetChainHead(arg0, arg1 any) *gomock.Call
GetChainHead indicates an expected call of GetChainHead.
func (*MockBeaconChainClientMockRecorder) GetValidatorParticipation ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorParticipation(arg0, arg1 any) *gomock.Call
GetValidatorParticipation indicates an expected call of GetValidatorParticipation.
func (*MockBeaconChainClientMockRecorder) GetValidatorPerformance ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorPerformance(arg0, arg1 any) *gomock.Call
GetValidatorPerformance indicates an expected call of GetValidatorPerformance.
func (*MockBeaconChainClientMockRecorder) GetValidatorQueue ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorQueue(arg0, arg1 any) *gomock.Call
GetValidatorQueue indicates an expected call of GetValidatorQueue.
func (*MockBeaconChainClientMockRecorder) ListValidatorBalances ¶
func (mr *MockBeaconChainClientMockRecorder) ListValidatorBalances(arg0, arg1 any) *gomock.Call
ListValidatorBalances indicates an expected call of ListValidatorBalances.
func (*MockBeaconChainClientMockRecorder) ListValidators ¶
func (mr *MockBeaconChainClientMockRecorder) ListValidators(arg0, arg1 any) *gomock.Call
ListValidators indicates an expected call of ListValidators.
type MockNodeClient ¶
type MockNodeClient struct {
// contains filtered or unexported fields
}
MockNodeClient is a mock of NodeClient interface.
func NewMockNodeClient ¶
func NewMockNodeClient(ctrl *gomock.Controller) *MockNodeClient
NewMockNodeClient creates a new mock instance.
func (*MockNodeClient) EXPECT ¶
func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNodeClient) GetGenesis ¶
func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Genesis, error)
GetGenesis mocks base method.
func (*MockNodeClient) GetSyncStatus ¶
func (m *MockNodeClient) GetSyncStatus(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncStatus, error)
GetSyncStatus mocks base method.
func (*MockNodeClient) GetVersion ¶
func (m *MockNodeClient) GetVersion(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Version, error)
GetVersion mocks base method.
func (*MockNodeClient) HealthTracker ¶ added in v5.0.2
func (m *MockNodeClient) HealthTracker() *beacon.NodeHealthTracker
type MockNodeClientMockRecorder ¶
type MockNodeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNodeClientMockRecorder is the mock recorder for MockNodeClient.
func (*MockNodeClientMockRecorder) GetGenesis ¶
func (mr *MockNodeClientMockRecorder) GetGenesis(arg0, arg1 any) *gomock.Call
GetGenesis indicates an expected call of GetGenesis.
func (*MockNodeClientMockRecorder) GetSyncStatus ¶
func (mr *MockNodeClientMockRecorder) GetSyncStatus(arg0, arg1 any) *gomock.Call
GetSyncStatus indicates an expected call of GetSyncStatus.
func (*MockNodeClientMockRecorder) GetVersion ¶
func (mr *MockNodeClientMockRecorder) GetVersion(arg0, arg1 any) *gomock.Call
GetVersion indicates an expected call of GetVersion.
type MockPrysmBeaconChainClient ¶
type MockPrysmBeaconChainClient struct {
// contains filtered or unexported fields
}
MockPrysmBeaconChainClient is a mock of PrysmBeaconChainClient interface.
func NewMockPrysmBeaconChainClient ¶
func NewMockPrysmBeaconChainClient(ctrl *gomock.Controller) *MockPrysmBeaconChainClient
NewMockPrysmBeaconChainClient creates a new mock instance.
func (*MockPrysmBeaconChainClient) EXPECT ¶
func (m *MockPrysmBeaconChainClient) EXPECT() *MockPrysmBeaconChainClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPrysmBeaconChainClient) GetValidatorCount ¶
func (m *MockPrysmBeaconChainClient) GetValidatorCount(arg0 context.Context, arg1 string, arg2 []validator.Status) ([]iface.ValidatorCount, error)
GetValidatorCount mocks base method.
type MockPrysmBeaconChainClientMockRecorder ¶
type MockPrysmBeaconChainClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPrysmBeaconChainClientMockRecorder is the mock recorder for MockPrysmBeaconChainClient.
func (*MockPrysmBeaconChainClientMockRecorder) GetValidatorCount ¶
func (mr *MockPrysmBeaconChainClientMockRecorder) GetValidatorCount(arg0, arg1, arg2 any) *gomock.Call
GetValidatorCount indicates an expected call of GetValidatorCount.
type MockValidatorClient ¶
type MockValidatorClient struct {
// contains filtered or unexported fields
}
MockValidatorClient is a mock of ValidatorClient interface.
func NewMockValidatorClient ¶
func NewMockValidatorClient(ctrl *gomock.Controller) *MockValidatorClient
NewMockValidatorClient creates a new mock instance.
func (*MockValidatorClient) CheckDoppelGanger ¶
func (m *MockValidatorClient) CheckDoppelGanger(arg0 context.Context, arg1 *eth.DoppelGangerRequest) (*eth.DoppelGangerResponse, error)
CheckDoppelGanger mocks base method.
func (*MockValidatorClient) DomainData ¶
func (m *MockValidatorClient) DomainData(arg0 context.Context, arg1 *eth.DomainRequest) (*eth.DomainResponse, error)
DomainData mocks base method.
func (*MockValidatorClient) EXPECT ¶
func (m *MockValidatorClient) EXPECT() *MockValidatorClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockValidatorClient) EventStreamIsRunning ¶
func (m *MockValidatorClient) EventStreamIsRunning() bool
EventStreamIsRunning mocks base method.
func (*MockValidatorClient) GetAggregatedSelections ¶
func (m *MockValidatorClient) GetAggregatedSelections(arg0 context.Context, arg1 []iface.BeaconCommitteeSelection) ([]iface.BeaconCommitteeSelection, error)
GetAggregatedSelections mocks base method.
func (*MockValidatorClient) GetAggregatedSyncSelections ¶ added in v5.0.2
func (m *MockValidatorClient) GetAggregatedSyncSelections(arg0 context.Context, arg1 []iface.SyncCommitteeSelection) ([]iface.SyncCommitteeSelection, error)
GetAggregatedSyncSelections mocks base method.
func (*MockValidatorClient) GetAttestationData ¶
func (m *MockValidatorClient) GetAttestationData(arg0 context.Context, arg1 *eth.AttestationDataRequest) (*eth.AttestationData, error)
GetAttestationData mocks base method.
func (*MockValidatorClient) GetBeaconBlock ¶
func (m *MockValidatorClient) GetBeaconBlock(arg0 context.Context, arg1 *eth.BlockRequest) (*eth.GenericBeaconBlock, error)
GetBeaconBlock mocks base method.
func (*MockValidatorClient) GetDuties ¶
func (m *MockValidatorClient) GetDuties(arg0 context.Context, arg1 *eth.DutiesRequest) (*eth.DutiesResponse, error)
GetDuties mocks base method.
func (*MockValidatorClient) GetFeeRecipientByPubKey ¶
func (m *MockValidatorClient) GetFeeRecipientByPubKey(arg0 context.Context, arg1 *eth.FeeRecipientByPubKeyRequest) (*eth.FeeRecipientByPubKeyResponse, error)
GetFeeRecipientByPubKey mocks base method.
func (*MockValidatorClient) GetSyncCommitteeContribution ¶
func (m *MockValidatorClient) GetSyncCommitteeContribution(arg0 context.Context, arg1 *eth.SyncCommitteeContributionRequest) (*eth.SyncCommitteeContribution, error)
GetSyncCommitteeContribution mocks base method.
func (*MockValidatorClient) GetSyncMessageBlockRoot ¶
func (m *MockValidatorClient) GetSyncMessageBlockRoot(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncMessageBlockRootResponse, error)
GetSyncMessageBlockRoot mocks base method.
func (*MockValidatorClient) GetSyncSubcommitteeIndex ¶
func (m *MockValidatorClient) GetSyncSubcommitteeIndex(arg0 context.Context, arg1 *eth.SyncSubcommitteeIndexRequest) (*eth.SyncSubcommitteeIndexResponse, error)
GetSyncSubcommitteeIndex mocks base method.
func (*MockValidatorClient) MultipleValidatorStatus ¶
func (m *MockValidatorClient) MultipleValidatorStatus(arg0 context.Context, arg1 *eth.MultipleValidatorStatusRequest) (*eth.MultipleValidatorStatusResponse, error)
MultipleValidatorStatus mocks base method.
func (*MockValidatorClient) PrepareBeaconProposer ¶
func (m *MockValidatorClient) PrepareBeaconProposer(arg0 context.Context, arg1 *eth.PrepareBeaconProposerRequest) (*emptypb.Empty, error)
PrepareBeaconProposer mocks base method.
func (*MockValidatorClient) ProposeAttestation ¶
func (m *MockValidatorClient) ProposeAttestation(arg0 context.Context, arg1 *eth.Attestation) (*eth.AttestResponse, error)
ProposeAttestation mocks base method.
func (*MockValidatorClient) ProposeBeaconBlock ¶
func (m *MockValidatorClient) ProposeBeaconBlock(arg0 context.Context, arg1 *eth.GenericSignedBeaconBlock) (*eth.ProposeResponse, error)
ProposeBeaconBlock mocks base method.
func (*MockValidatorClient) ProposeExit ¶
func (m *MockValidatorClient) ProposeExit(arg0 context.Context, arg1 *eth.SignedVoluntaryExit) (*eth.ProposeExitResponse, error)
ProposeExit mocks base method.
func (*MockValidatorClient) StartEventStream ¶
func (m *MockValidatorClient) StartEventStream(arg0 context.Context, arg1 []string, arg2 chan<- *event.Event)
StartEventStream mocks base method.
func (*MockValidatorClient) SubmitAggregateSelectionProof ¶
func (m *MockValidatorClient) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *eth.AggregateSelectionRequest, arg2 primitives.ValidatorIndex, arg3 uint64) (*eth.AggregateSelectionResponse, error)
SubmitAggregateSelectionProof mocks base method.
func (*MockValidatorClient) SubmitSignedAggregateSelectionProof ¶
func (m *MockValidatorClient) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *eth.SignedAggregateSubmitRequest) (*eth.SignedAggregateSubmitResponse, error)
SubmitSignedAggregateSelectionProof mocks base method.
func (*MockValidatorClient) SubmitSignedContributionAndProof ¶
func (m *MockValidatorClient) SubmitSignedContributionAndProof(arg0 context.Context, arg1 *eth.SignedContributionAndProof) (*emptypb.Empty, error)
SubmitSignedContributionAndProof mocks base method.
func (*MockValidatorClient) SubmitSyncMessage ¶
func (m *MockValidatorClient) SubmitSyncMessage(arg0 context.Context, arg1 *eth.SyncCommitteeMessage) (*emptypb.Empty, error)
SubmitSyncMessage mocks base method.
func (*MockValidatorClient) SubmitValidatorRegistrations ¶
func (m *MockValidatorClient) SubmitValidatorRegistrations(arg0 context.Context, arg1 *eth.SignedValidatorRegistrationsV1) (*emptypb.Empty, error)
SubmitValidatorRegistrations mocks base method.
func (*MockValidatorClient) SubscribeCommitteeSubnets ¶
func (m *MockValidatorClient) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest, arg2 []*eth.DutiesResponse_Duty) (*emptypb.Empty, error)
SubscribeCommitteeSubnets mocks base method.
func (*MockValidatorClient) ValidatorIndex ¶
func (m *MockValidatorClient) ValidatorIndex(arg0 context.Context, arg1 *eth.ValidatorIndexRequest) (*eth.ValidatorIndexResponse, error)
ValidatorIndex mocks base method.
func (*MockValidatorClient) ValidatorStatus ¶
func (m *MockValidatorClient) ValidatorStatus(arg0 context.Context, arg1 *eth.ValidatorStatusRequest) (*eth.ValidatorStatusResponse, error)
ValidatorStatus mocks base method.
func (*MockValidatorClient) WaitForActivation ¶
func (m *MockValidatorClient) WaitForActivation(arg0 context.Context, arg1 *eth.ValidatorActivationRequest) (eth.BeaconNodeValidator_WaitForActivationClient, error)
WaitForActivation mocks base method.
func (*MockValidatorClient) WaitForChainStart ¶
func (m *MockValidatorClient) WaitForChainStart(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ChainStartResponse, error)
WaitForChainStart mocks base method.
type MockValidatorClientMockRecorder ¶
type MockValidatorClientMockRecorder struct {
// contains filtered or unexported fields
}
MockValidatorClientMockRecorder is the mock recorder for MockValidatorClient.
func (*MockValidatorClientMockRecorder) CheckDoppelGanger ¶
func (mr *MockValidatorClientMockRecorder) CheckDoppelGanger(arg0, arg1 any) *gomock.Call
CheckDoppelGanger indicates an expected call of CheckDoppelGanger.
func (*MockValidatorClientMockRecorder) DomainData ¶
func (mr *MockValidatorClientMockRecorder) DomainData(arg0, arg1 any) *gomock.Call
DomainData indicates an expected call of DomainData.
func (*MockValidatorClientMockRecorder) EventStreamIsRunning ¶
func (mr *MockValidatorClientMockRecorder) EventStreamIsRunning() *gomock.Call
EventStreamIsRunning indicates an expected call of EventStreamIsRunning.
func (*MockValidatorClientMockRecorder) GetAggregatedSelections ¶
func (mr *MockValidatorClientMockRecorder) GetAggregatedSelections(arg0, arg1 any) *gomock.Call
GetAggregatedSelections indicates an expected call of GetAggregatedSelections.
func (*MockValidatorClientMockRecorder) GetAggregatedSyncSelections ¶ added in v5.0.2
func (mr *MockValidatorClientMockRecorder) GetAggregatedSyncSelections(arg0, arg1 any) *gomock.Call
GetAggregatedSyncSelections indicates an expected call of GetAggregatedSyncSelections.
func (*MockValidatorClientMockRecorder) GetAttestationData ¶
func (mr *MockValidatorClientMockRecorder) GetAttestationData(arg0, arg1 any) *gomock.Call
GetAttestationData indicates an expected call of GetAttestationData.
func (*MockValidatorClientMockRecorder) GetBeaconBlock ¶
func (mr *MockValidatorClientMockRecorder) GetBeaconBlock(arg0, arg1 any) *gomock.Call
GetBeaconBlock indicates an expected call of GetBeaconBlock.
func (*MockValidatorClientMockRecorder) GetDuties ¶
func (mr *MockValidatorClientMockRecorder) GetDuties(arg0, arg1 any) *gomock.Call
GetDuties indicates an expected call of GetDuties.
func (*MockValidatorClientMockRecorder) GetFeeRecipientByPubKey ¶
func (mr *MockValidatorClientMockRecorder) GetFeeRecipientByPubKey(arg0, arg1 any) *gomock.Call
GetFeeRecipientByPubKey indicates an expected call of GetFeeRecipientByPubKey.
func (*MockValidatorClientMockRecorder) GetSyncCommitteeContribution ¶
func (mr *MockValidatorClientMockRecorder) GetSyncCommitteeContribution(arg0, arg1 any) *gomock.Call
GetSyncCommitteeContribution indicates an expected call of GetSyncCommitteeContribution.
func (*MockValidatorClientMockRecorder) GetSyncMessageBlockRoot ¶
func (mr *MockValidatorClientMockRecorder) GetSyncMessageBlockRoot(arg0, arg1 any) *gomock.Call
GetSyncMessageBlockRoot indicates an expected call of GetSyncMessageBlockRoot.
func (*MockValidatorClientMockRecorder) GetSyncSubcommitteeIndex ¶
func (mr *MockValidatorClientMockRecorder) GetSyncSubcommitteeIndex(arg0, arg1 any) *gomock.Call
GetSyncSubcommitteeIndex indicates an expected call of GetSyncSubcommitteeIndex.
func (*MockValidatorClientMockRecorder) MultipleValidatorStatus ¶
func (mr *MockValidatorClientMockRecorder) MultipleValidatorStatus(arg0, arg1 any) *gomock.Call
MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus.
func (*MockValidatorClientMockRecorder) PrepareBeaconProposer ¶
func (mr *MockValidatorClientMockRecorder) PrepareBeaconProposer(arg0, arg1 any) *gomock.Call
PrepareBeaconProposer indicates an expected call of PrepareBeaconProposer.
func (*MockValidatorClientMockRecorder) ProposeAttestation ¶
func (mr *MockValidatorClientMockRecorder) ProposeAttestation(arg0, arg1 any) *gomock.Call
ProposeAttestation indicates an expected call of ProposeAttestation.
func (*MockValidatorClientMockRecorder) ProposeBeaconBlock ¶
func (mr *MockValidatorClientMockRecorder) ProposeBeaconBlock(arg0, arg1 any) *gomock.Call
ProposeBeaconBlock indicates an expected call of ProposeBeaconBlock.
func (*MockValidatorClientMockRecorder) ProposeExit ¶
func (mr *MockValidatorClientMockRecorder) ProposeExit(arg0, arg1 any) *gomock.Call
ProposeExit indicates an expected call of ProposeExit.
func (*MockValidatorClientMockRecorder) StartEventStream ¶
func (mr *MockValidatorClientMockRecorder) StartEventStream(arg0, arg1, arg2 any) *gomock.Call
StartEventStream indicates an expected call of StartEventStream.
func (*MockValidatorClientMockRecorder) SubmitAggregateSelectionProof ¶
func (mr *MockValidatorClientMockRecorder) SubmitAggregateSelectionProof(arg0, arg1, arg2, arg3 any) *gomock.Call
SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof.
func (*MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof ¶
func (mr *MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 any) *gomock.Call
SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof.
func (*MockValidatorClientMockRecorder) SubmitSignedContributionAndProof ¶
func (mr *MockValidatorClientMockRecorder) SubmitSignedContributionAndProof(arg0, arg1 any) *gomock.Call
SubmitSignedContributionAndProof indicates an expected call of SubmitSignedContributionAndProof.
func (*MockValidatorClientMockRecorder) SubmitSyncMessage ¶
func (mr *MockValidatorClientMockRecorder) SubmitSyncMessage(arg0, arg1 any) *gomock.Call
SubmitSyncMessage indicates an expected call of SubmitSyncMessage.
func (*MockValidatorClientMockRecorder) SubmitValidatorRegistrations ¶
func (mr *MockValidatorClientMockRecorder) SubmitValidatorRegistrations(arg0, arg1 any) *gomock.Call
SubmitValidatorRegistrations indicates an expected call of SubmitValidatorRegistrations.
func (*MockValidatorClientMockRecorder) SubscribeCommitteeSubnets ¶
func (mr *MockValidatorClientMockRecorder) SubscribeCommitteeSubnets(arg0, arg1, arg2 any) *gomock.Call
SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets.
func (*MockValidatorClientMockRecorder) ValidatorIndex ¶
func (mr *MockValidatorClientMockRecorder) ValidatorIndex(arg0, arg1 any) *gomock.Call
ValidatorIndex indicates an expected call of ValidatorIndex.
func (*MockValidatorClientMockRecorder) ValidatorStatus ¶
func (mr *MockValidatorClientMockRecorder) ValidatorStatus(arg0, arg1 any) *gomock.Call
ValidatorStatus indicates an expected call of ValidatorStatus.
func (*MockValidatorClientMockRecorder) WaitForActivation ¶
func (mr *MockValidatorClientMockRecorder) WaitForActivation(arg0, arg1 any) *gomock.Call
WaitForActivation indicates an expected call of WaitForActivation.
func (*MockValidatorClientMockRecorder) WaitForChainStart ¶
func (mr *MockValidatorClientMockRecorder) WaitForChainStart(arg0, arg1 any) *gomock.Call
WaitForChainStart indicates an expected call of WaitForChainStart.