Roei Erez
Roei Erez
This PR adds the option for a channel initiator to set the “channel_reserve_satoshis”, as defined in Bolt 2 for open_channel message. Before this change, the field was fixed to 1%...
Hi, I would like to implement a plugin for 'curl' command. Curl takes -H option and one can use it in a multiple way, e.g: curl -H key1=value1 -H key2=value2....
Since some tags that returned from the Podcast Index API do not exist in the rss feed, we need to call this API in order to load it, specifically the...
This PR ensure that after the wallet is shut down the database will be closed as well. To do so the "syncWithChain" go routine was added to the wait group...
This PR add support for zero conf funding by adding the mindepth field to the FundChannelRequest. Also I needed to rename some fields as a result of the great msat...
The same we do for regular swaps can do also for reverse swap. As part of pay_onchain we can register for notification about the address of the lockup transaction output...
Right now we have some cases where trying to send payment right after connect (on existing node) returns with no route. It seems that when the connect returns we are...
Currently the SDK use rust log crate which uses a single logger. While this works fine when there is only one sdk node in the process, it doesn't scale well...
Then a new node is created.