Versions in this module Expand all Collapse all v1 v1.4.1 Apr 11, 2019 Changes in this version + type Controller interface + ConsensusMigrationAbort func() (err error) + ConsensusMigrationCommit func() (err error) + ConsensusMigrationPending func() bool + ConsensusMigrationStart func(context uint64) (err error) + type Status interface + IsCommitted func() bool + IsPending func() bool + SetStateContext func(state orderer.ConsensusType_MigrationState, context uint64) + StateContext func() (state orderer.ConsensusType_MigrationState, context uint64) + type StatusImpl struct + func (ms *StatusImpl) IsCommitted() bool + func (ms *StatusImpl) IsPending() bool + func (ms *StatusImpl) SetStateContext(state orderer.ConsensusType_MigrationState, context uint64) + func (ms *StatusImpl) StateContext() (state orderer.ConsensusType_MigrationState, context uint64) + func (ms *StatusImpl) Step(chainID string, nextConsensusType string, ...) (commitBlock bool, commitMigration bool) + func (ms *StatusImpl) String() string + type StatusStepper interface + func NewStatusStepper(sysChan bool, chainID string) StatusStepper + type Stepper interface + Step func(chainID string, nextConsensusType string, ...) (commitBlock bool, commitMigration bool) v1.4.1-rc1 Mar 29, 2019 Incompatible versions in this module v2.0.0-alpha+incompatible Apr 9, 2019