ThomasV
ThomasV
We have been considering BOLT-8 as a replacement for SSL in client-server communications. Another option could be to use ZeroMQ. Pros: - high performance. This might allow us to deploy...
This issue encompasses both the client and the server. I decided to post it here in order to have greater exposure. Since we have released LN, it has become clear...
this would fix the issue, but potentially breaks existing passwords that start with a composed character fixes #5038
companion PR of https://github.com/spesmilo/electrum/pull/8049
One of the reasons why we do not accept channels initiated by a remote node, is we want to be able to recover a backup from seed. Client-initiated channels funding...
see here: https://github.com/spesmilo/electrum/issues/8142
Currently, some projects such as `python-nostr` use `cffi` based python packages such as `secp256k1`or `coincurve`. In contrast, Electrum uses `ctypes` in order to call `libsecp256k1` functions in `ecc.py` and `ecc_fast.py.`...
This adds commands to view the list of config variables
In a reverse swap with `prepayminerfee` set, two invoices are created, for the payment and for the mining fee. It is very common that one of the payments finds a...