Versions in this module Expand all Collapse all v0 v0.32.0 Sep 13, 2023 Changes in this version + type BlockPart struct + Height int64 + Part types.Part + Round int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockPart) Descriptor() ([]byte, []int) + func (*BlockPart) ProtoMessage() + func (m *BlockPart) GetHeight() int64 + func (m *BlockPart) GetPart() types.Part + func (m *BlockPart) GetRound() int32 + func (m *BlockPart) Reset() + func (m *BlockPart) String() string + func (m *BlockPart) XXX_DiscardUnknown() + func (m *BlockPart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockPart) XXX_Merge(src proto.Message) + func (m *BlockPart) XXX_Size() int + func (m *BlockPart) XXX_Unmarshal(b []byte) error + type EndHeight struct + Height int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EndHeight) Descriptor() ([]byte, []int) + func (*EndHeight) ProtoMessage() + func (m *EndHeight) GetHeight() int64 + func (m *EndHeight) Reset() + func (m *EndHeight) String() string + func (m *EndHeight) XXX_DiscardUnknown() + func (m *EndHeight) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EndHeight) XXX_Merge(src proto.Message) + func (m *EndHeight) XXX_Size() int + func (m *EndHeight) XXX_Unmarshal(b []byte) error + type HasVote struct + Height int64 + Index uint32 + Round int32 + Type types.SignedMsgType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HasVote) Descriptor() ([]byte, []int) + func (*HasVote) ProtoMessage() + func (m *HasVote) GetHeight() int64 + func (m *HasVote) GetIndex() uint32 + func (m *HasVote) GetRound() int32 + func (m *HasVote) GetType() types.SignedMsgType + func (m *HasVote) Reset() + func (m *HasVote) String() string + func (m *HasVote) XXX_DiscardUnknown() + func (m *HasVote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HasVote) XXX_Merge(src proto.Message) + func (m *HasVote) XXX_Size() int + func (m *HasVote) XXX_Unmarshal(b []byte) error + type Message struct + Sum isMessage_Sum + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (*Message) XXX_OneofWrappers() []interface{} + func (m *Message) GetBlockPart() *BlockPart + func (m *Message) GetHasVote() *HasVote + func (m *Message) GetNewRoundStep() *NewRoundStep + func (m *Message) GetNewValidBlock() *NewValidBlock + func (m *Message) GetProposal() *Proposal + func (m *Message) GetProposalPol() *ProposalPOL + func (m *Message) GetSum() isMessage_Sum + func (m *Message) GetVote() *Vote + func (m *Message) GetVoteSetBits() *VoteSetBits + func (m *Message) GetVoteSetMaj23() *VoteSetMaj23 + func (m *Message) Reset() + func (m *Message) String() string + func (m *Message) XXX_DiscardUnknown() + func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Message) XXX_Merge(src proto.Message) + func (m *Message) XXX_Size() int + func (m *Message) XXX_Unmarshal(b []byte) error + type Message_BlockPart struct + BlockPart *BlockPart + type Message_HasVote struct + HasVote *HasVote + type Message_NewRoundStep struct + NewRoundStep *NewRoundStep + type Message_NewValidBlock struct + NewValidBlock *NewValidBlock + type Message_Proposal struct + Proposal *Proposal + type Message_ProposalPol struct + ProposalPol *ProposalPOL + type Message_Vote struct + Vote *Vote + type Message_VoteSetBits struct + VoteSetBits *VoteSetBits + type Message_VoteSetMaj23 struct + VoteSetMaj23 *VoteSetMaj23 + type MsgInfo struct + Msg Message + PeerID string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MsgInfo) Descriptor() ([]byte, []int) + func (*MsgInfo) ProtoMessage() + func (m *MsgInfo) GetMsg() Message + func (m *MsgInfo) GetPeerID() string + func (m *MsgInfo) Reset() + func (m *MsgInfo) String() string + func (m *MsgInfo) XXX_DiscardUnknown() + func (m *MsgInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgInfo) XXX_Merge(src proto.Message) + func (m *MsgInfo) XXX_Size() int + func (m *MsgInfo) XXX_Unmarshal(b []byte) error + type NewRoundStep struct + Height int64 + LastCommitRound int32 + Round int32 + SecondsSinceStartTime int64 + Step uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NewRoundStep) Descriptor() ([]byte, []int) + func (*NewRoundStep) ProtoMessage() + func (m *NewRoundStep) GetHeight() int64 + func (m *NewRoundStep) GetLastCommitRound() int32 + func (m *NewRoundStep) GetRound() int32 + func (m *NewRoundStep) GetSecondsSinceStartTime() int64 + func (m *NewRoundStep) GetStep() uint32 + func (m *NewRoundStep) Reset() + func (m *NewRoundStep) String() string + func (m *NewRoundStep) XXX_DiscardUnknown() + func (m *NewRoundStep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NewRoundStep) XXX_Merge(src proto.Message) + func (m *NewRoundStep) XXX_Size() int + func (m *NewRoundStep) XXX_Unmarshal(b []byte) error + type NewValidBlock struct + BlockParts *bits.BitArray + BlockPartsHeader types.PartSetHeader + Height int64 + IsCommit bool + Round int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NewValidBlock) Descriptor() ([]byte, []int) + func (*NewValidBlock) ProtoMessage() + func (m *NewValidBlock) GetBlockParts() *bits.BitArray + func (m *NewValidBlock) GetBlockPartsHeader() types.PartSetHeader + func (m *NewValidBlock) GetHeight() int64 + func (m *NewValidBlock) GetIsCommit() bool + func (m *NewValidBlock) GetRound() int32 + func (m *NewValidBlock) Reset() + func (m *NewValidBlock) String() string + func (m *NewValidBlock) XXX_DiscardUnknown() + func (m *NewValidBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NewValidBlock) XXX_Merge(src proto.Message) + func (m *NewValidBlock) XXX_Size() int + func (m *NewValidBlock) XXX_Unmarshal(b []byte) error + type Proposal struct + Proposal types.Proposal + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Proposal) Descriptor() ([]byte, []int) + func (*Proposal) ProtoMessage() + func (m *Proposal) GetProposal() types.Proposal + func (m *Proposal) Reset() + func (m *Proposal) String() string + func (m *Proposal) XXX_DiscardUnknown() + func (m *Proposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Proposal) XXX_Merge(src proto.Message) + func (m *Proposal) XXX_Size() int + func (m *Proposal) XXX_Unmarshal(b []byte) error + type ProposalPOL struct + Height int64 + ProposalPol bits.BitArray + ProposalPolRound int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProposalPOL) Descriptor() ([]byte, []int) + func (*ProposalPOL) ProtoMessage() + func (m *ProposalPOL) GetHeight() int64 + func (m *ProposalPOL) GetProposalPol() bits.BitArray + func (m *ProposalPOL) GetProposalPolRound() int32 + func (m *ProposalPOL) Reset() + func (m *ProposalPOL) String() string + func (m *ProposalPOL) XXX_DiscardUnknown() + func (m *ProposalPOL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProposalPOL) XXX_Merge(src proto.Message) + func (m *ProposalPOL) XXX_Size() int + func (m *ProposalPOL) XXX_Unmarshal(b []byte) error + type TimedWALMessage struct + Msg *WALMessage + Time time.Time + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TimedWALMessage) Descriptor() ([]byte, []int) + func (*TimedWALMessage) ProtoMessage() + func (m *TimedWALMessage) GetMsg() *WALMessage + func (m *TimedWALMessage) GetTime() time.Time + func (m *TimedWALMessage) Reset() + func (m *TimedWALMessage) String() string + func (m *TimedWALMessage) XXX_DiscardUnknown() + func (m *TimedWALMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TimedWALMessage) XXX_Merge(src proto.Message) + func (m *TimedWALMessage) XXX_Size() int + func (m *TimedWALMessage) XXX_Unmarshal(b []byte) error + type TimeoutInfo struct + Duration time.Duration + Height int64 + Round int32 + Step uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TimeoutInfo) Descriptor() ([]byte, []int) + func (*TimeoutInfo) ProtoMessage() + func (m *TimeoutInfo) GetDuration() time.Duration + func (m *TimeoutInfo) GetHeight() int64 + func (m *TimeoutInfo) GetRound() int32 + func (m *TimeoutInfo) GetStep() uint32 + func (m *TimeoutInfo) Reset() + func (m *TimeoutInfo) String() string + func (m *TimeoutInfo) XXX_DiscardUnknown() + func (m *TimeoutInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TimeoutInfo) XXX_Merge(src proto.Message) + func (m *TimeoutInfo) XXX_Size() int + func (m *TimeoutInfo) XXX_Unmarshal(b []byte) error + type Vote struct + Vote *types.Vote + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Vote) Descriptor() ([]byte, []int) + func (*Vote) ProtoMessage() + func (m *Vote) GetVote() *types.Vote + func (m *Vote) Reset() + func (m *Vote) String() string + func (m *Vote) XXX_DiscardUnknown() + func (m *Vote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Vote) XXX_Merge(src proto.Message) + func (m *Vote) XXX_Size() int + func (m *Vote) XXX_Unmarshal(b []byte) error + type VoteSetBits struct + BlockID types.BlockID + Height int64 + Round int32 + Type types.SignedMsgType + Votes bits.BitArray + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VoteSetBits) Descriptor() ([]byte, []int) + func (*VoteSetBits) ProtoMessage() + func (m *VoteSetBits) GetBlockID() types.BlockID + func (m *VoteSetBits) GetHeight() int64 + func (m *VoteSetBits) GetRound() int32 + func (m *VoteSetBits) GetType() types.SignedMsgType + func (m *VoteSetBits) GetVotes() bits.BitArray + func (m *VoteSetBits) Reset() + func (m *VoteSetBits) String() string + func (m *VoteSetBits) XXX_DiscardUnknown() + func (m *VoteSetBits) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VoteSetBits) XXX_Merge(src proto.Message) + func (m *VoteSetBits) XXX_Size() int + func (m *VoteSetBits) XXX_Unmarshal(b []byte) error + type VoteSetMaj23 struct + BlockID types.BlockID + Height int64 + Round int32 + Type types.SignedMsgType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VoteSetMaj23) Descriptor() ([]byte, []int) + func (*VoteSetMaj23) ProtoMessage() + func (m *VoteSetMaj23) GetBlockID() types.BlockID + func (m *VoteSetMaj23) GetHeight() int64 + func (m *VoteSetMaj23) GetRound() int32 + func (m *VoteSetMaj23) GetType() types.SignedMsgType + func (m *VoteSetMaj23) Reset() + func (m *VoteSetMaj23) String() string + func (m *VoteSetMaj23) XXX_DiscardUnknown() + func (m *VoteSetMaj23) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VoteSetMaj23) XXX_Merge(src proto.Message) + func (m *VoteSetMaj23) XXX_Size() int + func (m *VoteSetMaj23) XXX_Unmarshal(b []byte) error + type WALMessage struct + Sum isWALMessage_Sum + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*WALMessage) Descriptor() ([]byte, []int) + func (*WALMessage) ProtoMessage() + func (*WALMessage) XXX_OneofWrappers() []interface{} + func (m *WALMessage) GetEndHeight() *EndHeight + func (m *WALMessage) GetEventDataRoundState() *types.EventDataRoundState + func (m *WALMessage) GetMsgInfo() *MsgInfo + func (m *WALMessage) GetSum() isWALMessage_Sum + func (m *WALMessage) GetTimeoutInfo() *TimeoutInfo + func (m *WALMessage) Reset() + func (m *WALMessage) String() string + func (m *WALMessage) XXX_DiscardUnknown() + func (m *WALMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WALMessage) XXX_Merge(src proto.Message) + func (m *WALMessage) XXX_Size() int + func (m *WALMessage) XXX_Unmarshal(b []byte) error + type WALMessage_EndHeight struct + EndHeight *EndHeight + type WALMessage_EventDataRoundState struct + EventDataRoundState *types.EventDataRoundState + type WALMessage_MsgInfo struct + MsgInfo *MsgInfo + type WALMessage_TimeoutInfo struct + TimeoutInfo *TimeoutInfo