IntersectMBO / IntersectMBO/ouroboros-consensus
Add support for multiple snapshot intervals to SnapshotPolicy
Open
technical debt
- Dominant language
- Haskell
- Stars
- 67
- Forks
- 43
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 43
Description
At the moment, the `SnapshotPolicy` has a single snapshot interval which determines the period between slots for which snapshots should be taken. To support Mithril, we need to be able to take both predictable snapshots and the existing periodic snapshots within the same node.
In order to support this, we need to allow node operators to configure their nodes with multiple snapshot intervals and ensure that the intervals are treated independently within the snapshotting mechanism.
Contributor guide
Assessment
This issue has not been assessed yet.