Documentation ¶
Index ¶
- func New() forks.Fork
- type ForkV0
- func (v0 *ForkV0) Apply(instance ibft.Instance)
- func (v0 *ForkV0) ChangeRoundMsgPipeline() pipeline.Pipeline
- func (v0 *ForkV0) ChangeRoundMsgValidationPipeline() pipeline.Pipeline
- func (v0 *ForkV0) CommitMsgPipeline() pipeline.Pipeline
- func (v0 *ForkV0) CommitMsgValidationPipeline() pipeline.Pipeline
- func (v0 *ForkV0) DecidedMsgPipeline() pipeline.Pipeline
- func (v0 *ForkV0) PrePrepareMsgPipeline() pipeline.Pipeline
- func (v0 *ForkV0) PrepareMsgPipeline() pipeline.Pipeline
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ForkV0 ¶
type ForkV0 struct {
// contains filtered or unexported fields
}
ForkV0 is the genesis fork for instances
func (*ForkV0) ChangeRoundMsgPipeline ¶
ChangeRoundMsgPipeline - is the full processing msg pipeline for a change round msg
func (*ForkV0) ChangeRoundMsgValidationPipeline ¶
ChangeRoundMsgValidationPipeline - is a msg validation ONLY pipeline for a change round msg
func (*ForkV0) CommitMsgPipeline ¶
CommitMsgPipeline - is the full processing msg pipeline for a commit msg
func (*ForkV0) CommitMsgValidationPipeline ¶
CommitMsgValidationPipeline - is a msg validation ONLY pipeline
func (*ForkV0) DecidedMsgPipeline ¶
DecidedMsgPipeline - is a specific full processing pipeline for a decided msg
func (*ForkV0) PrePrepareMsgPipeline ¶
PrePrepareMsgPipeline - is the full processing msg pipeline for a pre-prepare msg
func (*ForkV0) PrepareMsgPipeline ¶
PrepareMsgPipeline - is the full processing msg pipeline for a prepare msg
Click to show internal directories.
Click to hide internal directories.