peerswap icon indicating copy to clipboard operation
peerswap copied to clipboard

Results 35 peerswap issues
Sort by recently updated
recently updated
newest added

Add a (default) option to use a sqlite3 database in favor of bbolt. bbolt doesn't offer functionality like indexes. Also database compaction is an issue where you'll have to periodically...

feature request

The CLN plugin can print detailed information about swaps if run with `true`. e.g. `peerswap-listswaps true`. The output contains information for each step in the swap process, blinding keys for...

lnd

This is for https://github.com/ElementsProject/peerswap/issues/134. This change is the serialization part for peerswapd and the cln-plugin. I use the peerswaprpc proto file for shared serialization. The following changes will be made....

This describes a broader issue with how PeerSwap handles changes to the CLN API. CLN defaults to keeping the deprecated fields turned on for a period of time before they...

deprecated cln api

Currently we don't have a shared serialization for peerswapd and the cln-plugin. We should take advantage of the peerswaprpc proto file and use the generated stubs for the responses of...

good first issue

``` $ ps aux |grep peerswap cln 729129 0.0 0.0 1173572 868 ? Sl Mar17 0:03 /home/cln/src/peerswap/peerswap cln 729164 0.0 0.0 1173572 1568 ? Sl Mar17 0:03 /home/cln/src/peerswap/peerswap cln 1261763...

Noticed this testing CLN master at dabd6c6b702052e294f02630fae9b60302e0b979 with `allow-deprecated-apis=false`. ``` 2023-08-08T01:41:39.495Z DEBUG plugin-peerswap: poll_service: could not send msg to : -32602:node_id: should be a node id: invalid token '\"\"' ```

deprecated cln api

CLN v23.05 with `allow-deprecated-apis=false` and PeerSwap at 19aaf19f868a874be5c9a16f3cb0143b647cb4b8 `peerswap-listpeers` is missing the `channels` field. Commenting out `allow-deprecated-apis=false` fixes it, so it appears we might have missed a deprecation. ``` $...

deprecated cln api

CLN at 85992e6e48a6131afee9b24d8b8f99ecd268d73e PeerSwap at 19aaf19f868a874be5c9a16f3cb0143b647cb4b8 When initiating a swap-out while running CLN with `allow-deprecated-apis=false`, the amount check is off by 1000. ``` $ lightning-cli peerswap-swap-out 140490x1x0 100000000 lbtc {...

deprecated cln api

Was running a this successful swap between LND v0.15.0 nodes on signet (testing the PR #79): ``` ₿ pscli listswaps { "swaps": [ { "id": "4fe4b28c2138bd75474ece52603a0e019998941df0f0fa95ef6f67fded7580a1", "created_at": "2022-07-11 16:39:17 +0100...

protocol v2