ghost43
ghost43
> Hm, isn't the wallet always encrypted when using a HW wallet? No, you can click the lock and disable file encryption. > I can just use lnpay without any...
> Before this change, all commands worked without password-authentication (compare e.g. signmessage (which started a CLI hw handler), and lnpay (which just executed), both of which worked). Quirk: the "requires_password"...
The mentioned changes were included in the recent releases. I am not fully satisfied with how it works now, but not sure how we can improve on this easily. We...
> See the linked issue for more details Where is the link?
(I don't think it's worth spending non-trivial time on the text/stdio GUIs. We can fix regressions/adapt them to internal API changes -- typically that should be easy -- but both...
somewhat related https://github.com/spesmilo/electrum/issues/8849
Well the idea there is to replace bip69 with random order, so that would not help your use case either. To be clear, in your use case, you are explicitly...
We could have a [config key](https://github.com/spesmilo/electrum/blob/e84679982e06fdcbb21bd694761656162b222be5/electrum/simple_config.py#L949) `wallet_sort_tx_io`, which can take string literal values `"bip69"` or `"manual"` (or in the future e.g. `"random"`). Whether we expose that config key to the...
Well if this feature is important for you then feel free to do it and create a PR. :)
Thanks a lot for the report and logs @fapinheiro! I think I managed to fix this in https://github.com/spesmilo/electrum/commit/61623d6d56282bc344d22bfa70d93c332964cd87. The workaround is to set your clock manually.