SomberNight
affe3630b0
qt: addr/coins tab: show tooltip for "freeze address"
...
related https://github.com/spesmilo/electrum/issues/8698
2023-11-24 19:31:36 +00:00
ThomasV
120faa480e
If trampoline is enabled, do not add non-trampoline nodes to invoices
...
Rationale: The sender should not assume that they share the same list of
hardcoded trampolines as the receiver.
2023-10-29 16:21:25 +01:00
SomberNight
357ae985cc
config: move tooltips from Qt gui into configvars
2023-09-18 13:54:48 +00:00
SomberNight
139eb632d7
(trivial) follow-up paysession.use_two_trampolines arg change
...
follow-up b2053c68f1
- use_two_trampolines is already passed as arg to init
- strings in gui/messages.py should not end with a newline
2023-09-12 14:05:12 +00:00
SomberNight
b45c84f24f
remove the kivy gui
...
We now use the qml gui on Android, and haven't been maintaining
the kivy GUI for a while.
2023-08-30 16:47:37 +00:00
ThomasV
b2053c68f1
make use_to_trampolines a user visible option, disable it by default
2023-08-27 11:43:17 +02:00
SomberNight
5b122e723f
follow-up prev: re-add some newlines
2023-04-25 18:19:19 +00:00
SomberNight
55140a9e27
gui/messages.py: allow localization of these strings
2023-04-25 17:54:07 +00:00
ThomasV
519926ade3
move 'allow_instant_swaps' option from preferences dialog to swap_dialog toolbar
2023-03-13 09:53:08 +01:00
ThomasV
957174a039
all GUIs: show local and remote force-close options in a homogeneous way
2022-07-11 13:08:04 +02:00
SomberNight
4e0a20ae46
gui messages: mv one more message to messages.py
2021-04-19 18:57:43 +02:00
SomberNight
2cebdc8c1c
add back "lightning is experimental" warning text
2021-03-30 19:55:48 +02:00
ThomasV
bbdfde5b41
fix capital gains
2021-03-30 17:32:43 +02:00
ThomasV
cd4df2fd85
detect conflicting channel backups, add warning before channel creation
2021-03-30 09:55:18 +02:00
ThomasV
f6b2e63b2a
Qt: invert trampoline checkbox in settings dialog. Share the help message with Kivy
2021-03-28 11:29:09 +02:00
ThomasV
345c2b4295
qt: tooltip formatting function
2021-03-28 09:57:00 +02:00
ThomasV
ac5565ed0a
kivy: minor GUI improvements
2021-03-27 12:19:38 +01:00
ThomasV
18d7db12da
Change warning shown on first channel creation
...
Qt: if created channel is not recoverable, show channel backup after creation
2021-03-24 10:24:14 +01:00
ThomasV
1a49fd440d
kivy: add option to request force-close
2021-03-21 15:26:17 +01:00
ThomasV
64a931f21e
Deterministic NodeID:
...
- use_recoverable_channel is a user setting, available
only in standard wallets with a 'segwit' seed_type
- if enabled, 'lightning_xprv' is derived from seed
- otherwise, wallets use the existing 'lightning_privkey2'
Recoverable channels:
- channel recovery data is added funding tx using an OP_RETURN
- recovery data = 4 magic bytes + node id[0:16]
- recovery data is chacha20 encrypted using funding_address as nonce.
(this will allow to fund multiple channels in the same tx)
GUI:
- whether channels are recoverable is shown in wallet info dialog.
- if the wallet can have recoverable channels but has an old node_id,
users are told to close their channels and restore from seed
to have that feature.
2021-03-19 10:17:02 +01:00