edouardparis / lntop

:zap: LN terminal dashboard :bar_chart:
MIT License
183 stars 24 forks source link

Fixes slow forwarding history and empty routing events #113

Open hieblmi opened 6 months ago

hieblmi commented 6 months ago

This PR refreshes the forwarding history in the right places and skips empty routing events.

The second fix concerns skipping empty routing events which were added in lnd here: https://github.com/lightningnetwork/lnd/blob/399ea864da54ff28e07c17f877221395164e498b/lnrpc/routerrpc/router_server.go#L1449