Felix

Results 59 issues of Felix

**Describe the bug** I have the embedded Tor in Amethyst disabled and while testing another app I noticed some active Tor proxy daemon running on my phone. Turns out this...

It was removed in https://github.com/andrerfneves/lightning-address/pull/108 as it was down for some time. Now it is hosted on a reliable setup and should have much less downtime.

Implements a new feature, `password-agent`, which allows to derive passwords and mnemonic passphrases from the hardware wallet. This can be useful to obtain high entropy passwords for things like file...

Removes all whitespace characters from a raw transaction string in `convert_raw_tx_to_hex()`. This is useful for example when loading raw transactions from text input as it happens that there are some...

In some parts of the application 0 (sec) == no expiry, however we use `LN_EXPIRY_NEVER` (100 years) instead of 0 for lightning invoices. This replaces a 0 second expiry with...

bug 🐞

#### Related PRs: * https://github.com/spesmilo/electrum/pull/9624 * https://github.com/spesmilo/electrum/pull/9598 * https://github.com/spesmilo/electrum/pull/9606 * https://github.com/spesmilo/electrum/pull/9611 * https://github.com/spesmilo/electrum/pull/9587 * https://github.com/spesmilo/electrum/pull/9586 * https://github.com/spesmilo/electrum/pull/9588 * https://github.com/spesmilo/electrum/pull/9590 #### Changes: * make it possible to have multiple JIT channels...

lightning ⚡

Allows to unlock the android app with the android biometric api (e.g. fingerprint). Can be enabled in the settings. The initial version was LLM generated but i reviewed it and...

OS-android🤖
gui-qml

Closes the loophole to create wallets with a different password than that of other existing wallets. This guides the user towards a single password for all wallets. Fixes https://github.com/spesmilo/electrum/issues/9075

gui-qml

Improves the GUI feedback given to the user when sending change to lightning by showing different failure messages and the additional fee charged for the swap. Also considers the min/max...

gui-qt-desktop
swaps 🔁

I noticed that lightning payments don't require the user to enter a password even if the wallet is password protected. This behavior is different than with on-chain payments which always...

security 🔐
gui-qt-desktop