Files
CBDDC/docs/features/README.md
Joseph Doherty 8e97061ab8
All checks were successful
NuGet Package Publish / nuget (push) Successful in 1m14s
Implement in-process multi-dataset sync isolation across core, network, persistence, and tests
2026-02-22 11:58:34 -05:00

18 lines
615 B
Markdown

# Major Feature Inventory
This index tracks CBDDC major functionality. Each feature has one canonical document.
## Features
- [Selective Collection Sync](selective-collection-sync.md)
- [Peer-to-Peer Gossip Sync](peer-to-peer-gossip-sync.md)
- [Secure Peer Transport](secure-peer-transport.md)
- [Peer-Confirmed Pruning](peer-confirmed-pruning.md)
- [Multi-Dataset Sync](multi-dataset-sync.md)
## Maintenance Rules
- Keep one file per major feature.
- Update feature docs when APIs, operations, or security controls change.
- Cross-link each feature to [Runbook](../runbook.md) and [Security](../security.md).