Documentation
¶
Index ¶
- func PruneHeimdall(ctx context.Context, heimdallStore heimdall.Store, bridgeStore bridge.Store, ...) (int, error)
- func UnwindCheckpoints(ctx context.Context, heimdallStore heimdall.Store, tx kv.RwTx, ...) error
- func UnwindHeimdall(ctx context.Context, heimdallStore heimdall.Store, bridgeStore bridge.Store, ...) error
- func UnwindMilestones(ctx context.Context, heimdallStore heimdall.Store, tx kv.RwTx, ...) error
- func UnwindSpanBlockProducerSelections(ctx context.Context, heimdallStore heimdall.Store, tx kv.RwTx, ...) error
- func UnwindSpans(ctx context.Context, heimdallStore heimdall.Store, tx kv.RwTx, ...) error
- type HeimdallUnwindCfg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PruneHeimdall ¶
func UnwindCheckpoints ¶
func UnwindHeimdall ¶
func UnwindMilestones ¶
Types ¶
type HeimdallUnwindCfg ¶
type HeimdallUnwindCfg struct { KeepEvents bool KeepEventNums bool KeepEventProcessedBlocks bool KeepSpans bool KeepSpanBlockProducerSelections bool KeepCheckpoints bool KeepMilestones bool Astrid bool }
func (*HeimdallUnwindCfg) ApplyUserUnwindTypeOverrides ¶
func (cfg *HeimdallUnwindCfg) ApplyUserUnwindTypeOverrides(userUnwindTypeOverrides []string)
Click to show internal directories.
Click to hide internal directories.