Keep history of liquidity shares in history
Open
- Dominant language
- C++
- Stars
- 397
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
Right now rewards prior last checkpoint are not shown or incorrect due to undo data pruning. It can be fixed by maintain full undo history by `-checkpoints=0` and reindex. By adding users shares in account history calculation of rewards can be done for unlimited time in the past.
Contributor guide
Assessment
This issue has not been assessed yet.