Jesse de Wit
Jesse de Wit
In order to test whether the react native bindings committed actually work.
All the calls in the C# bindings are currently blocking. Make the calls async by default, to support the usual async syntax in C#. Probably needs changes to uniffi-bindgen-cs.
- [ ] create an LSPS1 client in an LSPS1 module - [ ] create a `order_channel_info` function in BreezServices that is similar to `lsps1.info` - [ ] create a...
In the LSPS2 context, it would make sense if you could select a LSP, even if it's not returned by `lsp_list` in the Breez api, as long as it supports...
Tracking issue for implementation of the LSPS2 spec into Breez SDK. The corresponding tracking issue for lspd can be found [here](https://github.com/breez/lspd/issues/110) Is issue is completed when the entire open channel...
As mentioned in https://github.com/BitcoinAndLightningLayerSpecs/lsp/blob/main/LSPS2/README.md#5--channel-opening-and-forwarding In short: Htlcs should be inspected on the `extra_fee` field.
SDK version: 0.2.5 Bindings: Rust Steps to reproduce (I don't know whether it is reproducible, but these were my steps) - Create a node, receive and send some payments. -...
When using the makefile, most commands should use the current target by default. If a developer wants to compile the python bindings, he should call `make python` for example, and...
Running the language binding tests on Linux, using `cargo test` in the `libs/sdk-bindings` folder. When doing that on linux, the python and swift tests fail, as a guesstimate, 75% of...
Also use the common interceptor for LND nodes, to make sure logging is equivalent.