sendmany
sendmany copied to clipboard
SendMany is an app to remotely connect to your LND node and use it from your phone.
Currently only 0 / 5 / 0 is shown in channel overview in Node Widget => This should be displayed with more clarity what this means. This is actually active...
Run a background task every day to check if the node is online. Warn the user via local notification if something seems wrong.
When the app is connected to a fresh node without any transactions the wallet balance screen stays empty. Not even the Send / Receive buttons are displayed.
Put the app in a SafeArea widget: https://api.flutter.dev/flutter/widgets/SafeArea-class.html
We display the raw gRPC error when a node is not reachable but has past chat messages. Display a proper message explaining the situation to the user.
Docs: https://github.com/fiatjaf/lnurl-rfc Package: https://pub.dev/packages/dart_lnurl
Currently the payment success page is shown even when a payment fails. This is confusing and potentially dangerous. **Implement proper error handling on failed payments.**
This requires more work as the implementation differences need to be abstracted away.
Currently when the network state changes (WiFi on / off or the phone looses and regains connectivity) the connection manager doesn't automatically reconnect. The user must restart the app completely....
I had found that if you send messages from SendMany and you want to check it for example on Juggernaut you cannot see it. I believe it's the messaging decoder....