react-native-ldk icon indicating copy to clipboard operation
react-native-ldk copied to clipboard

React Native LDK

Results 33 react-native-ldk issues
Sort by recently updated
recently updated
newest added

- Native function for appending to LDK log from JS - Additional logging with success and errors from ldk.ts - Graph querying functions changed to be able to query a...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

I was testing on `0.0.54` before and wanted to upgrade to `0.0.58` to test native persistence of the network graph. The LDK node still works but now I see the...

bug

After a channel is confirmed `short_channel_id` should be set but it is always `0`.

bug

iOS disconnects tcp connections every time the app goes to the background. This causes the channel `is_usable` to go `false`. Perhaps one solution would be for the react-native module to...

Right now this lib only allows for receiving channels from the other party (LSP). We should allow channels to be funded locally with a PSBT.

enhancement

Cache transactions from `broadcast_transaction` event and only remove from cache once we can confirm tx is in blockchain or mempool to ensure no txs get lost due to a failed...

enhancement