rn-ldk
rn-ldk copied to clipboard
Lightweight lightning node for React Native
example: `RnLdkImplementation.decodeInvoice()` `RnLdkImplementation.provideDecodeInvoiceFunc()` all funcs should be tested via selftest
setup e2e test: should at least start, connect to a peer and check listPeers * [ ] iOS * [ ] Android PS. talking about example app
``` a) we always pull that method, so no matter when we send it, gotta override KeysInterface 's get_shutdown_pubkey and return your own public key at that time. That interface...
https://github.com/lightningdevkit/ldk-garbagecollected/blob/main/src/main/java/org/ldk/structs/UtilMethods.java#L12 https://github.com/lightningdevkit/ldk-garbagecollected/blob/main/src/main/java/org/ldk/structs/UtilMethods.java#L31
Error: Requiring module "node_modules/rn-ldk/src/index.tsx", which threw an exception: Error: Exception in HostObject::get(propName:RnLdk): java.lang.NoClassDefFoundError: Failed resolution of: Lorg/ldk/structs/Event;
Bump 111
You're operating at a version with a known security vulnerability that can result in loss of funds: https://morehouse.github.io/lightning/fake-channel-dos/
Hey guy I've been waiting for a channel close confirmation for 3 weeks and it still says "confirming", probably because onchain fees went up during the closing. The balance of...
i am gettting this error on app launch ` Error: Exception in HostObject::get for prop 'RnLdk': java.lang.NoClassDefFoundError: Failed resolution of: Lorg/ldk/structs/Record;, js engine: hermes`