handshake-org / handshake-org/hsd
Pruning: `keepblocks` value should cover a 15-day auction period
Open
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 306
- PR merge metrics
- No merged PRs in 30d
Description
Pruning mode in hsd means only the last 288 blocks are kept on disk:
https://github.com/handshake-org/hsd/blob/d393c5a4ac4f65fc6230a37ba24ed1ee9dd26a02/lib/protocol/networks.js#L394-L398
We should consider bumping this up to one complete auction cycle so that "rescan auction" is still available in pruned mode.
Contributor guide
Assessment
This issue has not been assessed yet.