validator_mock

package
v7.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2025 License: GPL-3.0 Imports: 12 Imported by: 0

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

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) ChainHead

func (m *MockChainClient) ChainHead(ctx context.Context, in *emptypb.Empty) (*eth.ChainHead, error)

ChainHead mocks base method.

func (*MockChainClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockChainClient) ValidatorBalances

ValidatorBalances mocks base method.

func (*MockChainClient) ValidatorParticipation

ValidatorParticipation mocks base method.

func (*MockChainClient) ValidatorPerformance

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

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockNodeClient) Genesis

func (m *MockNodeClient) Genesis(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Genesis, error)

Genesis mocks base method.

func (*MockNodeClient) IsHealthy

func (m *MockNodeClient) IsHealthy(arg0 context.Context) bool

IsHealthy mocks base method.

func (*MockNodeClient) Peers

func (m *MockNodeClient) Peers(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Peers, error)

Peers mocks base method.

func (*MockNodeClient) SyncStatus

func (m *MockNodeClient) SyncStatus(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncStatus, error)

SyncStatus mocks base method.

func (*MockNodeClient) Version

func (m *MockNodeClient) Version(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Version, error)

Version 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.

func (*MockNodeClientMockRecorder) Version

func (mr *MockNodeClientMockRecorder) Version(arg0, arg1 any) *gomock.Call

Version indicates an expected call of Version.

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

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

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) Done

func (m *MockValidator) Done()

Done mocks base method.

func (*MockValidator) EXPECT

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) Graffiti

func (m *MockValidator) Graffiti(arg0 context.Context, arg1 [48]byte) ([]byte, error)

Graffiti mocks base method.

func (*MockValidator) HandleKeyReload

func (m *MockValidator) HandleKeyReload(arg0 context.Context, arg1 [][48]byte) (bool, error)

HandleKeyReload mocks base method.

func (*MockValidator) Host

func (m *MockValidator) Host() string

Host 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

func (m *MockValidator) SetGraffiti(arg0 context.Context, arg1 [48]byte, arg2 []byte) error

SetGraffiti mocks base method.

func (*MockValidator) SetProposerSettings

func (m *MockValidator) SetProposerSettings(arg0 context.Context, arg1 *proposer.Settings) error

SetProposerSettings mocks base method.

func (*MockValidator) SetTicker

func (m *MockValidator) SetTicker()

SetTicker 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

AttestationData mocks base method.

func (*MockValidatorClient) BeaconBlock

BeaconBlock mocks base method.

func (*MockValidatorClient) CheckDoppelGanger

CheckDoppelGanger mocks base method.

func (*MockValidatorClient) DomainData

DomainData mocks base method.

func (*MockValidatorClient) Duties

Duties mocks base method.

func (*MockValidatorClient) EXPECT

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

FeeRecipientByPubKey mocks base method.

func (*MockValidatorClient) Host

func (m *MockValidatorClient) Host() string

Host mocks base method.

func (*MockValidatorClient) MultipleValidatorStatus

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

ProposeBeaconBlock mocks base method.

func (*MockValidatorClient) ProposeExit

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

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

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

SyncSubcommitteeIndex mocks base method.

func (*MockValidatorClient) ValidatorIndex

ValidatorIndex mocks base method.

func (*MockValidatorClient) ValidatorStatus

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

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

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL