Aditya Sharma
Aditya Sharma
I've added the websocket in electron build. The front-end needs improvement, but the RPC console is working fine.
This will help spark wallet to fetch custom commands remotely. Inspired by @rustyrussell 's commando plugin.
# PEER STORAGE BACKUP This PR implements `peer storage backup` which will enable nodes to exchange their respective SCBs (Static channel backup), This will be useful in case of complete...
Increasing the scope of `test_emergencyrecover` to check if it recovers the funds successfully...
Teardown attached... [5_Build.txt](https://github.com/ElementsProject/lightning/files/9113658/5_Build.txt) ``` E AssertionError: Regex pattern 'WIRE_PERMANENT_CHANNEL_FAILURE' does not match "RPC call failed: method: waitsendpay, payload: {'payment_hash': '66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925', 'timeout': 900}, error: {'code': 200, 'message': 'Timed out while waiting'}"....
Would be nice to have decode feature for bolt12. www.bolt12.org/bolt12.html
This pull request proposes peer storage, inspired by @t-bast's [peer backup storage](https://github.com/lightning/bolts/pull/881). We create two separate messages, which users can use to distribute encrypted 'blobs' of up to 64 KB...
This would enable nodes to distribute small blobs among their peers, which could be retrieved to resume or force-close the channel operation upon data corruption. Elaborated in detail [here](https://github.com/lightning/bolts/pull/1110) It's...
Currently, we have: - Peer storage, which contains static channel backup used for node recovery. I propose we extend it to include the following: 1. Extend peer storage to include...
This is the second PR in the peer storage feature series. Key Changes - Enable ChainMonitor to send peer storage to all channel partners whenever a new block is mined....