Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithAllLocalUnsafeHeadsAdvancedBy ¶ added in v1.13.1
func WithAllLocalUnsafeHeadsAdvancedBy(blocks uint64) func(cfg *VerifySyncStatusConfig)
WithAllLocalUnsafeHeadsAdvancedBy verifies that the local unsafe head of every chain advances by at least the specified number of blocks compared to the value when VerifySyncStatus is called.
Types ¶
type Supervisor ¶ added in v1.13.1
type Supervisor struct {
// contains filtered or unexported fields
}
func (*Supervisor) VerifySyncStatus ¶ added in v1.13.1
func (s *Supervisor) VerifySyncStatus(opts ...func(config *VerifySyncStatusConfig))
VerifySyncStatus performs assertions based on the supervisor's SyncStatus endpoint.
type System ¶
type System struct {
// contains filtered or unexported fields
}
func (*System) Supervisor ¶ added in v1.13.1
func (s *System) Supervisor(id stack.SupervisorID) *Supervisor
type VerifySyncStatusConfig ¶ added in v1.13.1
type VerifySyncStatusConfig struct {
AllUnsafeHeadsAdvance uint64
}
Click to show internal directories.
Click to hide internal directories.