Versions in this module Expand all Collapse all v0 v0.1.1 Apr 22, 2026 v0.1.0 Apr 14, 2026 Changes in this version + var TaskDescriptor = &types.TaskDescriptor + var TaskName = "check_consensus_sync_status" + func NewTask(ctx *types.TaskContext, options *types.TaskOptions) (types.Task, error) + type ClientInfo struct + Name string + Optimistic bool + SyncDistance uint64 + SyncHead uint64 + Synchronizing bool + type Config struct + ClientPattern string + ContinueOnPass bool + ExpectMaxPercent float64 + ExpectMinPercent float64 + ExpectOptimistic bool + ExpectSyncing bool + MinSlotHeight int + PollInterval helper.Duration + WaitForChainProgression bool + func DefaultConfig() Config + func (c *Config) Validate() error + type Task struct + func (t *Task) Config() interface{} + func (t *Task) Execute(ctx context.Context) error + func (t *Task) LoadConfig() error + func (t *Task) Timeout() time.Duration