clams-tech / Remote

Remote control your Core Lightning node
https://remote.clams.tech
GNU General Public License v3.0
39 stars 7 forks source link

2.1.1-0.1.4: [FEAT] - Close Channel #255

Closed lnbc1QWFyb24 closed 1 month ago

lnbc1QWFyb24 commented 1 month ago

This PR adds functionality so that channels can be closed and force closed. The app will first allow a mutual close, and then if in a closing state it offers the option to force close the channel.

Screenshot 2024-05-25 at 3 27 38 PM Screenshot 2024-05-25 at 3 39 48 PM Screenshot 2024-05-25 at 3 40 00 PM

I used AI to generate the translations for the new i18n keys, but have no idea how accurate they are. I figure they will be close enough and hopefully someone who speaks Spanish can help correct them if they are wrong :)

lnbc1QWFyb24 commented 1 month ago

Yeah to test a force close, you just need the channel partner to be unresponsive. So you can go in to Polar and select partner node, actions, then stop. That will stop the node and make it unresponsive and then you can go ahead and close the channel.

lnbc1QWFyb24 commented 1 month ago

Closes #252