Documentation ¶
Index ¶
- Constants
- Variables
- func AddBlockTimeOut(height int64, round int)
- func BlockIsNotCompleted(height int64, round int) bool
- func LoadTestCase(log log.Logger)
- func NetworkDisconnect(height int64, round int) bool
- func PrecommitNil(height int64, round int) bool
- func PrecommitsNotMaj23(height int64, round int) bool
- func PrerunTimeOut(height int64, round int)
- func PrevoteNil(height int64, round int) bool
- func PrevotesNotMaj23(height int64, round int) bool
- type SleepTimer
Constants ¶
View Source
const ( ConsensusRole = "consensus-role" ConsensusTestcase = "consensus-testcase" )
Variables ¶
View Source
var (
SleepTimerOnce sync.Once
)
Functions ¶
func AddBlockTimeOut ¶
func BlockIsNotCompleted ¶
func LoadTestCase ¶
func NetworkDisconnect ¶
func PrecommitNil ¶
func PrecommitsNotMaj23 ¶
func PrerunTimeOut ¶
func PrevoteNil ¶
func PrevotesNotMaj23 ¶
Types ¶
type SleepTimer ¶
type SleepTimer struct {
// contains filtered or unexported fields
}
func SleepTimerInstance ¶
func SleepTimerInstance() *SleepTimer
Click to show internal directories.
Click to hide internal directories.