cryptosharks131 / lndg

Lite GUI web interface to analyze lnd data and leverage the backend database for automation tools around rebalancing and other basic maintenance tasks.
MIT License
219 stars 41 forks source link

Inbound Fee support #390

Closed feelancer21 closed 1 week ago

feelancer21 commented 5 months ago

With the upcoming lnd 0.18. inbound fees are supported.

https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.18.0.md#functional-enhancements

I would like to raise possible changes in lndg here:

  1. Lndg is able to show the inbound feerate and basefee in the active channels view for both the local side and the remote side.
  2. Moreover local and remote changes of the inbound fees are logged in the fee log.

With parsing the inbound fees directly from the custom records, these two features can be implemented also for nodes not running lnd 0.18 (https://stacker.news/items/527580)

  1. The user can set inbound fees manually by entering the value in the active channels table. For this feature the user have to run lnd 0.18