LN-Zap / zap-desktop

Zap Wallet - Cross platform Lightning Network wallet focused on user experience and ease of use ⚡️
MIT License
1.28k stars 216 forks source link

Enable rebalancing channels #1198

Open bhide-fr opened 5 years ago

bhide-fr commented 5 years ago

Can channel rebalancing (using the sendtoroute command in lnd I suppose) be added to zap?

My first github issue / feature request, please advise on appropriate formatting and etiquette of these things :)

mrfelton commented 5 years ago

@bhide-fr I would definitely like to see channel rebalancing features added to Zap.

Given that this type of change would probably require some changes/additions to the UI we will want to consider how this would be presented to users.

We do already have a redesign of the entire channel manage piece in mind, but I'm not sure of the current state of this. @JimmyMow do you know if this is something that has been looked at all yet from a design perspective?

@bhide-fr as for contributing guidelines - take a look at https://github.com/LN-Zap/zap-desktop/blob/master/CONTRIBUTING.md first.

JimmyMow commented 5 years ago

@mrfelton yes I plan on incorporating this into our new channel UI. It's unclear whether it is outside the scope of new channel UI v1, but this along with things like submarine swaps should be added in the future

ZapUser77 commented 5 years ago

I have a PR to add it internally to LND: https://github.com/lightningnetwork/lnd/pull/1751 https://github.com/lightningnetwork/lnd/pull/1759

And there is currently a python script being developed to do this externally: https://github.com/C-Otto/rebalance-lnd

Hope this helps. ^_^