Jason van den Berg

Results 62 comments of Jason van den Berg

Possible solution in [this comment](https://github.com/synonymdev/react-native-ldk/issues/30#issuecomment-1261333389)

Hey thanks for the contribution! I'm happy to expose this and let the user decide and experiment here. But I don't think any sort of routing on mobile will be...

Hey @xsats really sorry for not coming back to this earlier. I think at the time I was busy with a major refactor to LDK 114 which changed almost every...

Some new backup labels were added to the backup server and pushed to staging but not production yet. I can point Bitkit to my own backup server and restore everything...

Thanks! On your first point, merged [here](https://github.com/synonymdev/react-native-ldk/pull/217). Regarding the expo plugin, we're not using expo ourselves and so this won't likely be a priority for our dev team over features...

Looked into the TestFlight crash report. No sign of this being a LDK/Native crash. This usually means an issue on the JS side. ``` Thread 16 Crashed: 0 libsystem_kernel.dylib 0x00000001ddc67974...

Just an update. While I'm not getting any crashes anymore (may have been fixed in a previous update). I did find the stuck funds. `[{"amount_satoshis":10393,"claimable_height":830832,"type":"MaybeTimeoutClaimableHTLC"},{"claimable_height":830738,"type":"MaybeTimeoutClaimableHTLC","amount_satoshis":10396},{"claimable_height":830654,"type":"MaybeTimeoutClaimableHTLC","amount_satoshis":12465}] ` It seems these 3...

Yeah seems like it. It's a bit of a pain but unfortunately your wallet is not going to be able to sweep those until the mempool pretty much clears.

Know if this is still an issue with LDK 116?

I think this might be resolved in LDK 121. Almost done with the [android update](https://github.com/synonymdev/react-native-ldk/pull/226) and then will confirm.