Versions in this module Expand all Collapse all v1 v1.0.1 Oct 18, 2023 v1.0.0 Oct 2, 2023 Changes in this version + const CfgCoordinatorBootstrap + const CfgCoordinatorStartIndex + const MilestoneMaxAdditionalTipsLimit + var Component *app.Component + var ErrDatabaseTainted = errors.New(...) + var ParamsCoordinator = &ParametersCoordinator + func ComputeMerkleTreeHash(ctx context.Context, msIndex iotago.MilestoneIndex, msTimestamp uint32, ...) (*coordinator.MilestoneMerkleRoots, error) + type ParametersCoordinator struct + BlockBackups struct{ ... } + Checkpoints struct{ ... } + DebugFakeMilestoneTimestamps bool + Interval time.Duration + MilestoneTimeout time.Duration + Quorum Quorum + Signing struct{ ... } + StateFilePath string + TipSel struct{ ... } + type Quorum struct + Enabled bool + Groups map[string][]*coordinator.QuorumClientConfig + Timeout time.Duration + type TreasuryListener struct + func NewTreasuryListener(log *logger.Logger, nodeBridge *nodebridge.NodeBridge) *TreasuryListener + func (n *TreasuryListener) LatestTreasuryOutput() (*coordinator.LatestTreasuryOutput, error) + func (n *TreasuryListener) Run(ctx context.Context)