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.
Package validator_mock is a generated GoMock package.
Index ¶
- type MockChainClient
- func (m *MockChainClient) ChainHead(ctx context.Context, in *emptypb.Empty) (*eth.ChainHead, error)
- func (m *MockChainClient) EXPECT() *MockChainClientMockRecorder
- func (m *MockChainClient) ValidatorBalances(ctx context.Context, in *eth.ListValidatorBalancesRequest) (*eth.ValidatorBalances, error)
- func (m *MockChainClient) ValidatorParticipation(ctx context.Context, in *eth.GetValidatorParticipationRequest) (*eth.ValidatorParticipationResponse, error)
- func (m *MockChainClient) ValidatorPerformance(arg0 context.Context, arg1 *eth.ValidatorPerformanceRequest) (*eth.ValidatorPerformanceResponse, error)
- func (m *MockChainClient) ValidatorQueue(ctx context.Context, in *emptypb.Empty) (*eth.ValidatorQueue, error)
- func (m *MockChainClient) Validators(ctx context.Context, in *eth.ListValidatorsRequest) (*eth.Validators, error)
- type MockChainClientMockRecorder
- func (mr *MockChainClientMockRecorder) ChainHead(ctx, in any) *gomock.Call
- func (mr *MockChainClientMockRecorder) ValidatorBalances(ctx, in any) *gomock.Call
- func (mr *MockChainClientMockRecorder) ValidatorParticipation(ctx, in any) *gomock.Call
- func (mr *MockChainClientMockRecorder) ValidatorPerformance(arg0, arg1 any) *gomock.Call
- func (mr *MockChainClientMockRecorder) ValidatorQueue(ctx, in any) *gomock.Call
- func (mr *MockChainClientMockRecorder) Validators(ctx, in any) *gomock.Call
- type MockNodeClient
- func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
- func (m *MockNodeClient) Genesis(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Genesis, error)
- func (m *MockNodeClient) IsHealthy(arg0 context.Context) bool
- func (m *MockNodeClient) Peers(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Peers, error)
- func (m *MockNodeClient) SyncStatus(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncStatus, error)
- func (m *MockNodeClient) Version(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Version, error)
- type MockNodeClientMockRecorder
- func (mr *MockNodeClientMockRecorder) Genesis(arg0, arg1 any) *gomock.Call
- func (mr *MockNodeClientMockRecorder) IsHealthy(arg0 any) *gomock.Call
- func (mr *MockNodeClientMockRecorder) Peers(arg0, arg1 any) *gomock.Call
- func (mr *MockNodeClientMockRecorder) SyncStatus(arg0, arg1 any) *gomock.Call
- func (mr *MockNodeClientMockRecorder) Version(arg0, arg1 any) *gomock.Call
- type MockPrysmChainClient
- func (m *MockPrysmChainClient) EXPECT() *MockPrysmChainClientMockRecorder
- func (m *MockPrysmChainClient) ValidatorCount(arg0 context.Context, arg1 string, arg2 []validator.Status) ([]iface.ValidatorCount, error)
- func (m *MockPrysmChainClient) ValidatorPerformance(arg0 context.Context, arg1 *eth.ValidatorPerformanceRequest) (*eth.ValidatorPerformanceResponse, error)
- type MockPrysmChainClientMockRecorder
- type MockValidator
- func (m *MockValidator) AccountsChangedChan() <-chan [][48]byte
- func (m *MockValidator) CheckDoppelGanger(arg0 context.Context) error
- func (m *MockValidator) DeleteGraffiti(arg0 context.Context, arg1 [48]byte) error
- func (m *MockValidator) Done()
- func (m *MockValidator) EXPECT() *MockValidatorMockRecorder
- func (m *MockValidator) EventStreamIsRunning() bool
- func (m *MockValidator) EventsChan() <-chan *event.Event
- func (m *MockValidator) FindHealthyHost(arg0 context.Context) bool
- func (m *MockValidator) GenesisTime() time.Time
- func (m *MockValidator) Graffiti(arg0 context.Context, arg1 [48]byte) ([]byte, error)
- func (m *MockValidator) HandleKeyReload(arg0 context.Context, arg1 [][48]byte) (bool, error)
- func (m *MockValidator) Host() string
- func (m *MockValidator) Keymanager() (keymanager.IKeymanager, error)
- func (m *MockValidator) LogSubmittedAtts(arg0 primitives.Slot)
- func (m *MockValidator) LogSubmittedSyncCommitteeMessages()
- func (m *MockValidator) LogValidatorGainsAndLosses(arg0 context.Context, arg1 primitives.Slot) error
- func (m *MockValidator) NextSlot() <-chan primitives.Slot
- func (m *MockValidator) ProcessEvent(arg0 context.Context, arg1 *event.Event)
- func (m *MockValidator) ProposeBlock(arg0 context.Context, arg1 primitives.Slot, arg2 [48]byte)
- func (m *MockValidator) ProposerSettings() *proposer.Settings
- func (m *MockValidator) PushProposerSettings(arg0 context.Context, arg1 primitives.Slot, arg2 bool) error
- func (m *MockValidator) RolesAt(arg0 context.Context, arg1 primitives.Slot) (map[[48]byte][]iface.ValidatorRole, error)
- func (m *MockValidator) SetGraffiti(arg0 context.Context, arg1 [48]byte, arg2 []byte) error
- func (m *MockValidator) SetProposerSettings(arg0 context.Context, arg1 *proposer.Settings) error
- func (m *MockValidator) SetTicker()
- func (m *MockValidator) SignValidatorRegistrationRequest(arg0 context.Context, arg1 iface.SigningFunc, ...) (*eth.SignedValidatorRegistrationV1, bool, error)
- func (m *MockValidator) SlotDeadline(arg0 primitives.Slot) time.Time
- func (m *MockValidator) StartEventStream(arg0 context.Context, arg1 []string)
- func (m *MockValidator) SubmitAggregateAndProof(arg0 context.Context, arg1 primitives.Slot, arg2 [48]byte)
- func (m *MockValidator) SubmitAttestation(arg0 context.Context, arg1 primitives.Slot, arg2 [48]byte)
- func (m *MockValidator) SubmitSignedContributionAndProof(arg0 context.Context, arg1 primitives.Slot, arg2 [48]byte)
- func (m *MockValidator) SubmitSyncCommitteeMessage(arg0 context.Context, arg1 primitives.Slot, arg2 [48]byte)
- func (m *MockValidator) UpdateDomainDataCaches(arg0 context.Context, arg1 primitives.Slot)
- func (m *MockValidator) UpdateDuties(arg0 context.Context) error
- func (m *MockValidator) WaitForActivation(arg0 context.Context) error
- func (m *MockValidator) WaitForChainStart(arg0 context.Context) error
- func (m *MockValidator) WaitForKeymanagerInitialization(arg0 context.Context) error
- func (m *MockValidator) WaitForSync(arg0 context.Context) error
- type MockValidatorClient
- func (m *MockValidatorClient) AggregatedSelections(ctx context.Context, selections []iface.BeaconCommitteeSelection) ([]iface.BeaconCommitteeSelection, error)
- func (m *MockValidatorClient) AggregatedSyncSelections(ctx context.Context, selections []iface.SyncCommitteeSelection) ([]iface.SyncCommitteeSelection, error)
- func (m *MockValidatorClient) AttestationData(ctx context.Context, in *eth.AttestationDataRequest) (*eth.AttestationData, error)
- func (m *MockValidatorClient) BeaconBlock(ctx context.Context, in *eth.BlockRequest) (*eth.GenericBeaconBlock, error)
- func (m *MockValidatorClient) CheckDoppelGanger(ctx context.Context, in *eth.DoppelGangerRequest) (*eth.DoppelGangerResponse, error)
- func (m *MockValidatorClient) DomainData(ctx context.Context, in *eth.DomainRequest) (*eth.DomainResponse, error)
- func (m *MockValidatorClient) Duties(ctx context.Context, in *eth.DutiesRequest) (*eth.ValidatorDutiesContainer, error)
- func (m *MockValidatorClient) EXPECT() *MockValidatorClientMockRecorder
- func (m *MockValidatorClient) EventStreamIsRunning() bool
- func (m *MockValidatorClient) FeeRecipientByPubKey(ctx context.Context, in *eth.FeeRecipientByPubKeyRequest) (*eth.FeeRecipientByPubKeyResponse, error)
- func (m *MockValidatorClient) Host() string
- func (m *MockValidatorClient) MultipleValidatorStatus(ctx context.Context, in *eth.MultipleValidatorStatusRequest) (*eth.MultipleValidatorStatusResponse, error)
- func (m *MockValidatorClient) PrepareBeaconProposer(ctx context.Context, in *eth.PrepareBeaconProposerRequest) (*emptypb.Empty, error)
- func (m *MockValidatorClient) ProposeAttestation(ctx context.Context, in *eth.Attestation) (*eth.AttestResponse, error)
- func (m *MockValidatorClient) ProposeAttestationElectra(ctx context.Context, in *eth.SingleAttestation) (*eth.AttestResponse, error)
- func (m *MockValidatorClient) ProposeBeaconBlock(ctx context.Context, in *eth.GenericSignedBeaconBlock) (*eth.ProposeResponse, error)
- func (m *MockValidatorClient) ProposeExit(ctx context.Context, in *eth.SignedVoluntaryExit) (*eth.ProposeExitResponse, error)
- func (m *MockValidatorClient) SetHost(host string)
- func (m *MockValidatorClient) StartEventStream(ctx context.Context, topics []string, eventsChannel chan<- *event.Event)
- func (m *MockValidatorClient) SubmitAggregateSelectionProof(ctx context.Context, in *eth.AggregateSelectionRequest, ...) (*eth.AggregateSelectionResponse, error)
- func (m *MockValidatorClient) SubmitAggregateSelectionProofElectra(ctx context.Context, in *eth.AggregateSelectionRequest, ...) (*eth.AggregateSelectionElectraResponse, error)
- func (m *MockValidatorClient) SubmitSignedAggregateSelectionProof(ctx context.Context, in *eth.SignedAggregateSubmitRequest) (*eth.SignedAggregateSubmitResponse, error)
- func (m *MockValidatorClient) SubmitSignedAggregateSelectionProofElectra(ctx context.Context, in *eth.SignedAggregateSubmitElectraRequest) (*eth.SignedAggregateSubmitResponse, error)
- func (m *MockValidatorClient) SubmitSignedContributionAndProof(ctx context.Context, in *eth.SignedContributionAndProof) (*emptypb.Empty, error)
- func (m *MockValidatorClient) SubmitSyncMessage(ctx context.Context, in *eth.SyncCommitteeMessage) (*emptypb.Empty, error)
- func (m *MockValidatorClient) SubmitValidatorRegistrations(ctx context.Context, in *eth.SignedValidatorRegistrationsV1) (*emptypb.Empty, error)
- func (m *MockValidatorClient) SubscribeCommitteeSubnets(ctx context.Context, in *eth.CommitteeSubnetsSubscribeRequest, ...) (*emptypb.Empty, error)
- func (m *MockValidatorClient) SyncCommitteeContribution(ctx context.Context, in *eth.SyncCommitteeContributionRequest) (*eth.SyncCommitteeContribution, error)
- func (m *MockValidatorClient) SyncMessageBlockRoot(ctx context.Context, in *emptypb.Empty) (*eth.SyncMessageBlockRootResponse, error)
- func (m *MockValidatorClient) SyncSubcommitteeIndex(ctx context.Context, in *eth.SyncSubcommitteeIndexRequest) (*eth.SyncSubcommitteeIndexResponse, error)
- func (m *MockValidatorClient) ValidatorIndex(ctx context.Context, in *eth.ValidatorIndexRequest) (*eth.ValidatorIndexResponse, error)
- func (m *MockValidatorClient) ValidatorStatus(ctx context.Context, in *eth.ValidatorStatusRequest) (*eth.ValidatorStatusResponse, error)
- func (m *MockValidatorClient) WaitForChainStart(ctx context.Context, in *emptypb.Empty) (*eth.ChainStartResponse, error)
- type MockValidatorClientMockRecorder
- func (mr *MockValidatorClientMockRecorder) AggregatedSelections(ctx, selections any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) AggregatedSyncSelections(ctx, selections any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) AttestationData(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) BeaconBlock(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) CheckDoppelGanger(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) DomainData(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) Duties(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) EventStreamIsRunning() *gomock.Call
- func (mr *MockValidatorClientMockRecorder) FeeRecipientByPubKey(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) Host() *gomock.Call
- func (mr *MockValidatorClientMockRecorder) MultipleValidatorStatus(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) PrepareBeaconProposer(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ProposeAttestation(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ProposeAttestationElectra(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ProposeBeaconBlock(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ProposeExit(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SetHost(host any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) StartEventStream(ctx, topics, eventsChannel any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitAggregateSelectionProof(ctx, in, index, committeeLength any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitAggregateSelectionProofElectra(ctx, in, arg2, arg3 any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProofElectra(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitSignedContributionAndProof(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitSyncMessage(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitValidatorRegistrations(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubscribeCommitteeSubnets(ctx, in, duties any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SyncCommitteeContribution(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SyncMessageBlockRoot(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SyncSubcommitteeIndex(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ValidatorIndex(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ValidatorStatus(ctx, in any) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) WaitForChainStart(ctx, in any) *gomock.Call
- type MockValidatorMockRecorder
- func (mr *MockValidatorMockRecorder) AccountsChangedChan() *gomock.Call
- func (mr *MockValidatorMockRecorder) CheckDoppelGanger(arg0 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) DeleteGraffiti(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) Done() *gomock.Call
- func (mr *MockValidatorMockRecorder) EventStreamIsRunning() *gomock.Call
- func (mr *MockValidatorMockRecorder) EventsChan() *gomock.Call
- func (mr *MockValidatorMockRecorder) FindHealthyHost(arg0 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) GenesisTime() *gomock.Call
- func (mr *MockValidatorMockRecorder) Graffiti(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) HandleKeyReload(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) Host() *gomock.Call
- func (mr *MockValidatorMockRecorder) Keymanager() *gomock.Call
- func (mr *MockValidatorMockRecorder) LogSubmittedAtts(arg0 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) LogSubmittedSyncCommitteeMessages() *gomock.Call
- func (mr *MockValidatorMockRecorder) LogValidatorGainsAndLosses(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) NextSlot() *gomock.Call
- func (mr *MockValidatorMockRecorder) ProcessEvent(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) ProposeBlock(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) ProposerSettings() *gomock.Call
- func (mr *MockValidatorMockRecorder) PushProposerSettings(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) RolesAt(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) SetGraffiti(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) SetProposerSettings(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) SetTicker() *gomock.Call
- func (mr *MockValidatorMockRecorder) SignValidatorRegistrationRequest(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) SlotDeadline(arg0 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) StartEventStream(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) SubmitAggregateAndProof(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) SubmitAttestation(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) SubmitSignedContributionAndProof(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) SubmitSyncCommitteeMessage(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) UpdateDomainDataCaches(arg0, arg1 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) UpdateDuties(arg0 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) WaitForActivation(arg0 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) WaitForChainStart(arg0 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) WaitForKeymanagerInitialization(arg0 any) *gomock.Call
- func (mr *MockValidatorMockRecorder) WaitForSync(arg0 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChainClient ¶
type MockChainClient struct {
// contains filtered or unexported fields
}
MockChainClient is a mock of ChainClient interface.
func NewMockChainClient ¶
func NewMockChainClient(ctrl *gomock.Controller) *MockChainClient
NewMockChainClient creates a new mock instance.
func (*MockChainClient) EXPECT ¶
func (m *MockChainClient) EXPECT() *MockChainClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockChainClient) ValidatorBalances ¶
func (m *MockChainClient) ValidatorBalances(ctx context.Context, in *eth.ListValidatorBalancesRequest) (*eth.ValidatorBalances, error)
ValidatorBalances mocks base method.
func (*MockChainClient) ValidatorParticipation ¶
func (m *MockChainClient) ValidatorParticipation(ctx context.Context, in *eth.GetValidatorParticipationRequest) (*eth.ValidatorParticipationResponse, error)
ValidatorParticipation mocks base method.
func (*MockChainClient) ValidatorPerformance ¶
func (m *MockChainClient) ValidatorPerformance(arg0 context.Context, arg1 *eth.ValidatorPerformanceRequest) (*eth.ValidatorPerformanceResponse, error)
ValidatorPerformance mocks base method.
func (*MockChainClient) ValidatorQueue ¶
func (m *MockChainClient) ValidatorQueue(ctx context.Context, in *emptypb.Empty) (*eth.ValidatorQueue, error)
ValidatorQueue mocks base method.
func (*MockChainClient) Validators ¶
func (m *MockChainClient) Validators(ctx context.Context, in *eth.ListValidatorsRequest) (*eth.Validators, error)
Validators mocks base method.
type MockChainClientMockRecorder ¶
type MockChainClientMockRecorder struct {
// contains filtered or unexported fields
}
MockChainClientMockRecorder is the mock recorder for MockChainClient.
func (*MockChainClientMockRecorder) ChainHead ¶
func (mr *MockChainClientMockRecorder) ChainHead(ctx, in any) *gomock.Call
ChainHead indicates an expected call of ChainHead.
func (*MockChainClientMockRecorder) ValidatorBalances ¶
func (mr *MockChainClientMockRecorder) ValidatorBalances(ctx, in any) *gomock.Call
ValidatorBalances indicates an expected call of ValidatorBalances.
func (*MockChainClientMockRecorder) ValidatorParticipation ¶
func (mr *MockChainClientMockRecorder) ValidatorParticipation(ctx, in any) *gomock.Call
ValidatorParticipation indicates an expected call of ValidatorParticipation.
func (*MockChainClientMockRecorder) ValidatorPerformance ¶
func (mr *MockChainClientMockRecorder) ValidatorPerformance(arg0, arg1 any) *gomock.Call
ValidatorPerformance indicates an expected call of ValidatorPerformance.
func (*MockChainClientMockRecorder) ValidatorQueue ¶
func (mr *MockChainClientMockRecorder) ValidatorQueue(ctx, in any) *gomock.Call
ValidatorQueue indicates an expected call of ValidatorQueue.
func (*MockChainClientMockRecorder) Validators ¶
func (mr *MockChainClientMockRecorder) Validators(ctx, in any) *gomock.Call
Validators indicates an expected call of Validators.
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) IsHealthy ¶
func (m *MockNodeClient) IsHealthy(arg0 context.Context) bool
IsHealthy mocks base method.
func (*MockNodeClient) SyncStatus ¶
func (m *MockNodeClient) SyncStatus(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncStatus, error)
SyncStatus mocks base method.
type MockNodeClientMockRecorder ¶
type MockNodeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNodeClientMockRecorder is the mock recorder for MockNodeClient.
func (*MockNodeClientMockRecorder) Genesis ¶
func (mr *MockNodeClientMockRecorder) Genesis(arg0, arg1 any) *gomock.Call
Genesis indicates an expected call of Genesis.
func (*MockNodeClientMockRecorder) IsHealthy ¶
func (mr *MockNodeClientMockRecorder) IsHealthy(arg0 any) *gomock.Call
IsHealthy indicates an expected call of IsHealthy.
func (*MockNodeClientMockRecorder) Peers ¶
func (mr *MockNodeClientMockRecorder) Peers(arg0, arg1 any) *gomock.Call
Peers indicates an expected call of Peers.
func (*MockNodeClientMockRecorder) SyncStatus ¶
func (mr *MockNodeClientMockRecorder) SyncStatus(arg0, arg1 any) *gomock.Call
SyncStatus indicates an expected call of SyncStatus.
type MockPrysmChainClient ¶
type MockPrysmChainClient struct {
// contains filtered or unexported fields
}
MockPrysmChainClient is a mock of PrysmChainClient interface.
func NewMockPrysmChainClient ¶
func NewMockPrysmChainClient(ctrl *gomock.Controller) *MockPrysmChainClient
NewMockPrysmChainClient creates a new mock instance.
func (*MockPrysmChainClient) EXPECT ¶
func (m *MockPrysmChainClient) EXPECT() *MockPrysmChainClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPrysmChainClient) ValidatorCount ¶
func (m *MockPrysmChainClient) ValidatorCount(arg0 context.Context, arg1 string, arg2 []validator.Status) ([]iface.ValidatorCount, error)
ValidatorCount mocks base method.
func (*MockPrysmChainClient) ValidatorPerformance ¶
func (m *MockPrysmChainClient) ValidatorPerformance(arg0 context.Context, arg1 *eth.ValidatorPerformanceRequest) (*eth.ValidatorPerformanceResponse, error)
ValidatorPerformance mocks base method.
type MockPrysmChainClientMockRecorder ¶
type MockPrysmChainClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPrysmChainClientMockRecorder is the mock recorder for MockPrysmChainClient.
func (*MockPrysmChainClientMockRecorder) ValidatorCount ¶
func (mr *MockPrysmChainClientMockRecorder) ValidatorCount(arg0, arg1, arg2 any) *gomock.Call
ValidatorCount indicates an expected call of ValidatorCount.
func (*MockPrysmChainClientMockRecorder) ValidatorPerformance ¶
func (mr *MockPrysmChainClientMockRecorder) ValidatorPerformance(arg0, arg1 any) *gomock.Call
ValidatorPerformance indicates an expected call of ValidatorPerformance.
type MockValidator ¶
type MockValidator struct {
// contains filtered or unexported fields
}
MockValidator is a mock of Validator interface.
func NewMockValidator ¶
func NewMockValidator(ctrl *gomock.Controller) *MockValidator
NewMockValidator creates a new mock instance.
func (*MockValidator) AccountsChangedChan ¶
func (m *MockValidator) AccountsChangedChan() <-chan [][48]byte
AccountsChangedChan mocks base method.
func (*MockValidator) CheckDoppelGanger ¶
func (m *MockValidator) CheckDoppelGanger(arg0 context.Context) error
CheckDoppelGanger mocks base method.
func (*MockValidator) DeleteGraffiti ¶
func (m *MockValidator) DeleteGraffiti(arg0 context.Context, arg1 [48]byte) error
DeleteGraffiti mocks base method.
func (*MockValidator) EXPECT ¶
func (m *MockValidator) EXPECT() *MockValidatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockValidator) EventStreamIsRunning ¶
func (m *MockValidator) EventStreamIsRunning() bool
EventStreamIsRunning mocks base method.
func (*MockValidator) EventsChan ¶
func (m *MockValidator) EventsChan() <-chan *event.Event
EventsChan mocks base method.
func (*MockValidator) FindHealthyHost ¶
func (m *MockValidator) FindHealthyHost(arg0 context.Context) bool
FindHealthyHost mocks base method.
func (*MockValidator) GenesisTime ¶
func (m *MockValidator) GenesisTime() time.Time
GenesisTime mocks base method.
func (*MockValidator) HandleKeyReload ¶
HandleKeyReload mocks base method.
func (*MockValidator) Keymanager ¶
func (m *MockValidator) Keymanager() (keymanager.IKeymanager, error)
Keymanager mocks base method.
func (*MockValidator) LogSubmittedAtts ¶
func (m *MockValidator) LogSubmittedAtts(arg0 primitives.Slot)
LogSubmittedAtts mocks base method.
func (*MockValidator) LogSubmittedSyncCommitteeMessages ¶
func (m *MockValidator) LogSubmittedSyncCommitteeMessages()
LogSubmittedSyncCommitteeMessages mocks base method.
func (*MockValidator) LogValidatorGainsAndLosses ¶
func (m *MockValidator) LogValidatorGainsAndLosses(arg0 context.Context, arg1 primitives.Slot) error
LogValidatorGainsAndLosses mocks base method.
func (*MockValidator) NextSlot ¶
func (m *MockValidator) NextSlot() <-chan primitives.Slot
NextSlot mocks base method.
func (*MockValidator) ProcessEvent ¶
func (m *MockValidator) ProcessEvent(arg0 context.Context, arg1 *event.Event)
ProcessEvent mocks base method.
func (*MockValidator) ProposeBlock ¶
func (m *MockValidator) ProposeBlock(arg0 context.Context, arg1 primitives.Slot, arg2 [48]byte)
ProposeBlock mocks base method.
func (*MockValidator) ProposerSettings ¶
func (m *MockValidator) ProposerSettings() *proposer.Settings
ProposerSettings mocks base method.
func (*MockValidator) PushProposerSettings ¶
func (m *MockValidator) PushProposerSettings(arg0 context.Context, arg1 primitives.Slot, arg2 bool) error
PushProposerSettings mocks base method.
func (*MockValidator) RolesAt ¶
func (m *MockValidator) RolesAt(arg0 context.Context, arg1 primitives.Slot) (map[[48]byte][]iface.ValidatorRole, error)
RolesAt mocks base method.
func (*MockValidator) SetGraffiti ¶
SetGraffiti mocks base method.
func (*MockValidator) SetProposerSettings ¶
SetProposerSettings mocks base method.
func (*MockValidator) SignValidatorRegistrationRequest ¶
func (m *MockValidator) SignValidatorRegistrationRequest(arg0 context.Context, arg1 iface.SigningFunc, arg2 *eth.ValidatorRegistrationV1) (*eth.SignedValidatorRegistrationV1, bool, error)
SignValidatorRegistrationRequest mocks base method.
func (*MockValidator) SlotDeadline ¶
func (m *MockValidator) SlotDeadline(arg0 primitives.Slot) time.Time
SlotDeadline mocks base method.
func (*MockValidator) StartEventStream ¶
func (m *MockValidator) StartEventStream(arg0 context.Context, arg1 []string)
StartEventStream mocks base method.
func (*MockValidator) SubmitAggregateAndProof ¶
func (m *MockValidator) SubmitAggregateAndProof(arg0 context.Context, arg1 primitives.Slot, arg2 [48]byte)
SubmitAggregateAndProof mocks base method.
func (*MockValidator) SubmitAttestation ¶
func (m *MockValidator) SubmitAttestation(arg0 context.Context, arg1 primitives.Slot, arg2 [48]byte)
SubmitAttestation mocks base method.
func (*MockValidator) SubmitSignedContributionAndProof ¶
func (m *MockValidator) SubmitSignedContributionAndProof(arg0 context.Context, arg1 primitives.Slot, arg2 [48]byte)
SubmitSignedContributionAndProof mocks base method.
func (*MockValidator) SubmitSyncCommitteeMessage ¶
func (m *MockValidator) SubmitSyncCommitteeMessage(arg0 context.Context, arg1 primitives.Slot, arg2 [48]byte)
SubmitSyncCommitteeMessage mocks base method.
func (*MockValidator) UpdateDomainDataCaches ¶
func (m *MockValidator) UpdateDomainDataCaches(arg0 context.Context, arg1 primitives.Slot)
UpdateDomainDataCaches mocks base method.
func (*MockValidator) UpdateDuties ¶
func (m *MockValidator) UpdateDuties(arg0 context.Context) error
UpdateDuties mocks base method.
func (*MockValidator) WaitForActivation ¶
func (m *MockValidator) WaitForActivation(arg0 context.Context) error
WaitForActivation mocks base method.
func (*MockValidator) WaitForChainStart ¶
func (m *MockValidator) WaitForChainStart(arg0 context.Context) error
WaitForChainStart mocks base method.
func (*MockValidator) WaitForKeymanagerInitialization ¶
func (m *MockValidator) WaitForKeymanagerInitialization(arg0 context.Context) error
WaitForKeymanagerInitialization mocks base method.
func (*MockValidator) WaitForSync ¶
func (m *MockValidator) WaitForSync(arg0 context.Context) error
WaitForSync mocks base method.
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) AggregatedSelections ¶
func (m *MockValidatorClient) AggregatedSelections(ctx context.Context, selections []iface.BeaconCommitteeSelection) ([]iface.BeaconCommitteeSelection, error)
AggregatedSelections mocks base method.
func (*MockValidatorClient) AggregatedSyncSelections ¶
func (m *MockValidatorClient) AggregatedSyncSelections(ctx context.Context, selections []iface.SyncCommitteeSelection) ([]iface.SyncCommitteeSelection, error)
AggregatedSyncSelections mocks base method.
func (*MockValidatorClient) AttestationData ¶
func (m *MockValidatorClient) AttestationData(ctx context.Context, in *eth.AttestationDataRequest) (*eth.AttestationData, error)
AttestationData mocks base method.
func (*MockValidatorClient) BeaconBlock ¶
func (m *MockValidatorClient) BeaconBlock(ctx context.Context, in *eth.BlockRequest) (*eth.GenericBeaconBlock, error)
BeaconBlock mocks base method.
func (*MockValidatorClient) CheckDoppelGanger ¶
func (m *MockValidatorClient) CheckDoppelGanger(ctx context.Context, in *eth.DoppelGangerRequest) (*eth.DoppelGangerResponse, error)
CheckDoppelGanger mocks base method.
func (*MockValidatorClient) DomainData ¶
func (m *MockValidatorClient) DomainData(ctx context.Context, in *eth.DomainRequest) (*eth.DomainResponse, error)
DomainData mocks base method.
func (*MockValidatorClient) Duties ¶
func (m *MockValidatorClient) Duties(ctx context.Context, in *eth.DutiesRequest) (*eth.ValidatorDutiesContainer, error)
Duties 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) FeeRecipientByPubKey ¶
func (m *MockValidatorClient) FeeRecipientByPubKey(ctx context.Context, in *eth.FeeRecipientByPubKeyRequest) (*eth.FeeRecipientByPubKeyResponse, error)
FeeRecipientByPubKey mocks base method.
func (*MockValidatorClient) Host ¶
func (m *MockValidatorClient) Host() string
Host mocks base method.
func (*MockValidatorClient) MultipleValidatorStatus ¶
func (m *MockValidatorClient) MultipleValidatorStatus(ctx context.Context, in *eth.MultipleValidatorStatusRequest) (*eth.MultipleValidatorStatusResponse, error)
MultipleValidatorStatus mocks base method.
func (*MockValidatorClient) PrepareBeaconProposer ¶
func (m *MockValidatorClient) PrepareBeaconProposer(ctx context.Context, in *eth.PrepareBeaconProposerRequest) (*emptypb.Empty, error)
PrepareBeaconProposer mocks base method.
func (*MockValidatorClient) ProposeAttestation ¶
func (m *MockValidatorClient) ProposeAttestation(ctx context.Context, in *eth.Attestation) (*eth.AttestResponse, error)
ProposeAttestation mocks base method.
func (*MockValidatorClient) ProposeAttestationElectra ¶
func (m *MockValidatorClient) ProposeAttestationElectra(ctx context.Context, in *eth.SingleAttestation) (*eth.AttestResponse, error)
ProposeAttestationElectra mocks base method.
func (*MockValidatorClient) ProposeBeaconBlock ¶
func (m *MockValidatorClient) ProposeBeaconBlock(ctx context.Context, in *eth.GenericSignedBeaconBlock) (*eth.ProposeResponse, error)
ProposeBeaconBlock mocks base method.
func (*MockValidatorClient) ProposeExit ¶
func (m *MockValidatorClient) ProposeExit(ctx context.Context, in *eth.SignedVoluntaryExit) (*eth.ProposeExitResponse, error)
ProposeExit mocks base method.
func (*MockValidatorClient) SetHost ¶
func (m *MockValidatorClient) SetHost(host string)
SetHost mocks base method.
func (*MockValidatorClient) StartEventStream ¶
func (m *MockValidatorClient) StartEventStream(ctx context.Context, topics []string, eventsChannel chan<- *event.Event)
StartEventStream mocks base method.
func (*MockValidatorClient) SubmitAggregateSelectionProof ¶
func (m *MockValidatorClient) SubmitAggregateSelectionProof(ctx context.Context, in *eth.AggregateSelectionRequest, index primitives.ValidatorIndex, committeeLength uint64) (*eth.AggregateSelectionResponse, error)
SubmitAggregateSelectionProof mocks base method.
func (*MockValidatorClient) SubmitAggregateSelectionProofElectra ¶
func (m *MockValidatorClient) SubmitAggregateSelectionProofElectra(ctx context.Context, in *eth.AggregateSelectionRequest, arg2 primitives.ValidatorIndex, arg3 uint64) (*eth.AggregateSelectionElectraResponse, error)
SubmitAggregateSelectionProofElectra mocks base method.
func (*MockValidatorClient) SubmitSignedAggregateSelectionProof ¶
func (m *MockValidatorClient) SubmitSignedAggregateSelectionProof(ctx context.Context, in *eth.SignedAggregateSubmitRequest) (*eth.SignedAggregateSubmitResponse, error)
SubmitSignedAggregateSelectionProof mocks base method.
func (*MockValidatorClient) SubmitSignedAggregateSelectionProofElectra ¶
func (m *MockValidatorClient) SubmitSignedAggregateSelectionProofElectra(ctx context.Context, in *eth.SignedAggregateSubmitElectraRequest) (*eth.SignedAggregateSubmitResponse, error)
SubmitSignedAggregateSelectionProofElectra mocks base method.
func (*MockValidatorClient) SubmitSignedContributionAndProof ¶
func (m *MockValidatorClient) SubmitSignedContributionAndProof(ctx context.Context, in *eth.SignedContributionAndProof) (*emptypb.Empty, error)
SubmitSignedContributionAndProof mocks base method.
func (*MockValidatorClient) SubmitSyncMessage ¶
func (m *MockValidatorClient) SubmitSyncMessage(ctx context.Context, in *eth.SyncCommitteeMessage) (*emptypb.Empty, error)
SubmitSyncMessage mocks base method.
func (*MockValidatorClient) SubmitValidatorRegistrations ¶
func (m *MockValidatorClient) SubmitValidatorRegistrations(ctx context.Context, in *eth.SignedValidatorRegistrationsV1) (*emptypb.Empty, error)
SubmitValidatorRegistrations mocks base method.
func (*MockValidatorClient) SubscribeCommitteeSubnets ¶
func (m *MockValidatorClient) SubscribeCommitteeSubnets(ctx context.Context, in *eth.CommitteeSubnetsSubscribeRequest, duties []*eth.ValidatorDuty) (*emptypb.Empty, error)
SubscribeCommitteeSubnets mocks base method.
func (*MockValidatorClient) SyncCommitteeContribution ¶
func (m *MockValidatorClient) SyncCommitteeContribution(ctx context.Context, in *eth.SyncCommitteeContributionRequest) (*eth.SyncCommitteeContribution, error)
SyncCommitteeContribution mocks base method.
func (*MockValidatorClient) SyncMessageBlockRoot ¶
func (m *MockValidatorClient) SyncMessageBlockRoot(ctx context.Context, in *emptypb.Empty) (*eth.SyncMessageBlockRootResponse, error)
SyncMessageBlockRoot mocks base method.
func (*MockValidatorClient) SyncSubcommitteeIndex ¶
func (m *MockValidatorClient) SyncSubcommitteeIndex(ctx context.Context, in *eth.SyncSubcommitteeIndexRequest) (*eth.SyncSubcommitteeIndexResponse, error)
SyncSubcommitteeIndex mocks base method.
func (*MockValidatorClient) ValidatorIndex ¶
func (m *MockValidatorClient) ValidatorIndex(ctx context.Context, in *eth.ValidatorIndexRequest) (*eth.ValidatorIndexResponse, error)
ValidatorIndex mocks base method.
func (*MockValidatorClient) ValidatorStatus ¶
func (m *MockValidatorClient) ValidatorStatus(ctx context.Context, in *eth.ValidatorStatusRequest) (*eth.ValidatorStatusResponse, error)
ValidatorStatus mocks base method.
func (*MockValidatorClient) WaitForChainStart ¶
func (m *MockValidatorClient) WaitForChainStart(ctx context.Context, in *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) AggregatedSelections ¶
func (mr *MockValidatorClientMockRecorder) AggregatedSelections(ctx, selections any) *gomock.Call
AggregatedSelections indicates an expected call of AggregatedSelections.
func (*MockValidatorClientMockRecorder) AggregatedSyncSelections ¶
func (mr *MockValidatorClientMockRecorder) AggregatedSyncSelections(ctx, selections any) *gomock.Call
AggregatedSyncSelections indicates an expected call of AggregatedSyncSelections.
func (*MockValidatorClientMockRecorder) AttestationData ¶
func (mr *MockValidatorClientMockRecorder) AttestationData(ctx, in any) *gomock.Call
AttestationData indicates an expected call of AttestationData.
func (*MockValidatorClientMockRecorder) BeaconBlock ¶
func (mr *MockValidatorClientMockRecorder) BeaconBlock(ctx, in any) *gomock.Call
BeaconBlock indicates an expected call of BeaconBlock.
func (*MockValidatorClientMockRecorder) CheckDoppelGanger ¶
func (mr *MockValidatorClientMockRecorder) CheckDoppelGanger(ctx, in any) *gomock.Call
CheckDoppelGanger indicates an expected call of CheckDoppelGanger.
func (*MockValidatorClientMockRecorder) DomainData ¶
func (mr *MockValidatorClientMockRecorder) DomainData(ctx, in any) *gomock.Call
DomainData indicates an expected call of DomainData.
func (*MockValidatorClientMockRecorder) Duties ¶
func (mr *MockValidatorClientMockRecorder) Duties(ctx, in any) *gomock.Call
Duties indicates an expected call of Duties.
func (*MockValidatorClientMockRecorder) EventStreamIsRunning ¶
func (mr *MockValidatorClientMockRecorder) EventStreamIsRunning() *gomock.Call
EventStreamIsRunning indicates an expected call of EventStreamIsRunning.
func (*MockValidatorClientMockRecorder) FeeRecipientByPubKey ¶
func (mr *MockValidatorClientMockRecorder) FeeRecipientByPubKey(ctx, in any) *gomock.Call
FeeRecipientByPubKey indicates an expected call of FeeRecipientByPubKey.
func (*MockValidatorClientMockRecorder) Host ¶
func (mr *MockValidatorClientMockRecorder) Host() *gomock.Call
Host indicates an expected call of Host.
func (*MockValidatorClientMockRecorder) MultipleValidatorStatus ¶
func (mr *MockValidatorClientMockRecorder) MultipleValidatorStatus(ctx, in any) *gomock.Call
MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus.
func (*MockValidatorClientMockRecorder) PrepareBeaconProposer ¶
func (mr *MockValidatorClientMockRecorder) PrepareBeaconProposer(ctx, in any) *gomock.Call
PrepareBeaconProposer indicates an expected call of PrepareBeaconProposer.
func (*MockValidatorClientMockRecorder) ProposeAttestation ¶
func (mr *MockValidatorClientMockRecorder) ProposeAttestation(ctx, in any) *gomock.Call
ProposeAttestation indicates an expected call of ProposeAttestation.
func (*MockValidatorClientMockRecorder) ProposeAttestationElectra ¶
func (mr *MockValidatorClientMockRecorder) ProposeAttestationElectra(ctx, in any) *gomock.Call
ProposeAttestationElectra indicates an expected call of ProposeAttestationElectra.
func (*MockValidatorClientMockRecorder) ProposeBeaconBlock ¶
func (mr *MockValidatorClientMockRecorder) ProposeBeaconBlock(ctx, in any) *gomock.Call
ProposeBeaconBlock indicates an expected call of ProposeBeaconBlock.
func (*MockValidatorClientMockRecorder) ProposeExit ¶
func (mr *MockValidatorClientMockRecorder) ProposeExit(ctx, in any) *gomock.Call
ProposeExit indicates an expected call of ProposeExit.
func (*MockValidatorClientMockRecorder) SetHost ¶
func (mr *MockValidatorClientMockRecorder) SetHost(host any) *gomock.Call
SetHost indicates an expected call of SetHost.
func (*MockValidatorClientMockRecorder) StartEventStream ¶
func (mr *MockValidatorClientMockRecorder) StartEventStream(ctx, topics, eventsChannel any) *gomock.Call
StartEventStream indicates an expected call of StartEventStream.
func (*MockValidatorClientMockRecorder) SubmitAggregateSelectionProof ¶
func (mr *MockValidatorClientMockRecorder) SubmitAggregateSelectionProof(ctx, in, index, committeeLength any) *gomock.Call
SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof.
func (*MockValidatorClientMockRecorder) SubmitAggregateSelectionProofElectra ¶
func (mr *MockValidatorClientMockRecorder) SubmitAggregateSelectionProofElectra(ctx, in, arg2, arg3 any) *gomock.Call
SubmitAggregateSelectionProofElectra indicates an expected call of SubmitAggregateSelectionProofElectra.
func (*MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof ¶
func (mr *MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(ctx, in any) *gomock.Call
SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof.
func (*MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProofElectra ¶
func (mr *MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProofElectra(ctx, in any) *gomock.Call
SubmitSignedAggregateSelectionProofElectra indicates an expected call of SubmitSignedAggregateSelectionProofElectra.
func (*MockValidatorClientMockRecorder) SubmitSignedContributionAndProof ¶
func (mr *MockValidatorClientMockRecorder) SubmitSignedContributionAndProof(ctx, in any) *gomock.Call
SubmitSignedContributionAndProof indicates an expected call of SubmitSignedContributionAndProof.
func (*MockValidatorClientMockRecorder) SubmitSyncMessage ¶
func (mr *MockValidatorClientMockRecorder) SubmitSyncMessage(ctx, in any) *gomock.Call
SubmitSyncMessage indicates an expected call of SubmitSyncMessage.
func (*MockValidatorClientMockRecorder) SubmitValidatorRegistrations ¶
func (mr *MockValidatorClientMockRecorder) SubmitValidatorRegistrations(ctx, in any) *gomock.Call
SubmitValidatorRegistrations indicates an expected call of SubmitValidatorRegistrations.
func (*MockValidatorClientMockRecorder) SubscribeCommitteeSubnets ¶
func (mr *MockValidatorClientMockRecorder) SubscribeCommitteeSubnets(ctx, in, duties any) *gomock.Call
SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets.
func (*MockValidatorClientMockRecorder) SyncCommitteeContribution ¶
func (mr *MockValidatorClientMockRecorder) SyncCommitteeContribution(ctx, in any) *gomock.Call
SyncCommitteeContribution indicates an expected call of SyncCommitteeContribution.
func (*MockValidatorClientMockRecorder) SyncMessageBlockRoot ¶
func (mr *MockValidatorClientMockRecorder) SyncMessageBlockRoot(ctx, in any) *gomock.Call
SyncMessageBlockRoot indicates an expected call of SyncMessageBlockRoot.
func (*MockValidatorClientMockRecorder) SyncSubcommitteeIndex ¶
func (mr *MockValidatorClientMockRecorder) SyncSubcommitteeIndex(ctx, in any) *gomock.Call
SyncSubcommitteeIndex indicates an expected call of SyncSubcommitteeIndex.
func (*MockValidatorClientMockRecorder) ValidatorIndex ¶
func (mr *MockValidatorClientMockRecorder) ValidatorIndex(ctx, in any) *gomock.Call
ValidatorIndex indicates an expected call of ValidatorIndex.
func (*MockValidatorClientMockRecorder) ValidatorStatus ¶
func (mr *MockValidatorClientMockRecorder) ValidatorStatus(ctx, in any) *gomock.Call
ValidatorStatus indicates an expected call of ValidatorStatus.
func (*MockValidatorClientMockRecorder) WaitForChainStart ¶
func (mr *MockValidatorClientMockRecorder) WaitForChainStart(ctx, in any) *gomock.Call
WaitForChainStart indicates an expected call of WaitForChainStart.
type MockValidatorMockRecorder ¶
type MockValidatorMockRecorder struct {
// contains filtered or unexported fields
}
MockValidatorMockRecorder is the mock recorder for MockValidator.
func (*MockValidatorMockRecorder) AccountsChangedChan ¶
func (mr *MockValidatorMockRecorder) AccountsChangedChan() *gomock.Call
AccountsChangedChan indicates an expected call of AccountsChangedChan.
func (*MockValidatorMockRecorder) CheckDoppelGanger ¶
func (mr *MockValidatorMockRecorder) CheckDoppelGanger(arg0 any) *gomock.Call
CheckDoppelGanger indicates an expected call of CheckDoppelGanger.
func (*MockValidatorMockRecorder) DeleteGraffiti ¶
func (mr *MockValidatorMockRecorder) DeleteGraffiti(arg0, arg1 any) *gomock.Call
DeleteGraffiti indicates an expected call of DeleteGraffiti.
func (*MockValidatorMockRecorder) Done ¶
func (mr *MockValidatorMockRecorder) Done() *gomock.Call
Done indicates an expected call of Done.
func (*MockValidatorMockRecorder) EventStreamIsRunning ¶
func (mr *MockValidatorMockRecorder) EventStreamIsRunning() *gomock.Call
EventStreamIsRunning indicates an expected call of EventStreamIsRunning.
func (*MockValidatorMockRecorder) EventsChan ¶
func (mr *MockValidatorMockRecorder) EventsChan() *gomock.Call
EventsChan indicates an expected call of EventsChan.
func (*MockValidatorMockRecorder) FindHealthyHost ¶
func (mr *MockValidatorMockRecorder) FindHealthyHost(arg0 any) *gomock.Call
FindHealthyHost indicates an expected call of FindHealthyHost.
func (*MockValidatorMockRecorder) GenesisTime ¶
func (mr *MockValidatorMockRecorder) GenesisTime() *gomock.Call
GenesisTime indicates an expected call of GenesisTime.
func (*MockValidatorMockRecorder) Graffiti ¶
func (mr *MockValidatorMockRecorder) Graffiti(arg0, arg1 any) *gomock.Call
Graffiti indicates an expected call of Graffiti.
func (*MockValidatorMockRecorder) HandleKeyReload ¶
func (mr *MockValidatorMockRecorder) HandleKeyReload(arg0, arg1 any) *gomock.Call
HandleKeyReload indicates an expected call of HandleKeyReload.
func (*MockValidatorMockRecorder) Host ¶
func (mr *MockValidatorMockRecorder) Host() *gomock.Call
Host indicates an expected call of Host.
func (*MockValidatorMockRecorder) Keymanager ¶
func (mr *MockValidatorMockRecorder) Keymanager() *gomock.Call
Keymanager indicates an expected call of Keymanager.
func (*MockValidatorMockRecorder) LogSubmittedAtts ¶
func (mr *MockValidatorMockRecorder) LogSubmittedAtts(arg0 any) *gomock.Call
LogSubmittedAtts indicates an expected call of LogSubmittedAtts.
func (*MockValidatorMockRecorder) LogSubmittedSyncCommitteeMessages ¶
func (mr *MockValidatorMockRecorder) LogSubmittedSyncCommitteeMessages() *gomock.Call
LogSubmittedSyncCommitteeMessages indicates an expected call of LogSubmittedSyncCommitteeMessages.
func (*MockValidatorMockRecorder) LogValidatorGainsAndLosses ¶
func (mr *MockValidatorMockRecorder) LogValidatorGainsAndLosses(arg0, arg1 any) *gomock.Call
LogValidatorGainsAndLosses indicates an expected call of LogValidatorGainsAndLosses.
func (*MockValidatorMockRecorder) NextSlot ¶
func (mr *MockValidatorMockRecorder) NextSlot() *gomock.Call
NextSlot indicates an expected call of NextSlot.
func (*MockValidatorMockRecorder) ProcessEvent ¶
func (mr *MockValidatorMockRecorder) ProcessEvent(arg0, arg1 any) *gomock.Call
ProcessEvent indicates an expected call of ProcessEvent.
func (*MockValidatorMockRecorder) ProposeBlock ¶
func (mr *MockValidatorMockRecorder) ProposeBlock(arg0, arg1, arg2 any) *gomock.Call
ProposeBlock indicates an expected call of ProposeBlock.
func (*MockValidatorMockRecorder) ProposerSettings ¶
func (mr *MockValidatorMockRecorder) ProposerSettings() *gomock.Call
ProposerSettings indicates an expected call of ProposerSettings.
func (*MockValidatorMockRecorder) PushProposerSettings ¶
func (mr *MockValidatorMockRecorder) PushProposerSettings(arg0, arg1, arg2 any) *gomock.Call
PushProposerSettings indicates an expected call of PushProposerSettings.
func (*MockValidatorMockRecorder) RolesAt ¶
func (mr *MockValidatorMockRecorder) RolesAt(arg0, arg1 any) *gomock.Call
RolesAt indicates an expected call of RolesAt.
func (*MockValidatorMockRecorder) SetGraffiti ¶
func (mr *MockValidatorMockRecorder) SetGraffiti(arg0, arg1, arg2 any) *gomock.Call
SetGraffiti indicates an expected call of SetGraffiti.
func (*MockValidatorMockRecorder) SetProposerSettings ¶
func (mr *MockValidatorMockRecorder) SetProposerSettings(arg0, arg1 any) *gomock.Call
SetProposerSettings indicates an expected call of SetProposerSettings.
func (*MockValidatorMockRecorder) SetTicker ¶
func (mr *MockValidatorMockRecorder) SetTicker() *gomock.Call
SetTicker indicates an expected call of SetTicker.
func (*MockValidatorMockRecorder) SignValidatorRegistrationRequest ¶
func (mr *MockValidatorMockRecorder) SignValidatorRegistrationRequest(arg0, arg1, arg2 any) *gomock.Call
SignValidatorRegistrationRequest indicates an expected call of SignValidatorRegistrationRequest.
func (*MockValidatorMockRecorder) SlotDeadline ¶
func (mr *MockValidatorMockRecorder) SlotDeadline(arg0 any) *gomock.Call
SlotDeadline indicates an expected call of SlotDeadline.
func (*MockValidatorMockRecorder) StartEventStream ¶
func (mr *MockValidatorMockRecorder) StartEventStream(arg0, arg1 any) *gomock.Call
StartEventStream indicates an expected call of StartEventStream.
func (*MockValidatorMockRecorder) SubmitAggregateAndProof ¶
func (mr *MockValidatorMockRecorder) SubmitAggregateAndProof(arg0, arg1, arg2 any) *gomock.Call
SubmitAggregateAndProof indicates an expected call of SubmitAggregateAndProof.
func (*MockValidatorMockRecorder) SubmitAttestation ¶
func (mr *MockValidatorMockRecorder) SubmitAttestation(arg0, arg1, arg2 any) *gomock.Call
SubmitAttestation indicates an expected call of SubmitAttestation.
func (*MockValidatorMockRecorder) SubmitSignedContributionAndProof ¶
func (mr *MockValidatorMockRecorder) SubmitSignedContributionAndProof(arg0, arg1, arg2 any) *gomock.Call
SubmitSignedContributionAndProof indicates an expected call of SubmitSignedContributionAndProof.
func (*MockValidatorMockRecorder) SubmitSyncCommitteeMessage ¶
func (mr *MockValidatorMockRecorder) SubmitSyncCommitteeMessage(arg0, arg1, arg2 any) *gomock.Call
SubmitSyncCommitteeMessage indicates an expected call of SubmitSyncCommitteeMessage.
func (*MockValidatorMockRecorder) UpdateDomainDataCaches ¶
func (mr *MockValidatorMockRecorder) UpdateDomainDataCaches(arg0, arg1 any) *gomock.Call
UpdateDomainDataCaches indicates an expected call of UpdateDomainDataCaches.
func (*MockValidatorMockRecorder) UpdateDuties ¶
func (mr *MockValidatorMockRecorder) UpdateDuties(arg0 any) *gomock.Call
UpdateDuties indicates an expected call of UpdateDuties.
func (*MockValidatorMockRecorder) WaitForActivation ¶
func (mr *MockValidatorMockRecorder) WaitForActivation(arg0 any) *gomock.Call
WaitForActivation indicates an expected call of WaitForActivation.
func (*MockValidatorMockRecorder) WaitForChainStart ¶
func (mr *MockValidatorMockRecorder) WaitForChainStart(arg0 any) *gomock.Call
WaitForChainStart indicates an expected call of WaitForChainStart.
func (*MockValidatorMockRecorder) WaitForKeymanagerInitialization ¶
func (mr *MockValidatorMockRecorder) WaitForKeymanagerInitialization(arg0 any) *gomock.Call
WaitForKeymanagerInitialization indicates an expected call of WaitForKeymanagerInitialization.
func (*MockValidatorMockRecorder) WaitForSync ¶
func (mr *MockValidatorMockRecorder) WaitForSync(arg0 any) *gomock.Call
WaitForSync indicates an expected call of WaitForSync.