ordererspb

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_ordererspb_ordererspb_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type PBFTModule

type PBFTModule struct {
	Segment         *PBFTSegment `protobuf:"bytes,1,opt,name=segment,proto3" json:"segment,omitempty"`
	AvailabilityId  string       `protobuf:"bytes,2,opt,name=availability_id,json=availabilityId,proto3" json:"availability_id,omitempty"`
	Epoch           uint64       `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	ValidityChecker uint64       `protobuf:"varint,4,opt,name=validity_checker,json=validityChecker,proto3" json:"validity_checker,omitempty"`
	// contains filtered or unexported fields
}

func (*PBFTModule) Descriptor deprecated

func (*PBFTModule) Descriptor() ([]byte, []int)

Deprecated: Use PBFTModule.ProtoReflect.Descriptor instead.

func (*PBFTModule) GetAvailabilityId

func (x *PBFTModule) GetAvailabilityId() string

func (*PBFTModule) GetEpoch

func (x *PBFTModule) GetEpoch() uint64

func (*PBFTModule) GetSegment

func (x *PBFTModule) GetSegment() *PBFTSegment

func (*PBFTModule) GetValidityChecker added in v0.2.2

func (x *PBFTModule) GetValidityChecker() uint64

func (*PBFTModule) ProtoMessage

func (*PBFTModule) ProtoMessage()

func (*PBFTModule) ProtoReflect

func (x *PBFTModule) ProtoReflect() protoreflect.Message

func (*PBFTModule) Reset

func (x *PBFTModule) Reset()

func (*PBFTModule) String

func (x *PBFTModule) String() string

type PBFTSegment

type PBFTSegment struct {
	Leader     string               `protobuf:"bytes,1,opt,name=leader,proto3" json:"leader,omitempty"`
	Membership *commonpb.Membership `protobuf:"bytes,2,opt,name=membership,proto3" json:"membership,omitempty"`
	Proposals  map[uint64][]byte    `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PBFTSegment) Descriptor deprecated

func (*PBFTSegment) Descriptor() ([]byte, []int)

Deprecated: Use PBFTSegment.ProtoReflect.Descriptor instead.

func (*PBFTSegment) GetLeader

func (x *PBFTSegment) GetLeader() string

func (*PBFTSegment) GetMembership

func (x *PBFTSegment) GetMembership() *commonpb.Membership

func (*PBFTSegment) GetProposals added in v0.2.2

func (x *PBFTSegment) GetProposals() map[uint64][]byte

func (*PBFTSegment) ProtoMessage

func (*PBFTSegment) ProtoMessage()

func (*PBFTSegment) ProtoReflect

func (x *PBFTSegment) ProtoReflect() protoreflect.Message

func (*PBFTSegment) Reset

func (x *PBFTSegment) Reset()

func (*PBFTSegment) String

func (x *PBFTSegment) String() string

type SBBatchReady

type SBBatchReady struct {
	Batch               *requestpb.Batch `protobuf:"bytes,1,opt,name=batch,proto3" json:"batch,omitempty"`
	PendingRequestsLeft uint64           `protobuf:"varint,2,opt,name=pending_requests_left,json=pendingRequestsLeft,proto3" json:"pending_requests_left,omitempty"`
	// contains filtered or unexported fields
}

func (*SBBatchReady) Descriptor deprecated

func (*SBBatchReady) Descriptor() ([]byte, []int)

Deprecated: Use SBBatchReady.ProtoReflect.Descriptor instead.

func (*SBBatchReady) GetBatch

func (x *SBBatchReady) GetBatch() *requestpb.Batch

func (*SBBatchReady) GetPendingRequestsLeft

func (x *SBBatchReady) GetPendingRequestsLeft() uint64

func (*SBBatchReady) ProtoMessage

func (*SBBatchReady) ProtoMessage()

func (*SBBatchReady) ProtoReflect

func (x *SBBatchReady) ProtoReflect() protoreflect.Message

func (*SBBatchReady) Reset

func (x *SBBatchReady) Reset()

func (*SBBatchReady) String

func (x *SBBatchReady) String() string

type SBCertReady

type SBCertReady struct {
	Cert *availabilitypb.Cert `protobuf:"bytes,1,opt,name=cert,proto3" json:"cert,omitempty"`
	// contains filtered or unexported fields
}

func (*SBCertReady) Descriptor deprecated

func (*SBCertReady) Descriptor() ([]byte, []int)

Deprecated: Use SBCertReady.ProtoReflect.Descriptor instead.

func (*SBCertReady) GetCert

func (x *SBCertReady) GetCert() *availabilitypb.Cert

func (*SBCertReady) ProtoMessage

func (*SBCertReady) ProtoMessage()

func (*SBCertReady) ProtoReflect

func (x *SBCertReady) ProtoReflect() protoreflect.Message

func (*SBCertReady) Reset

func (x *SBCertReady) Reset()

func (*SBCertReady) String

func (x *SBCertReady) String() string

type SBCertRequest

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

func (*SBCertRequest) Descriptor deprecated

func (*SBCertRequest) Descriptor() ([]byte, []int)

Deprecated: Use SBCertRequest.ProtoReflect.Descriptor instead.

func (*SBCertRequest) ProtoMessage

func (*SBCertRequest) ProtoMessage()

func (*SBCertRequest) ProtoReflect

func (x *SBCertRequest) ProtoReflect() protoreflect.Message

func (*SBCertRequest) Reset

func (x *SBCertRequest) Reset()

func (*SBCertRequest) String

func (x *SBCertRequest) String() string

type SBDeliver

type SBDeliver struct {
	Sn       uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"`
	CertData []byte `protobuf:"bytes,2,opt,name=cert_data,json=certData,proto3" json:"cert_data,omitempty"`
	Aborted  bool   `protobuf:"varint,3,opt,name=aborted,proto3" json:"aborted,omitempty"`
	// contains filtered or unexported fields
}

func (*SBDeliver) Descriptor deprecated

func (*SBDeliver) Descriptor() ([]byte, []int)

Deprecated: Use SBDeliver.ProtoReflect.Descriptor instead.

func (*SBDeliver) GetAborted

func (x *SBDeliver) GetAborted() bool

func (*SBDeliver) GetCertData

func (x *SBDeliver) GetCertData() []byte

func (*SBDeliver) GetSn

func (x *SBDeliver) GetSn() uint64

func (*SBDeliver) ProtoMessage

func (*SBDeliver) ProtoMessage()

func (*SBDeliver) ProtoReflect

func (x *SBDeliver) ProtoReflect() protoreflect.Message

func (*SBDeliver) Reset

func (x *SBDeliver) Reset()

func (*SBDeliver) String

func (x *SBDeliver) String() string

type SBHashOrigin

type SBHashOrigin struct {
	Epoch    uint64                `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Instance uint64                `protobuf:"varint,2,opt,name=instance,proto3" json:"instance,omitempty"`
	Origin   *SBInstanceHashOrigin `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBHashOrigin) Descriptor deprecated

func (*SBHashOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBHashOrigin.ProtoReflect.Descriptor instead.

func (*SBHashOrigin) GetEpoch

func (x *SBHashOrigin) GetEpoch() uint64

func (*SBHashOrigin) GetInstance

func (x *SBHashOrigin) GetInstance() uint64

func (*SBHashOrigin) GetOrigin

func (x *SBHashOrigin) GetOrigin() *SBInstanceHashOrigin

func (*SBHashOrigin) ProtoMessage

func (*SBHashOrigin) ProtoMessage()

func (*SBHashOrigin) ProtoReflect

func (x *SBHashOrigin) ProtoReflect() protoreflect.Message

func (*SBHashOrigin) Reset

func (x *SBHashOrigin) Reset()

func (*SBHashOrigin) String

func (x *SBHashOrigin) String() string

type SBHashRequest

type SBHashRequest struct {
	Data   []*commonpb.HashData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Origin *SBHashOrigin        `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBHashRequest) Descriptor deprecated

func (*SBHashRequest) Descriptor() ([]byte, []int)

Deprecated: Use SBHashRequest.ProtoReflect.Descriptor instead.

func (*SBHashRequest) GetData

func (x *SBHashRequest) GetData() []*commonpb.HashData

func (*SBHashRequest) GetOrigin

func (x *SBHashRequest) GetOrigin() *SBHashOrigin

func (*SBHashRequest) ProtoMessage

func (*SBHashRequest) ProtoMessage()

func (*SBHashRequest) ProtoReflect

func (x *SBHashRequest) ProtoReflect() protoreflect.Message

func (*SBHashRequest) Reset

func (x *SBHashRequest) Reset()

func (*SBHashRequest) String

func (x *SBHashRequest) String() string

type SBHashResult

type SBHashResult struct {
	Digests [][]byte              `protobuf:"bytes,1,rep,name=digests,proto3" json:"digests,omitempty"`
	Origin  *SBInstanceHashOrigin `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBHashResult) Descriptor deprecated

func (*SBHashResult) Descriptor() ([]byte, []int)

Deprecated: Use SBHashResult.ProtoReflect.Descriptor instead.

func (*SBHashResult) GetDigests

func (x *SBHashResult) GetDigests() [][]byte

func (*SBHashResult) GetOrigin

func (x *SBHashResult) GetOrigin() *SBInstanceHashOrigin

func (*SBHashResult) ProtoMessage

func (*SBHashResult) ProtoMessage()

func (*SBHashResult) ProtoReflect

func (x *SBHashResult) ProtoReflect() protoreflect.Message

func (*SBHashResult) Reset

func (x *SBHashResult) Reset()

func (*SBHashResult) String

func (x *SBHashResult) String() string

type SBInit

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

func (*SBInit) Descriptor deprecated

func (*SBInit) Descriptor() ([]byte, []int)

Deprecated: Use SBInit.ProtoReflect.Descriptor instead.

func (*SBInit) ProtoMessage

func (*SBInit) ProtoMessage()

func (*SBInit) ProtoReflect

func (x *SBInit) ProtoReflect() protoreflect.Message

func (*SBInit) Reset

func (x *SBInit) Reset()

func (*SBInit) String

func (x *SBInit) String() string

type SBInstanceEvent

type SBInstanceEvent struct {

	// Types that are assignable to Type:
	//	*SBInstanceEvent_Init
	//	*SBInstanceEvent_Deliver
	//	*SBInstanceEvent_MessageReceived
	//	*SBInstanceEvent_PendingRequests
	//	*SBInstanceEvent_Tick
	//	*SBInstanceEvent_CertRequest
	//	*SBInstanceEvent_BatchReady
	//	*SBInstanceEvent_CertReady
	//	*SBInstanceEvent_HashRequest
	//	*SBInstanceEvent_HashResult
	//	*SBInstanceEvent_SignResult
	//	*SBInstanceEvent_NodeSigsVerified
	//	*SBInstanceEvent_PbftPersistPreprepare
	//	*SBInstanceEvent_PbftPersistPrepare
	//	*SBInstanceEvent_PbftPersistCommit
	//	*SBInstanceEvent_PbftPersistSignedViewChange
	//	*SBInstanceEvent_PbftPersistNewView
	//	*SBInstanceEvent_PbftProposeTimeout
	//	*SBInstanceEvent_PbftViewChangeSnTimeout
	//	*SBInstanceEvent_PbftViewChangeSegTimeout
	Type isSBInstanceEvent_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SBInstanceEvent) Descriptor deprecated

func (*SBInstanceEvent) Descriptor() ([]byte, []int)

Deprecated: Use SBInstanceEvent.ProtoReflect.Descriptor instead.

func (*SBInstanceEvent) GetBatchReady

func (x *SBInstanceEvent) GetBatchReady() *SBBatchReady

func (*SBInstanceEvent) GetCertReady

func (x *SBInstanceEvent) GetCertReady() *SBCertReady

func (*SBInstanceEvent) GetCertRequest

func (x *SBInstanceEvent) GetCertRequest() *SBCertRequest

func (*SBInstanceEvent) GetDeliver

func (x *SBInstanceEvent) GetDeliver() *SBDeliver

func (*SBInstanceEvent) GetHashRequest

func (x *SBInstanceEvent) GetHashRequest() *SBHashRequest

func (*SBInstanceEvent) GetHashResult

func (x *SBInstanceEvent) GetHashResult() *SBHashResult

func (*SBInstanceEvent) GetInit

func (x *SBInstanceEvent) GetInit() *SBInit

func (*SBInstanceEvent) GetMessageReceived

func (x *SBInstanceEvent) GetMessageReceived() *SBMessageReceived

func (*SBInstanceEvent) GetNodeSigsVerified

func (x *SBInstanceEvent) GetNodeSigsVerified() *SBNodeSigsVerified

func (*SBInstanceEvent) GetPbftPersistCommit

func (x *SBInstanceEvent) GetPbftPersistCommit() *ordererspbftpb.Commit

func (*SBInstanceEvent) GetPbftPersistNewView

func (x *SBInstanceEvent) GetPbftPersistNewView() *ordererspbftpb.NewView

func (*SBInstanceEvent) GetPbftPersistPrepare

func (x *SBInstanceEvent) GetPbftPersistPrepare() *ordererspbftpb.Prepare

func (*SBInstanceEvent) GetPbftPersistPreprepare

func (x *SBInstanceEvent) GetPbftPersistPreprepare() *ordererspbftpb.Preprepare

func (*SBInstanceEvent) GetPbftPersistSignedViewChange

func (x *SBInstanceEvent) GetPbftPersistSignedViewChange() *ordererspbftpb.SignedViewChange

func (*SBInstanceEvent) GetPbftProposeTimeout

func (x *SBInstanceEvent) GetPbftProposeTimeout() uint64

func (*SBInstanceEvent) GetPbftViewChangeSegTimeout

func (x *SBInstanceEvent) GetPbftViewChangeSegTimeout() uint64

func (*SBInstanceEvent) GetPbftViewChangeSnTimeout

func (x *SBInstanceEvent) GetPbftViewChangeSnTimeout() *ordererspbftpb.VCSNTimeout

func (*SBInstanceEvent) GetPendingRequests

func (x *SBInstanceEvent) GetPendingRequests() *SBPendingRequests

func (*SBInstanceEvent) GetSignResult

func (x *SBInstanceEvent) GetSignResult() *SBSignResult

func (*SBInstanceEvent) GetTick

func (x *SBInstanceEvent) GetTick() *SBTick

func (*SBInstanceEvent) GetType

func (m *SBInstanceEvent) GetType() isSBInstanceEvent_Type

func (*SBInstanceEvent) ProtoMessage

func (*SBInstanceEvent) ProtoMessage()

func (*SBInstanceEvent) ProtoReflect

func (x *SBInstanceEvent) ProtoReflect() protoreflect.Message

func (*SBInstanceEvent) Reset

func (x *SBInstanceEvent) Reset()

func (*SBInstanceEvent) String

func (x *SBInstanceEvent) String() string

type SBInstanceEvent_BatchReady

type SBInstanceEvent_BatchReady struct {
	BatchReady *SBBatchReady `protobuf:"bytes,7,opt,name=batch_ready,json=batchReady,proto3,oneof"`
}

type SBInstanceEvent_CertReady

type SBInstanceEvent_CertReady struct {
	CertReady *SBCertReady `protobuf:"bytes,8,opt,name=cert_ready,json=certReady,proto3,oneof"`
}

type SBInstanceEvent_CertRequest

type SBInstanceEvent_CertRequest struct {
	CertRequest *SBCertRequest `protobuf:"bytes,6,opt,name=cert_request,json=certRequest,proto3,oneof"`
}

type SBInstanceEvent_Deliver

type SBInstanceEvent_Deliver struct {
	Deliver *SBDeliver `protobuf:"bytes,2,opt,name=deliver,proto3,oneof"`
}

type SBInstanceEvent_HashRequest

type SBInstanceEvent_HashRequest struct {
	HashRequest *SBHashRequest `protobuf:"bytes,10,opt,name=hash_request,json=hashRequest,proto3,oneof"`
}

type SBInstanceEvent_HashResult

type SBInstanceEvent_HashResult struct {
	HashResult *SBHashResult `protobuf:"bytes,11,opt,name=hash_result,json=hashResult,proto3,oneof"`
}

type SBInstanceEvent_Init

type SBInstanceEvent_Init struct {
	Init *SBInit `protobuf:"bytes,1,opt,name=init,proto3,oneof"`
}

type SBInstanceEvent_MessageReceived

type SBInstanceEvent_MessageReceived struct {
	MessageReceived *SBMessageReceived `protobuf:"bytes,3,opt,name=message_received,json=messageReceived,proto3,oneof"`
}

type SBInstanceEvent_NodeSigsVerified

type SBInstanceEvent_NodeSigsVerified struct {
	NodeSigsVerified *SBNodeSigsVerified `protobuf:"bytes,13,opt,name=node_sigs_verified,json=nodeSigsVerified,proto3,oneof"`
}

type SBInstanceEvent_PbftPersistCommit

type SBInstanceEvent_PbftPersistCommit struct {
	PbftPersistCommit *ordererspbftpb.Commit `protobuf:"bytes,102,opt,name=pbft_persist_commit,json=pbftPersistCommit,proto3,oneof"`
}

type SBInstanceEvent_PbftPersistNewView

type SBInstanceEvent_PbftPersistNewView struct {
	PbftPersistNewView *ordererspbftpb.NewView `protobuf:"bytes,104,opt,name=pbft_persist_new_view,json=pbftPersistNewView,proto3,oneof"`
}

type SBInstanceEvent_PbftPersistPrepare

type SBInstanceEvent_PbftPersistPrepare struct {
	PbftPersistPrepare *ordererspbftpb.Prepare `protobuf:"bytes,101,opt,name=pbft_persist_prepare,json=pbftPersistPrepare,proto3,oneof"`
}

type SBInstanceEvent_PbftPersistPreprepare

type SBInstanceEvent_PbftPersistPreprepare struct {
	PbftPersistPreprepare *ordererspbftpb.Preprepare `protobuf:"bytes,100,opt,name=pbft_persist_preprepare,json=pbftPersistPreprepare,proto3,oneof"`
}

type SBInstanceEvent_PbftPersistSignedViewChange

type SBInstanceEvent_PbftPersistSignedViewChange struct {
	PbftPersistSignedViewChange *ordererspbftpb.SignedViewChange `protobuf:"bytes,103,opt,name=pbft_persist_signed_view_change,json=pbftPersistSignedViewChange,proto3,oneof"`
}

type SBInstanceEvent_PbftProposeTimeout

type SBInstanceEvent_PbftProposeTimeout struct {
	PbftProposeTimeout uint64 `protobuf:"varint,105,opt,name=pbft_propose_timeout,json=pbftProposeTimeout,proto3,oneof"`
}

type SBInstanceEvent_PbftViewChangeSegTimeout

type SBInstanceEvent_PbftViewChangeSegTimeout struct {
	PbftViewChangeSegTimeout uint64 `protobuf:"varint,107,opt,name=pbft_view_change_seg_timeout,json=pbftViewChangeSegTimeout,proto3,oneof"`
}

type SBInstanceEvent_PbftViewChangeSnTimeout

type SBInstanceEvent_PbftViewChangeSnTimeout struct {
	PbftViewChangeSnTimeout *ordererspbftpb.VCSNTimeout `protobuf:"bytes,106,opt,name=pbft_view_change_sn_timeout,json=pbftViewChangeSnTimeout,proto3,oneof"`
}

type SBInstanceEvent_PendingRequests

type SBInstanceEvent_PendingRequests struct {
	PendingRequests *SBPendingRequests `protobuf:"bytes,4,opt,name=pending_requests,json=pendingRequests,proto3,oneof"`
}

type SBInstanceEvent_SignResult

type SBInstanceEvent_SignResult struct {
	SignResult *SBSignResult `protobuf:"bytes,12,opt,name=sign_result,json=signResult,proto3,oneof"`
}

type SBInstanceEvent_Tick

type SBInstanceEvent_Tick struct {
	Tick *SBTick `protobuf:"bytes,5,opt,name=tick,proto3,oneof"`
}

type SBInstanceHashOrigin

type SBInstanceHashOrigin struct {

	// Types that are assignable to Type:
	//	*SBInstanceHashOrigin_PbftPreprepare
	//	*SBInstanceHashOrigin_PbftMissingPreprepare
	//	*SBInstanceHashOrigin_PbftNewView
	//	*SBInstanceHashOrigin_PbftEmptyPreprepares
	//	*SBInstanceHashOrigin_PbftCatchUpResponse
	Type isSBInstanceHashOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SBInstanceHashOrigin) Descriptor deprecated

func (*SBInstanceHashOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBInstanceHashOrigin.ProtoReflect.Descriptor instead.

func (*SBInstanceHashOrigin) GetPbftCatchUpResponse

func (x *SBInstanceHashOrigin) GetPbftCatchUpResponse() *ordererspbftpb.Preprepare

func (*SBInstanceHashOrigin) GetPbftEmptyPreprepares

func (x *SBInstanceHashOrigin) GetPbftEmptyPreprepares() uint64

func (*SBInstanceHashOrigin) GetPbftMissingPreprepare

func (x *SBInstanceHashOrigin) GetPbftMissingPreprepare() *ordererspbftpb.Preprepare

func (*SBInstanceHashOrigin) GetPbftNewView

func (x *SBInstanceHashOrigin) GetPbftNewView() *ordererspbftpb.NewView

func (*SBInstanceHashOrigin) GetPbftPreprepare

func (x *SBInstanceHashOrigin) GetPbftPreprepare() *ordererspbftpb.Preprepare

func (*SBInstanceHashOrigin) GetType

func (m *SBInstanceHashOrigin) GetType() isSBInstanceHashOrigin_Type

func (*SBInstanceHashOrigin) ProtoMessage

func (*SBInstanceHashOrigin) ProtoMessage()

func (*SBInstanceHashOrigin) ProtoReflect

func (x *SBInstanceHashOrigin) ProtoReflect() protoreflect.Message

func (*SBInstanceHashOrigin) Reset

func (x *SBInstanceHashOrigin) Reset()

func (*SBInstanceHashOrigin) String

func (x *SBInstanceHashOrigin) String() string

type SBInstanceHashOrigin_PbftCatchUpResponse

type SBInstanceHashOrigin_PbftCatchUpResponse struct {
	PbftCatchUpResponse *ordererspbftpb.Preprepare `protobuf:"bytes,5,opt,name=pbft_catch_up_response,json=pbftCatchUpResponse,proto3,oneof"`
}

type SBInstanceHashOrigin_PbftEmptyPreprepares

type SBInstanceHashOrigin_PbftEmptyPreprepares struct {
	PbftEmptyPreprepares uint64 `protobuf:"varint,4,opt,name=pbft_empty_preprepares,json=pbftEmptyPreprepares,proto3,oneof"`
}

type SBInstanceHashOrigin_PbftMissingPreprepare

type SBInstanceHashOrigin_PbftMissingPreprepare struct {
	PbftMissingPreprepare *ordererspbftpb.Preprepare `protobuf:"bytes,2,opt,name=pbft_missing_preprepare,json=pbftMissingPreprepare,proto3,oneof"`
}

type SBInstanceHashOrigin_PbftNewView

type SBInstanceHashOrigin_PbftNewView struct {
	PbftNewView *ordererspbftpb.NewView `protobuf:"bytes,3,opt,name=pbft_new_view,json=pbftNewView,proto3,oneof"`
}

type SBInstanceHashOrigin_PbftPreprepare

type SBInstanceHashOrigin_PbftPreprepare struct {
	PbftPreprepare *ordererspbftpb.Preprepare `protobuf:"bytes,1,opt,name=pbft_preprepare,json=pbftPreprepare,proto3,oneof"`
}

type SBInstanceMessage

type SBInstanceMessage struct {

	// Types that are assignable to Type:
	//	*SBInstanceMessage_PbftPreprepare
	//	*SBInstanceMessage_PbftPrepare
	//	*SBInstanceMessage_PbftCommit
	//	*SBInstanceMessage_PbftSignedViewChange
	//	*SBInstanceMessage_PbftPreprepareRequest
	//	*SBInstanceMessage_PbftMissingPreprepare
	//	*SBInstanceMessage_PbftNewView
	//	*SBInstanceMessage_PbftDone
	//	*SBInstanceMessage_PbftCatchUpRequest
	//	*SBInstanceMessage_PbftCatchUpResponse
	Type isSBInstanceMessage_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SBInstanceMessage) Descriptor deprecated

func (*SBInstanceMessage) Descriptor() ([]byte, []int)

Deprecated: Use SBInstanceMessage.ProtoReflect.Descriptor instead.

func (*SBInstanceMessage) GetPbftCatchUpRequest

func (x *SBInstanceMessage) GetPbftCatchUpRequest() *ordererspbftpb.CatchUpRequest

func (*SBInstanceMessage) GetPbftCatchUpResponse

func (x *SBInstanceMessage) GetPbftCatchUpResponse() *ordererspbftpb.Preprepare

func (*SBInstanceMessage) GetPbftCommit

func (x *SBInstanceMessage) GetPbftCommit() *ordererspbftpb.Commit

func (*SBInstanceMessage) GetPbftDone

func (x *SBInstanceMessage) GetPbftDone() *ordererspbftpb.Done

func (*SBInstanceMessage) GetPbftMissingPreprepare

func (x *SBInstanceMessage) GetPbftMissingPreprepare() *ordererspbftpb.Preprepare

func (*SBInstanceMessage) GetPbftNewView

func (x *SBInstanceMessage) GetPbftNewView() *ordererspbftpb.NewView

func (*SBInstanceMessage) GetPbftPrepare

func (x *SBInstanceMessage) GetPbftPrepare() *ordererspbftpb.Prepare

func (*SBInstanceMessage) GetPbftPreprepare

func (x *SBInstanceMessage) GetPbftPreprepare() *ordererspbftpb.Preprepare

func (*SBInstanceMessage) GetPbftPreprepareRequest

func (x *SBInstanceMessage) GetPbftPreprepareRequest() *ordererspbftpb.PreprepareRequest

func (*SBInstanceMessage) GetPbftSignedViewChange

func (x *SBInstanceMessage) GetPbftSignedViewChange() *ordererspbftpb.SignedViewChange

func (*SBInstanceMessage) GetType

func (m *SBInstanceMessage) GetType() isSBInstanceMessage_Type

func (*SBInstanceMessage) ProtoMessage

func (*SBInstanceMessage) ProtoMessage()

func (*SBInstanceMessage) ProtoReflect

func (x *SBInstanceMessage) ProtoReflect() protoreflect.Message

func (*SBInstanceMessage) Reset

func (x *SBInstanceMessage) Reset()

func (*SBInstanceMessage) String

func (x *SBInstanceMessage) String() string

type SBInstanceMessage_PbftCatchUpRequest

type SBInstanceMessage_PbftCatchUpRequest struct {
	PbftCatchUpRequest *ordererspbftpb.CatchUpRequest `protobuf:"bytes,9,opt,name=pbft_catch_up_request,json=pbftCatchUpRequest,proto3,oneof"`
}

type SBInstanceMessage_PbftCatchUpResponse

type SBInstanceMessage_PbftCatchUpResponse struct {
	PbftCatchUpResponse *ordererspbftpb.Preprepare `protobuf:"bytes,10,opt,name=pbft_catch_up_response,json=pbftCatchUpResponse,proto3,oneof"`
}

type SBInstanceMessage_PbftCommit

type SBInstanceMessage_PbftCommit struct {
	PbftCommit *ordererspbftpb.Commit `protobuf:"bytes,3,opt,name=pbft_commit,json=pbftCommit,proto3,oneof"`
}

type SBInstanceMessage_PbftDone

type SBInstanceMessage_PbftDone struct {
	PbftDone *ordererspbftpb.Done `protobuf:"bytes,8,opt,name=pbft_done,json=pbftDone,proto3,oneof"`
}

type SBInstanceMessage_PbftMissingPreprepare

type SBInstanceMessage_PbftMissingPreprepare struct {
	PbftMissingPreprepare *ordererspbftpb.Preprepare `protobuf:"bytes,6,opt,name=pbft_missing_preprepare,json=pbftMissingPreprepare,proto3,oneof"`
}

type SBInstanceMessage_PbftNewView

type SBInstanceMessage_PbftNewView struct {
	PbftNewView *ordererspbftpb.NewView `protobuf:"bytes,7,opt,name=pbft_new_view,json=pbftNewView,proto3,oneof"`
}

type SBInstanceMessage_PbftPrepare

type SBInstanceMessage_PbftPrepare struct {
	PbftPrepare *ordererspbftpb.Prepare `protobuf:"bytes,2,opt,name=pbft_prepare,json=pbftPrepare,proto3,oneof"`
}

type SBInstanceMessage_PbftPreprepare

type SBInstanceMessage_PbftPreprepare struct {
	PbftPreprepare *ordererspbftpb.Preprepare `protobuf:"bytes,1,opt,name=pbft_preprepare,json=pbftPreprepare,proto3,oneof"`
}

type SBInstanceMessage_PbftPreprepareRequest

type SBInstanceMessage_PbftPreprepareRequest struct {
	PbftPreprepareRequest *ordererspbftpb.PreprepareRequest `protobuf:"bytes,5,opt,name=pbft_preprepare_request,json=pbftPreprepareRequest,proto3,oneof"`
}

type SBInstanceMessage_PbftSignedViewChange

type SBInstanceMessage_PbftSignedViewChange struct {
	PbftSignedViewChange *ordererspbftpb.SignedViewChange `protobuf:"bytes,4,opt,name=pbft_signed_view_change,json=pbftSignedViewChange,proto3,oneof"`
}

type SBInstanceSigVerOrigin

type SBInstanceSigVerOrigin struct {

	// Types that are assignable to Type:
	//	*SBInstanceSigVerOrigin_PbftSignedViewChange
	//	*SBInstanceSigVerOrigin_PbftNewView
	Type isSBInstanceSigVerOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SBInstanceSigVerOrigin) Descriptor deprecated

func (*SBInstanceSigVerOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBInstanceSigVerOrigin.ProtoReflect.Descriptor instead.

func (*SBInstanceSigVerOrigin) GetPbftNewView

func (x *SBInstanceSigVerOrigin) GetPbftNewView() *ordererspbftpb.NewView

func (*SBInstanceSigVerOrigin) GetPbftSignedViewChange

func (x *SBInstanceSigVerOrigin) GetPbftSignedViewChange() *ordererspbftpb.SignedViewChange

func (*SBInstanceSigVerOrigin) GetType

func (m *SBInstanceSigVerOrigin) GetType() isSBInstanceSigVerOrigin_Type

func (*SBInstanceSigVerOrigin) ProtoMessage

func (*SBInstanceSigVerOrigin) ProtoMessage()

func (*SBInstanceSigVerOrigin) ProtoReflect

func (x *SBInstanceSigVerOrigin) ProtoReflect() protoreflect.Message

func (*SBInstanceSigVerOrigin) Reset

func (x *SBInstanceSigVerOrigin) Reset()

func (*SBInstanceSigVerOrigin) String

func (x *SBInstanceSigVerOrigin) String() string

type SBInstanceSigVerOrigin_PbftNewView

type SBInstanceSigVerOrigin_PbftNewView struct {
	PbftNewView *ordererspbftpb.NewView `protobuf:"bytes,2,opt,name=pbft_new_view,json=pbftNewView,proto3,oneof"`
}

type SBInstanceSigVerOrigin_PbftSignedViewChange

type SBInstanceSigVerOrigin_PbftSignedViewChange struct {
	PbftSignedViewChange *ordererspbftpb.SignedViewChange `protobuf:"bytes,1,opt,name=pbft_signed_view_change,json=pbftSignedViewChange,proto3,oneof"`
}

type SBInstanceSignOrigin

type SBInstanceSignOrigin struct {

	// Types that are assignable to Type:
	//	*SBInstanceSignOrigin_PbftViewChange
	Type isSBInstanceSignOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SBInstanceSignOrigin) Descriptor deprecated

func (*SBInstanceSignOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBInstanceSignOrigin.ProtoReflect.Descriptor instead.

func (*SBInstanceSignOrigin) GetPbftViewChange

func (x *SBInstanceSignOrigin) GetPbftViewChange() *ordererspbftpb.ViewChange

func (*SBInstanceSignOrigin) GetType

func (m *SBInstanceSignOrigin) GetType() isSBInstanceSignOrigin_Type

func (*SBInstanceSignOrigin) ProtoMessage

func (*SBInstanceSignOrigin) ProtoMessage()

func (*SBInstanceSignOrigin) ProtoReflect

func (x *SBInstanceSignOrigin) ProtoReflect() protoreflect.Message

func (*SBInstanceSignOrigin) Reset

func (x *SBInstanceSignOrigin) Reset()

func (*SBInstanceSignOrigin) String

func (x *SBInstanceSignOrigin) String() string

type SBInstanceSignOrigin_PbftViewChange

type SBInstanceSignOrigin_PbftViewChange struct {
	PbftViewChange *ordererspbftpb.ViewChange `protobuf:"bytes,1,opt,name=pbft_view_change,json=pbftViewChange,proto3,oneof"`
}

type SBMessageReceived

type SBMessageReceived struct {
	From string             `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	Msg  *SBInstanceMessage `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*SBMessageReceived) Descriptor deprecated

func (*SBMessageReceived) Descriptor() ([]byte, []int)

Deprecated: Use SBMessageReceived.ProtoReflect.Descriptor instead.

func (*SBMessageReceived) GetFrom

func (x *SBMessageReceived) GetFrom() string

func (*SBMessageReceived) GetMsg

func (x *SBMessageReceived) GetMsg() *SBInstanceMessage

func (*SBMessageReceived) ProtoMessage

func (*SBMessageReceived) ProtoMessage()

func (*SBMessageReceived) ProtoReflect

func (x *SBMessageReceived) ProtoReflect() protoreflect.Message

func (*SBMessageReceived) Reset

func (x *SBMessageReceived) Reset()

func (*SBMessageReceived) String

func (x *SBMessageReceived) String() string

type SBNodeSigsVerified

type SBNodeSigsVerified struct {
	NodeIds []string                `protobuf:"bytes,1,rep,name=node_ids,json=nodeIds,proto3" json:"node_ids,omitempty"`
	Valid   []bool                  `protobuf:"varint,2,rep,packed,name=valid,proto3" json:"valid,omitempty"`
	Errors  []string                `protobuf:"bytes,3,rep,name=errors,proto3" json:"errors,omitempty"`
	Origin  *SBInstanceSigVerOrigin `protobuf:"bytes,4,opt,name=origin,proto3" json:"origin,omitempty"`
	AllOk   bool                    `protobuf:"varint,5,opt,name=all_ok,json=allOk,proto3" json:"all_ok,omitempty"`
	// contains filtered or unexported fields
}

func (*SBNodeSigsVerified) Descriptor deprecated

func (*SBNodeSigsVerified) Descriptor() ([]byte, []int)

Deprecated: Use SBNodeSigsVerified.ProtoReflect.Descriptor instead.

func (*SBNodeSigsVerified) GetAllOk

func (x *SBNodeSigsVerified) GetAllOk() bool

func (*SBNodeSigsVerified) GetErrors

func (x *SBNodeSigsVerified) GetErrors() []string

func (*SBNodeSigsVerified) GetNodeIds

func (x *SBNodeSigsVerified) GetNodeIds() []string

func (*SBNodeSigsVerified) GetOrigin

func (*SBNodeSigsVerified) GetValid

func (x *SBNodeSigsVerified) GetValid() []bool

func (*SBNodeSigsVerified) ProtoMessage

func (*SBNodeSigsVerified) ProtoMessage()

func (*SBNodeSigsVerified) ProtoReflect

func (x *SBNodeSigsVerified) ProtoReflect() protoreflect.Message

func (*SBNodeSigsVerified) Reset

func (x *SBNodeSigsVerified) Reset()

func (*SBNodeSigsVerified) String

func (x *SBNodeSigsVerified) String() string

type SBPendingRequests

type SBPendingRequests struct {
	NumRequests uint64 `protobuf:"varint,1,opt,name=numRequests,proto3" json:"numRequests,omitempty"`
	// contains filtered or unexported fields
}

func (*SBPendingRequests) Descriptor deprecated

func (*SBPendingRequests) Descriptor() ([]byte, []int)

Deprecated: Use SBPendingRequests.ProtoReflect.Descriptor instead.

func (*SBPendingRequests) GetNumRequests

func (x *SBPendingRequests) GetNumRequests() uint64

func (*SBPendingRequests) ProtoMessage

func (*SBPendingRequests) ProtoMessage()

func (*SBPendingRequests) ProtoReflect

func (x *SBPendingRequests) ProtoReflect() protoreflect.Message

func (*SBPendingRequests) Reset

func (x *SBPendingRequests) Reset()

func (*SBPendingRequests) String

func (x *SBPendingRequests) String() string

type SBSigVerOrigin

type SBSigVerOrigin struct {
	Epoch    uint64                  `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Instance uint64                  `protobuf:"varint,2,opt,name=instance,proto3" json:"instance,omitempty"`
	Origin   *SBInstanceSigVerOrigin `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBSigVerOrigin) Descriptor deprecated

func (*SBSigVerOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBSigVerOrigin.ProtoReflect.Descriptor instead.

func (*SBSigVerOrigin) GetEpoch

func (x *SBSigVerOrigin) GetEpoch() uint64

func (*SBSigVerOrigin) GetInstance

func (x *SBSigVerOrigin) GetInstance() uint64

func (*SBSigVerOrigin) GetOrigin

func (x *SBSigVerOrigin) GetOrigin() *SBInstanceSigVerOrigin

func (*SBSigVerOrigin) ProtoMessage

func (*SBSigVerOrigin) ProtoMessage()

func (*SBSigVerOrigin) ProtoReflect

func (x *SBSigVerOrigin) ProtoReflect() protoreflect.Message

func (*SBSigVerOrigin) Reset

func (x *SBSigVerOrigin) Reset()

func (*SBSigVerOrigin) String

func (x *SBSigVerOrigin) String() string

type SBSignOrigin

type SBSignOrigin struct {
	Epoch    uint64                `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Instance uint64                `protobuf:"varint,2,opt,name=instance,proto3" json:"instance,omitempty"`
	Origin   *SBInstanceSignOrigin `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBSignOrigin) Descriptor deprecated

func (*SBSignOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBSignOrigin.ProtoReflect.Descriptor instead.

func (*SBSignOrigin) GetEpoch

func (x *SBSignOrigin) GetEpoch() uint64

func (*SBSignOrigin) GetInstance

func (x *SBSignOrigin) GetInstance() uint64

func (*SBSignOrigin) GetOrigin

func (x *SBSignOrigin) GetOrigin() *SBInstanceSignOrigin

func (*SBSignOrigin) ProtoMessage

func (*SBSignOrigin) ProtoMessage()

func (*SBSignOrigin) ProtoReflect

func (x *SBSignOrigin) ProtoReflect() protoreflect.Message

func (*SBSignOrigin) Reset

func (x *SBSignOrigin) Reset()

func (*SBSignOrigin) String

func (x *SBSignOrigin) String() string

type SBSignResult

type SBSignResult struct {
	Signature []byte                `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Origin    *SBInstanceSignOrigin `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBSignResult) Descriptor deprecated

func (*SBSignResult) Descriptor() ([]byte, []int)

Deprecated: Use SBSignResult.ProtoReflect.Descriptor instead.

func (*SBSignResult) GetOrigin

func (x *SBSignResult) GetOrigin() *SBInstanceSignOrigin

func (*SBSignResult) GetSignature

func (x *SBSignResult) GetSignature() []byte

func (*SBSignResult) ProtoMessage

func (*SBSignResult) ProtoMessage()

func (*SBSignResult) ProtoReflect

func (x *SBSignResult) ProtoReflect() protoreflect.Message

func (*SBSignResult) Reset

func (x *SBSignResult) Reset()

func (*SBSignResult) String

func (x *SBSignResult) String() string

type SBTick

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

func (*SBTick) Descriptor deprecated

func (*SBTick) Descriptor() ([]byte, []int)

Deprecated: Use SBTick.ProtoReflect.Descriptor instead.

func (*SBTick) ProtoMessage

func (*SBTick) ProtoMessage()

func (*SBTick) ProtoReflect

func (x *SBTick) ProtoReflect() protoreflect.Message

func (*SBTick) Reset

func (x *SBTick) Reset()

func (*SBTick) String

func (x *SBTick) String() string

Jump to

Keyboard shortcuts

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