Replies: 5 comments
-
Channel state is an interesting problem because there could be multiple channels at any point of time, i.e. one channel could be in closing state while another one is just being opened. What do you think of showing this in the tx details? E.g. the tx details tell that this tx belongs to a channel opening or channel closing. |
Beta Was this translation helpful? Give feedback.
-
I think we can also show it in the tx details. We may have to think about how this information will be shown to the user. The need for this ticket originated for me because only seeing 0 balances without any transactions is a bit scary. In other words I think it's necessary to show the user what's going 🙂. |
Beta Was this translation helpful? Give feedback.
-
I think we could use both:
The second point is complex because we would need to introduce new sources for transactions: transactions published by LDK and Thinking about it I am more in favour of the first option at this stage. We could:
|
Beta Was this translation helpful? Give feedback.
-
Related: #872 |
Beta Was this translation helpful? Give feedback.
-
This could be added to the |
Beta Was this translation helpful? Give feedback.
-
We could show the channel state to the user using the newly introduced status screen. We could use that as well to tell the user if the channel got force closed, and e.g. indicate when the on-chain funds get back.
Maybe it would also make sense to have a dedicated screen depicting channel state, but we are missing some "real estate" to add such screens.
Beta Was this translation helpful? Give feedback.
All reactions