Notes
- This version includes an optimization that significantly reduces base RAM usage especially in 10BPS networks
- It also includes a new configuration for retention period. See below
New Configuration
Configuration | Type | Usage |
---|---|---|
retention-period-days | f64 | The number of days to keep data for. Must be at least 2. If not set, the node will default to keeping only data for the pruning period |
Sample Usage - Keep 30 days worth of data:
./kaspad --utxoindex --retention-period-days=30
What's Changed
- Crescendo TN10 node setup guide by @michaelsutton in #645
- Start the pruning proof per level search at the lowest required depth by @coderofstuff in #648
- Crescendo-related RAM optimizations & miscellaneous by @michaelsutton in #650
- Implement Retention Period Support by @coderofstuff in #592
Full Changelog: v0.17.0...v0.17.1