ThomasV

Results 23 issues of ThomasV

The `ecc` submodule is there twice: - electrum/ecc - electrum/aionostr/ecc The install script copies `libsecp256k1.so.2` in only one of them. That seems to be enough, because of the way `loadLibrary`...

If we accept a MPP and we forward the payment (trampoline or swap), we need to persist the payment accepted status, or we might wrongly release htlcs on the next...

Is it currently possible to request bundled payments in #798? Bundled payments is a proposal where several payments, with different amounts and payment hashes, are tied together: - The payer...

Hello, I am the creator of Electrum. We noticed that you recently decided to use `coincurve` instead of `secp256k1`, so this project seems to be alive :-) We would like...

this was rebased in july 2024 from #7509 I guess it needs to be rebased again :-) Here are my personal notes regarding this rebase: - some tests are broken...

Swaps over Nostr: - Separation between SwapManager and its transport: Legacy transpport uses http, Nostr uses websockets - The transport uses a context to open/close connections. This context is not...

Replacement for cosignerpool plugin. Encryption uses xpubs.

The internal names of connection modes are unchanged: - auto-connect: behaviour unchanged - manual: choose history server within bookmarks. header nodes are not restricted - oneserver: choose history server and...

### Description @MorenoProg asked about how to implement silent payments in https://github.com/spesmilo/electrum/issues/7408#issuecomment-2796696251 Some preliminary remarks: - the "send to" logic does not require taproot, but the "spend from" logic does....

Electrum Personal Server is middleware that allows use Electrum with a bitcoind instance. https://github.com/chris-belcher/electrum-personal-server The current version EPS cannot be used with Lightning wallets, because it only indexes addresses derived...