mocks

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockActiveSetFetcher added in v1.1.5

type MockActiveSetFetcher struct {
	// contains filtered or unexported fields
}

MockActiveSetFetcher is a mock of ActiveSetFetcher interface.

func NewMockActiveSetFetcher added in v1.1.5

func NewMockActiveSetFetcher(ctrl *gomock.Controller) *MockActiveSetFetcher

NewMockActiveSetFetcher creates a new mock instance.

func (*MockActiveSetFetcher) EXPECT added in v1.1.5

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

func (*MockActiveSetFetcher) GetActiveSet added in v1.1.5

func (m *MockActiveSetFetcher) GetActiveSet(arg0 context.Context, arg1 types.Hash32) error

GetActiveSet mocks base method.

type MockActiveSetFetcherGetActiveSetCall added in v1.4.0

type MockActiveSetFetcherGetActiveSetCall struct {
	*gomock.Call
}

MockActiveSetFetcherGetActiveSetCall wrap *gomock.Call

func (*MockActiveSetFetcherGetActiveSetCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockActiveSetFetcherGetActiveSetCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockActiveSetFetcherGetActiveSetCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockActiveSetFetcherMockRecorder added in v1.1.5

type MockActiveSetFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockActiveSetFetcherMockRecorder is the mock recorder for MockActiveSetFetcher.

func (*MockActiveSetFetcherMockRecorder) GetActiveSet added in v1.1.5

GetActiveSet indicates an expected call of GetActiveSet.

type MockAtxFetcher

type MockAtxFetcher struct {
	// contains filtered or unexported fields
}

MockAtxFetcher is a mock of AtxFetcher interface.

func NewMockAtxFetcher

func NewMockAtxFetcher(ctrl *gomock.Controller) *MockAtxFetcher

NewMockAtxFetcher creates a new mock instance.

func (*MockAtxFetcher) EXPECT

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

func (*MockAtxFetcher) GetAtxs

func (m *MockAtxFetcher) GetAtxs(arg0 context.Context, arg1 []types.ATXID, arg2 ...system.GetAtxOpt) error

GetAtxs mocks base method.

type MockAtxFetcherGetAtxsCall added in v1.4.0

type MockAtxFetcherGetAtxsCall struct {
	*gomock.Call
}

MockAtxFetcherGetAtxsCall wrap *gomock.Call

func (*MockAtxFetcherGetAtxsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockAtxFetcherGetAtxsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockAtxFetcherGetAtxsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockAtxFetcherMockRecorder

type MockAtxFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockAtxFetcherMockRecorder is the mock recorder for MockAtxFetcher.

func (*MockAtxFetcherMockRecorder) GetAtxs

func (mr *MockAtxFetcherMockRecorder) GetAtxs(arg0, arg1 any, arg2 ...any) *MockAtxFetcherGetAtxsCall

GetAtxs indicates an expected call of GetAtxs.

type MockBallotFetcher

type MockBallotFetcher struct {
	// contains filtered or unexported fields
}

MockBallotFetcher is a mock of BallotFetcher interface.

func NewMockBallotFetcher

func NewMockBallotFetcher(ctrl *gomock.Controller) *MockBallotFetcher

NewMockBallotFetcher creates a new mock instance.

func (*MockBallotFetcher) EXPECT

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

func (*MockBallotFetcher) GetBallots

func (m *MockBallotFetcher) GetBallots(arg0 context.Context, arg1 []types.BallotID) error

GetBallots mocks base method.

type MockBallotFetcherGetBallotsCall added in v1.4.0

type MockBallotFetcherGetBallotsCall struct {
	*gomock.Call
}

MockBallotFetcherGetBallotsCall wrap *gomock.Call

func (*MockBallotFetcherGetBallotsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockBallotFetcherGetBallotsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBallotFetcherGetBallotsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockBallotFetcherMockRecorder

type MockBallotFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockBallotFetcherMockRecorder is the mock recorder for MockBallotFetcher.

func (*MockBallotFetcherMockRecorder) GetBallots

GetBallots indicates an expected call of GetBallots.

type MockBeaconCollector

type MockBeaconCollector struct {
	// contains filtered or unexported fields
}

MockBeaconCollector is a mock of BeaconCollector interface.

func NewMockBeaconCollector

func NewMockBeaconCollector(ctrl *gomock.Controller) *MockBeaconCollector

NewMockBeaconCollector creates a new mock instance.

func (*MockBeaconCollector) EXPECT

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

func (*MockBeaconCollector) ReportBeaconFromBallot

func (m *MockBeaconCollector) ReportBeaconFromBallot(arg0 types.EpochID, arg1 *types.Ballot, arg2 types.Beacon, arg3 fixed.Fixed)

ReportBeaconFromBallot mocks base method.

type MockBeaconCollectorMockRecorder

type MockBeaconCollectorMockRecorder struct {
	// contains filtered or unexported fields
}

MockBeaconCollectorMockRecorder is the mock recorder for MockBeaconCollector.

func (*MockBeaconCollectorMockRecorder) ReportBeaconFromBallot

func (mr *MockBeaconCollectorMockRecorder) ReportBeaconFromBallot(arg0, arg1, arg2, arg3 any) *MockBeaconCollectorReportBeaconFromBallotCall

ReportBeaconFromBallot indicates an expected call of ReportBeaconFromBallot.

type MockBeaconCollectorReportBeaconFromBallotCall added in v1.4.0

type MockBeaconCollectorReportBeaconFromBallotCall struct {
	*gomock.Call
}

MockBeaconCollectorReportBeaconFromBallotCall wrap *gomock.Call

func (*MockBeaconCollectorReportBeaconFromBallotCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockBeaconCollectorReportBeaconFromBallotCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconCollectorReportBeaconFromBallotCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockBeaconGetter

type MockBeaconGetter struct {
	// contains filtered or unexported fields
}

MockBeaconGetter is a mock of BeaconGetter interface.

func NewMockBeaconGetter

func NewMockBeaconGetter(ctrl *gomock.Controller) *MockBeaconGetter

NewMockBeaconGetter creates a new mock instance.

func (*MockBeaconGetter) EXPECT

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

func (*MockBeaconGetter) GetBeacon

func (m *MockBeaconGetter) GetBeacon(arg0 types.EpochID) (types.Beacon, error)

GetBeacon mocks base method.

type MockBeaconGetterGetBeaconCall added in v1.4.0

type MockBeaconGetterGetBeaconCall struct {
	*gomock.Call
}

MockBeaconGetterGetBeaconCall wrap *gomock.Call

func (*MockBeaconGetterGetBeaconCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockBeaconGetterGetBeaconCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconGetterGetBeaconCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockBeaconGetterMockRecorder

type MockBeaconGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockBeaconGetterMockRecorder is the mock recorder for MockBeaconGetter.

func (*MockBeaconGetterMockRecorder) GetBeacon

GetBeacon indicates an expected call of GetBeacon.

type MockBlockFetcher

type MockBlockFetcher struct {
	// contains filtered or unexported fields
}

MockBlockFetcher is a mock of BlockFetcher interface.

func NewMockBlockFetcher

func NewMockBlockFetcher(ctrl *gomock.Controller) *MockBlockFetcher

NewMockBlockFetcher creates a new mock instance.

func (*MockBlockFetcher) EXPECT

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

func (*MockBlockFetcher) GetBlocks

func (m *MockBlockFetcher) GetBlocks(arg0 context.Context, arg1 []types.BlockID) error

GetBlocks mocks base method.

type MockBlockFetcherGetBlocksCall added in v1.4.0

type MockBlockFetcherGetBlocksCall struct {
	*gomock.Call
}

MockBlockFetcherGetBlocksCall wrap *gomock.Call

func (*MockBlockFetcherGetBlocksCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockBlockFetcherGetBlocksCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBlockFetcherGetBlocksCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockBlockFetcherMockRecorder

type MockBlockFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockBlockFetcherMockRecorder is the mock recorder for MockBlockFetcher.

func (*MockBlockFetcherMockRecorder) GetBlocks

GetBlocks indicates an expected call of GetBlocks.

type MockFetcher

type MockFetcher struct {
	// contains filtered or unexported fields
}

MockFetcher is a mock of Fetcher interface.

func NewMockFetcher

func NewMockFetcher(ctrl *gomock.Controller) *MockFetcher

NewMockFetcher creates a new mock instance.

func (*MockFetcher) EXPECT

func (m *MockFetcher) EXPECT() *MockFetcherMockRecorder

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

func (*MockFetcher) GetActiveSet added in v1.1.5

func (m *MockFetcher) GetActiveSet(arg0 context.Context, arg1 types.Hash32) error

GetActiveSet mocks base method.

func (*MockFetcher) GetAtxs

func (m *MockFetcher) GetAtxs(arg0 context.Context, arg1 []types.ATXID, arg2 ...system.GetAtxOpt) error

GetAtxs mocks base method.

func (*MockFetcher) GetBallots

func (m *MockFetcher) GetBallots(arg0 context.Context, arg1 []types.BallotID) error

GetBallots mocks base method.

func (*MockFetcher) GetBlockTxs

func (m *MockFetcher) GetBlockTxs(arg0 context.Context, arg1 []types.TransactionID) error

GetBlockTxs mocks base method.

func (*MockFetcher) GetBlocks

func (m *MockFetcher) GetBlocks(arg0 context.Context, arg1 []types.BlockID) error

GetBlocks mocks base method.

func (*MockFetcher) GetPoetProof

func (m *MockFetcher) GetPoetProof(arg0 context.Context, arg1 types.Hash32) error

GetPoetProof mocks base method.

func (*MockFetcher) GetProposalTxs

func (m *MockFetcher) GetProposalTxs(arg0 context.Context, arg1 []types.TransactionID) error

GetProposalTxs mocks base method.

func (*MockFetcher) GetProposals

func (m *MockFetcher) GetProposals(arg0 context.Context, arg1 []types.ProposalID) error

GetProposals mocks base method.

func (*MockFetcher) RegisterPeerHashes

func (m *MockFetcher) RegisterPeerHashes(peer p2p.Peer, hashes []types.Hash32)

RegisterPeerHashes mocks base method.

type MockFetcherGetActiveSetCall added in v1.4.0

type MockFetcherGetActiveSetCall struct {
	*gomock.Call
}

MockFetcherGetActiveSetCall wrap *gomock.Call

func (*MockFetcherGetActiveSetCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockFetcherGetActiveSetCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFetcherGetActiveSetCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockFetcherGetAtxsCall added in v1.4.0

type MockFetcherGetAtxsCall struct {
	*gomock.Call
}

MockFetcherGetAtxsCall wrap *gomock.Call

func (*MockFetcherGetAtxsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockFetcherGetAtxsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFetcherGetAtxsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockFetcherGetBallotsCall added in v1.4.0

type MockFetcherGetBallotsCall struct {
	*gomock.Call
}

MockFetcherGetBallotsCall wrap *gomock.Call

func (*MockFetcherGetBallotsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockFetcherGetBallotsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFetcherGetBallotsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockFetcherGetBlockTxsCall added in v1.4.0

type MockFetcherGetBlockTxsCall struct {
	*gomock.Call
}

MockFetcherGetBlockTxsCall wrap *gomock.Call

func (*MockFetcherGetBlockTxsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockFetcherGetBlockTxsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFetcherGetBlockTxsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockFetcherGetBlocksCall added in v1.4.0

type MockFetcherGetBlocksCall struct {
	*gomock.Call
}

MockFetcherGetBlocksCall wrap *gomock.Call

func (*MockFetcherGetBlocksCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockFetcherGetBlocksCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFetcherGetBlocksCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockFetcherGetPoetProofCall added in v1.4.0

type MockFetcherGetPoetProofCall struct {
	*gomock.Call
}

MockFetcherGetPoetProofCall wrap *gomock.Call

func (*MockFetcherGetPoetProofCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockFetcherGetPoetProofCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFetcherGetPoetProofCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockFetcherGetProposalTxsCall added in v1.4.0

type MockFetcherGetProposalTxsCall struct {
	*gomock.Call
}

MockFetcherGetProposalTxsCall wrap *gomock.Call

func (*MockFetcherGetProposalTxsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockFetcherGetProposalTxsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFetcherGetProposalTxsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockFetcherGetProposalsCall added in v1.4.0

type MockFetcherGetProposalsCall struct {
	*gomock.Call
}

MockFetcherGetProposalsCall wrap *gomock.Call

func (*MockFetcherGetProposalsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockFetcherGetProposalsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFetcherGetProposalsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockFetcherMockRecorder

type MockFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockFetcherMockRecorder is the mock recorder for MockFetcher.

func (*MockFetcherMockRecorder) GetActiveSet added in v1.1.5

func (mr *MockFetcherMockRecorder) GetActiveSet(arg0, arg1 any) *MockFetcherGetActiveSetCall

GetActiveSet indicates an expected call of GetActiveSet.

func (*MockFetcherMockRecorder) GetAtxs

func (mr *MockFetcherMockRecorder) GetAtxs(arg0, arg1 any, arg2 ...any) *MockFetcherGetAtxsCall

GetAtxs indicates an expected call of GetAtxs.

func (*MockFetcherMockRecorder) GetBallots

func (mr *MockFetcherMockRecorder) GetBallots(arg0, arg1 any) *MockFetcherGetBallotsCall

GetBallots indicates an expected call of GetBallots.

func (*MockFetcherMockRecorder) GetBlockTxs

func (mr *MockFetcherMockRecorder) GetBlockTxs(arg0, arg1 any) *MockFetcherGetBlockTxsCall

GetBlockTxs indicates an expected call of GetBlockTxs.

func (*MockFetcherMockRecorder) GetBlocks

func (mr *MockFetcherMockRecorder) GetBlocks(arg0, arg1 any) *MockFetcherGetBlocksCall

GetBlocks indicates an expected call of GetBlocks.

func (*MockFetcherMockRecorder) GetPoetProof

func (mr *MockFetcherMockRecorder) GetPoetProof(arg0, arg1 any) *MockFetcherGetPoetProofCall

GetPoetProof indicates an expected call of GetPoetProof.

func (*MockFetcherMockRecorder) GetProposalTxs

func (mr *MockFetcherMockRecorder) GetProposalTxs(arg0, arg1 any) *MockFetcherGetProposalTxsCall

GetProposalTxs indicates an expected call of GetProposalTxs.

func (*MockFetcherMockRecorder) GetProposals

func (mr *MockFetcherMockRecorder) GetProposals(arg0, arg1 any) *MockFetcherGetProposalsCall

GetProposals indicates an expected call of GetProposals.

func (*MockFetcherMockRecorder) RegisterPeerHashes

func (mr *MockFetcherMockRecorder) RegisterPeerHashes(peer, hashes any) *MockFetcherRegisterPeerHashesCall

RegisterPeerHashes indicates an expected call of RegisterPeerHashes.

type MockFetcherRegisterPeerHashesCall added in v1.4.0

type MockFetcherRegisterPeerHashesCall struct {
	*gomock.Call
}

MockFetcherRegisterPeerHashesCall wrap *gomock.Call

func (*MockFetcherRegisterPeerHashesCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockFetcherRegisterPeerHashesCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockFetcherRegisterPeerHashesCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockMalfeasanceProofFetcher added in v1.4.3

type MockMalfeasanceProofFetcher struct {
	// contains filtered or unexported fields
}

MockMalfeasanceProofFetcher is a mock of MalfeasanceProofFetcher interface.

func NewMockMalfeasanceProofFetcher added in v1.4.3

func NewMockMalfeasanceProofFetcher(ctrl *gomock.Controller) *MockMalfeasanceProofFetcher

NewMockMalfeasanceProofFetcher creates a new mock instance.

func (*MockMalfeasanceProofFetcher) EXPECT added in v1.4.3

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

func (*MockMalfeasanceProofFetcher) GetMalfeasanceProofs added in v1.4.3

func (m *MockMalfeasanceProofFetcher) GetMalfeasanceProofs(arg0 context.Context, arg1 []types.NodeID) error

GetMalfeasanceProofs mocks base method.

type MockMalfeasanceProofFetcherGetMalfeasanceProofsCall added in v1.4.3

type MockMalfeasanceProofFetcherGetMalfeasanceProofsCall struct {
	*gomock.Call
}

MockMalfeasanceProofFetcherGetMalfeasanceProofsCall wrap *gomock.Call

func (*MockMalfeasanceProofFetcherGetMalfeasanceProofsCall) Do added in v1.4.3

Do rewrite *gomock.Call.Do

func (*MockMalfeasanceProofFetcherGetMalfeasanceProofsCall) DoAndReturn added in v1.4.3

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockMalfeasanceProofFetcherGetMalfeasanceProofsCall) Return added in v1.4.3

Return rewrite *gomock.Call.Return

type MockMalfeasanceProofFetcherMockRecorder added in v1.4.3

type MockMalfeasanceProofFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockMalfeasanceProofFetcherMockRecorder is the mock recorder for MockMalfeasanceProofFetcher.

func (*MockMalfeasanceProofFetcherMockRecorder) GetMalfeasanceProofs added in v1.4.3

GetMalfeasanceProofs indicates an expected call of GetMalfeasanceProofs.

type MockPeerTracker

type MockPeerTracker struct {
	// contains filtered or unexported fields
}

MockPeerTracker is a mock of PeerTracker interface.

func NewMockPeerTracker

func NewMockPeerTracker(ctrl *gomock.Controller) *MockPeerTracker

NewMockPeerTracker creates a new mock instance.

func (*MockPeerTracker) EXPECT

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

func (*MockPeerTracker) RegisterPeerHashes

func (m *MockPeerTracker) RegisterPeerHashes(peer p2p.Peer, hashes []types.Hash32)

RegisterPeerHashes mocks base method.

type MockPeerTrackerMockRecorder

type MockPeerTrackerMockRecorder struct {
	// contains filtered or unexported fields
}

MockPeerTrackerMockRecorder is the mock recorder for MockPeerTracker.

func (*MockPeerTrackerMockRecorder) RegisterPeerHashes

func (mr *MockPeerTrackerMockRecorder) RegisterPeerHashes(peer, hashes any) *MockPeerTrackerRegisterPeerHashesCall

RegisterPeerHashes indicates an expected call of RegisterPeerHashes.

type MockPeerTrackerRegisterPeerHashesCall added in v1.4.0

type MockPeerTrackerRegisterPeerHashesCall struct {
	*gomock.Call
}

MockPeerTrackerRegisterPeerHashesCall wrap *gomock.Call

func (*MockPeerTrackerRegisterPeerHashesCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockPeerTrackerRegisterPeerHashesCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockPeerTrackerRegisterPeerHashesCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockPoetProofFetcher

type MockPoetProofFetcher struct {
	// contains filtered or unexported fields
}

MockPoetProofFetcher is a mock of PoetProofFetcher interface.

func NewMockPoetProofFetcher

func NewMockPoetProofFetcher(ctrl *gomock.Controller) *MockPoetProofFetcher

NewMockPoetProofFetcher creates a new mock instance.

func (*MockPoetProofFetcher) EXPECT

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

func (*MockPoetProofFetcher) GetPoetProof

func (m *MockPoetProofFetcher) GetPoetProof(arg0 context.Context, arg1 types.Hash32) error

GetPoetProof mocks base method.

type MockPoetProofFetcherGetPoetProofCall added in v1.4.0

type MockPoetProofFetcherGetPoetProofCall struct {
	*gomock.Call
}

MockPoetProofFetcherGetPoetProofCall wrap *gomock.Call

func (*MockPoetProofFetcherGetPoetProofCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockPoetProofFetcherGetPoetProofCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockPoetProofFetcherGetPoetProofCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockPoetProofFetcherMockRecorder

type MockPoetProofFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockPoetProofFetcherMockRecorder is the mock recorder for MockPoetProofFetcher.

func (*MockPoetProofFetcherMockRecorder) GetPoetProof

GetPoetProof indicates an expected call of GetPoetProof.

type MockProposalFetcher

type MockProposalFetcher struct {
	// contains filtered or unexported fields
}

MockProposalFetcher is a mock of ProposalFetcher interface.

func NewMockProposalFetcher

func NewMockProposalFetcher(ctrl *gomock.Controller) *MockProposalFetcher

NewMockProposalFetcher creates a new mock instance.

func (*MockProposalFetcher) EXPECT

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

func (*MockProposalFetcher) GetProposals

func (m *MockProposalFetcher) GetProposals(arg0 context.Context, arg1 []types.ProposalID) error

GetProposals mocks base method.

type MockProposalFetcherGetProposalsCall added in v1.4.0

type MockProposalFetcherGetProposalsCall struct {
	*gomock.Call
}

MockProposalFetcherGetProposalsCall wrap *gomock.Call

func (*MockProposalFetcherGetProposalsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockProposalFetcherGetProposalsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockProposalFetcherGetProposalsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockProposalFetcherMockRecorder

type MockProposalFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockProposalFetcherMockRecorder is the mock recorder for MockProposalFetcher.

func (*MockProposalFetcherMockRecorder) GetProposals

GetProposals indicates an expected call of GetProposals.

type MockSyncStateProvider

type MockSyncStateProvider struct {
	// contains filtered or unexported fields
}

MockSyncStateProvider is a mock of SyncStateProvider interface.

func NewMockSyncStateProvider

func NewMockSyncStateProvider(ctrl *gomock.Controller) *MockSyncStateProvider

NewMockSyncStateProvider creates a new mock instance.

func (*MockSyncStateProvider) EXPECT

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

func (*MockSyncStateProvider) IsBeaconSynced

func (m *MockSyncStateProvider) IsBeaconSynced(arg0 types.EpochID) bool

IsBeaconSynced mocks base method.

func (*MockSyncStateProvider) IsSynced

func (m *MockSyncStateProvider) IsSynced(arg0 context.Context) bool

IsSynced mocks base method.

type MockSyncStateProviderIsBeaconSyncedCall added in v1.4.0

type MockSyncStateProviderIsBeaconSyncedCall struct {
	*gomock.Call
}

MockSyncStateProviderIsBeaconSyncedCall wrap *gomock.Call

func (*MockSyncStateProviderIsBeaconSyncedCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockSyncStateProviderIsBeaconSyncedCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSyncStateProviderIsBeaconSyncedCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockSyncStateProviderIsSyncedCall added in v1.4.0

type MockSyncStateProviderIsSyncedCall struct {
	*gomock.Call
}

MockSyncStateProviderIsSyncedCall wrap *gomock.Call

func (*MockSyncStateProviderIsSyncedCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockSyncStateProviderIsSyncedCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockSyncStateProviderIsSyncedCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockSyncStateProviderMockRecorder

type MockSyncStateProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockSyncStateProviderMockRecorder is the mock recorder for MockSyncStateProvider.

func (*MockSyncStateProviderMockRecorder) IsBeaconSynced

IsBeaconSynced indicates an expected call of IsBeaconSynced.

func (*MockSyncStateProviderMockRecorder) IsSynced

IsSynced indicates an expected call of IsSynced.

type MockTortoise

type MockTortoise struct {
	// contains filtered or unexported fields
}

MockTortoise is a mock of Tortoise interface.

func NewMockTortoise

func NewMockTortoise(ctrl *gomock.Controller) *MockTortoise

NewMockTortoise creates a new mock instance.

func (*MockTortoise) EXPECT

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

func (*MockTortoise) GetMissingActiveSet added in v1.4.0

func (m *MockTortoise) GetMissingActiveSet(arg0 types.EpochID, arg1 []types.ATXID) []types.ATXID

GetMissingActiveSet mocks base method.

func (*MockTortoise) LatestComplete

func (m *MockTortoise) LatestComplete() types.LayerID

LatestComplete mocks base method.

func (*MockTortoise) OnApplied added in v1.2.2

func (m *MockTortoise) OnApplied(arg0 types.LayerID, arg1 types.Hash32) bool

OnApplied mocks base method.

func (*MockTortoise) OnAtx

func (m *MockTortoise) OnAtx(arg0 types.EpochID, arg1 types.ATXID, arg2 *atxsdata.ATX)

OnAtx mocks base method.

func (*MockTortoise) OnBlock

func (m *MockTortoise) OnBlock(arg0 types.BlockHeader)

OnBlock mocks base method.

func (*MockTortoise) OnHareOutput

func (m *MockTortoise) OnHareOutput(arg0 types.LayerID, arg1 types.BlockID)

OnHareOutput mocks base method.

func (*MockTortoise) OnMalfeasance

func (m *MockTortoise) OnMalfeasance(arg0 types.NodeID)

OnMalfeasance mocks base method.

func (*MockTortoise) OnWeakCoin

func (m *MockTortoise) OnWeakCoin(arg0 types.LayerID, arg1 bool)

OnWeakCoin mocks base method.

func (*MockTortoise) TallyVotes

func (m *MockTortoise) TallyVotes(arg0 context.Context, arg1 types.LayerID)

TallyVotes mocks base method.

func (*MockTortoise) Updates

func (m *MockTortoise) Updates() []result.Layer

Updates mocks base method.

type MockTortoiseGetMissingActiveSetCall added in v1.4.0

type MockTortoiseGetMissingActiveSetCall struct {
	*gomock.Call
}

MockTortoiseGetMissingActiveSetCall wrap *gomock.Call

func (*MockTortoiseGetMissingActiveSetCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTortoiseGetMissingActiveSetCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTortoiseGetMissingActiveSetCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTortoiseLatestCompleteCall added in v1.4.0

type MockTortoiseLatestCompleteCall struct {
	*gomock.Call
}

MockTortoiseLatestCompleteCall wrap *gomock.Call

func (*MockTortoiseLatestCompleteCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTortoiseLatestCompleteCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTortoiseLatestCompleteCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTortoiseMockRecorder

type MockTortoiseMockRecorder struct {
	// contains filtered or unexported fields
}

MockTortoiseMockRecorder is the mock recorder for MockTortoise.

func (*MockTortoiseMockRecorder) GetMissingActiveSet added in v1.4.0

func (mr *MockTortoiseMockRecorder) GetMissingActiveSet(arg0, arg1 any) *MockTortoiseGetMissingActiveSetCall

GetMissingActiveSet indicates an expected call of GetMissingActiveSet.

func (*MockTortoiseMockRecorder) LatestComplete

LatestComplete indicates an expected call of LatestComplete.

func (*MockTortoiseMockRecorder) OnApplied added in v1.2.2

func (mr *MockTortoiseMockRecorder) OnApplied(arg0, arg1 any) *MockTortoiseOnAppliedCall

OnApplied indicates an expected call of OnApplied.

func (*MockTortoiseMockRecorder) OnAtx

func (mr *MockTortoiseMockRecorder) OnAtx(arg0, arg1, arg2 any) *MockTortoiseOnAtxCall

OnAtx indicates an expected call of OnAtx.

func (*MockTortoiseMockRecorder) OnBlock

OnBlock indicates an expected call of OnBlock.

func (*MockTortoiseMockRecorder) OnHareOutput

func (mr *MockTortoiseMockRecorder) OnHareOutput(arg0, arg1 any) *MockTortoiseOnHareOutputCall

OnHareOutput indicates an expected call of OnHareOutput.

func (*MockTortoiseMockRecorder) OnMalfeasance

OnMalfeasance indicates an expected call of OnMalfeasance.

func (*MockTortoiseMockRecorder) OnWeakCoin

func (mr *MockTortoiseMockRecorder) OnWeakCoin(arg0, arg1 any) *MockTortoiseOnWeakCoinCall

OnWeakCoin indicates an expected call of OnWeakCoin.

func (*MockTortoiseMockRecorder) TallyVotes

func (mr *MockTortoiseMockRecorder) TallyVotes(arg0, arg1 any) *MockTortoiseTallyVotesCall

TallyVotes indicates an expected call of TallyVotes.

func (*MockTortoiseMockRecorder) Updates

Updates indicates an expected call of Updates.

type MockTortoiseOnAppliedCall added in v1.4.0

type MockTortoiseOnAppliedCall struct {
	*gomock.Call
}

MockTortoiseOnAppliedCall wrap *gomock.Call

func (*MockTortoiseOnAppliedCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTortoiseOnAppliedCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTortoiseOnAppliedCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTortoiseOnAtxCall added in v1.4.0

type MockTortoiseOnAtxCall struct {
	*gomock.Call
}

MockTortoiseOnAtxCall wrap *gomock.Call

func (*MockTortoiseOnAtxCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTortoiseOnAtxCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTortoiseOnAtxCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTortoiseOnBlockCall added in v1.4.0

type MockTortoiseOnBlockCall struct {
	*gomock.Call
}

MockTortoiseOnBlockCall wrap *gomock.Call

func (*MockTortoiseOnBlockCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTortoiseOnBlockCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTortoiseOnBlockCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTortoiseOnHareOutputCall added in v1.4.0

type MockTortoiseOnHareOutputCall struct {
	*gomock.Call
}

MockTortoiseOnHareOutputCall wrap *gomock.Call

func (*MockTortoiseOnHareOutputCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTortoiseOnHareOutputCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTortoiseOnHareOutputCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTortoiseOnMalfeasanceCall added in v1.4.0

type MockTortoiseOnMalfeasanceCall struct {
	*gomock.Call
}

MockTortoiseOnMalfeasanceCall wrap *gomock.Call

func (*MockTortoiseOnMalfeasanceCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTortoiseOnMalfeasanceCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTortoiseOnMalfeasanceCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTortoiseOnWeakCoinCall added in v1.4.0

type MockTortoiseOnWeakCoinCall struct {
	*gomock.Call
}

MockTortoiseOnWeakCoinCall wrap *gomock.Call

func (*MockTortoiseOnWeakCoinCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTortoiseOnWeakCoinCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTortoiseOnWeakCoinCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTortoiseTallyVotesCall added in v1.4.0

type MockTortoiseTallyVotesCall struct {
	*gomock.Call
}

MockTortoiseTallyVotesCall wrap *gomock.Call

func (*MockTortoiseTallyVotesCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTortoiseTallyVotesCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTortoiseTallyVotesCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTortoiseUpdatesCall added in v1.4.0

type MockTortoiseUpdatesCall struct {
	*gomock.Call
}

MockTortoiseUpdatesCall wrap *gomock.Call

func (*MockTortoiseUpdatesCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTortoiseUpdatesCall) DoAndReturn added in v1.4.0

func (c *MockTortoiseUpdatesCall) DoAndReturn(f func() []result.Layer) *MockTortoiseUpdatesCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTortoiseUpdatesCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTxFetcher

type MockTxFetcher struct {
	// contains filtered or unexported fields
}

MockTxFetcher is a mock of TxFetcher interface.

func NewMockTxFetcher

func NewMockTxFetcher(ctrl *gomock.Controller) *MockTxFetcher

NewMockTxFetcher creates a new mock instance.

func (*MockTxFetcher) EXPECT

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

func (*MockTxFetcher) GetBlockTxs

func (m *MockTxFetcher) GetBlockTxs(arg0 context.Context, arg1 []types.TransactionID) error

GetBlockTxs mocks base method.

func (*MockTxFetcher) GetProposalTxs

func (m *MockTxFetcher) GetProposalTxs(arg0 context.Context, arg1 []types.TransactionID) error

GetProposalTxs mocks base method.

type MockTxFetcherGetBlockTxsCall added in v1.4.0

type MockTxFetcherGetBlockTxsCall struct {
	*gomock.Call
}

MockTxFetcherGetBlockTxsCall wrap *gomock.Call

func (*MockTxFetcherGetBlockTxsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTxFetcherGetBlockTxsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTxFetcherGetBlockTxsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTxFetcherGetProposalTxsCall added in v1.4.0

type MockTxFetcherGetProposalTxsCall struct {
	*gomock.Call
}

MockTxFetcherGetProposalTxsCall wrap *gomock.Call

func (*MockTxFetcherGetProposalTxsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockTxFetcherGetProposalTxsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTxFetcherGetProposalTxsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockTxFetcherMockRecorder

type MockTxFetcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockTxFetcherMockRecorder is the mock recorder for MockTxFetcher.

func (*MockTxFetcherMockRecorder) GetBlockTxs

func (mr *MockTxFetcherMockRecorder) GetBlockTxs(arg0, arg1 any) *MockTxFetcherGetBlockTxsCall

GetBlockTxs indicates an expected call of GetBlockTxs.

func (*MockTxFetcherMockRecorder) GetProposalTxs

func (mr *MockTxFetcherMockRecorder) GetProposalTxs(arg0, arg1 any) *MockTxFetcherGetProposalTxsCall

GetProposalTxs indicates an expected call of GetProposalTxs.

type MockValidationRequest

type MockValidationRequest struct {
	// contains filtered or unexported fields
}

MockValidationRequest is a mock of ValidationRequest interface.

func NewMockValidationRequest

func NewMockValidationRequest(ctrl *gomock.Controller) *MockValidationRequest

NewMockValidationRequest creates a new mock instance.

func (*MockValidationRequest) EXPECT

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

func (*MockValidationRequest) Parse

func (m *MockValidationRequest) Parse() (*types.TxHeader, error)

Parse mocks base method.

func (*MockValidationRequest) Verify

func (m *MockValidationRequest) Verify() bool

Verify mocks base method.

type MockValidationRequestMockRecorder

type MockValidationRequestMockRecorder struct {
	// contains filtered or unexported fields
}

MockValidationRequestMockRecorder is the mock recorder for MockValidationRequest.

func (*MockValidationRequestMockRecorder) Parse

Parse indicates an expected call of Parse.

func (*MockValidationRequestMockRecorder) Verify

Verify indicates an expected call of Verify.

type MockValidationRequestParseCall added in v1.4.0

type MockValidationRequestParseCall struct {
	*gomock.Call
}

MockValidationRequestParseCall wrap *gomock.Call

func (*MockValidationRequestParseCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockValidationRequestParseCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockValidationRequestParseCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type MockValidationRequestVerifyCall added in v1.4.0

type MockValidationRequestVerifyCall struct {
	*gomock.Call
}

MockValidationRequestVerifyCall wrap *gomock.Call

func (*MockValidationRequestVerifyCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*MockValidationRequestVerifyCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockValidationRequestVerifyCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

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