Extend fee reporting capabilities
Open
enhancement
v0.6.0-beta
- Dominant language
- Python
- Stars
- 25
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
A basic fee report functionality was implemented in #48, but must be extended.
TO-DO:
- [ ] Calculate yearly and total fee values
- [ ] Add endpoint to list the forwarding history
- [ ] OPTIONAL: Add more statistics like average fee, average transaction value, total transaction value etc...
This likely needs a persistent data storage solution on the host. There can be thousands of forwards, which must be iterated over to calculate the values.
https://api.lightning.community/#feereport
https://api.lightning.community/#forwardinghistory
https://lightning.readthedocs.io/lightning-listforwards.7.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.