Documentation ¶
Index ¶
- func HistoryHandler(plogger *zap.Logger, store qbftstorage.DecidedMsgStore, ...) protocolp2p.RequestHandler
- func LastChangeRoundHandler(plogger *zap.Logger, store qbftstorage.ChangeRoundStore, ...) protocolp2p.RequestHandler
- func LastDecidedHandler(plogger *zap.Logger, store qbftstorage.DecidedMsgStore, ...) protocolp2p.RequestHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HistoryHandler ¶
func HistoryHandler(plogger *zap.Logger, store qbftstorage.DecidedMsgStore, reporting protocolp2p.ValidationReporting, maxBatchSize int) protocolp2p.RequestHandler
HistoryHandler handler for decided history protocol TODO: add msg validation
func LastChangeRoundHandler ¶
func LastChangeRoundHandler(plogger *zap.Logger, store qbftstorage.ChangeRoundStore, reporting protocolp2p.ValidationReporting) protocolp2p.RequestHandler
LastChangeRoundHandler handler for last-decided protocol TODO: add msg validation
func LastDecidedHandler ¶
func LastDecidedHandler(plogger *zap.Logger, store qbftstorage.DecidedMsgStore, reporting protocolp2p.ValidationReporting) protocolp2p.RequestHandler
LastDecidedHandler handler for last-decided protocol TODO: add msg validation
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.