rn-ldk
rn-ldk copied to clipboard
Lightweight lightning node for React Native
Hi, cloning and using the current version of BlueWallet (https://github.com/BlueWallet/BlueWallet/commit/abdcf43c413e3060bd155a39b28b9a2225ff7e3f) on a mac M1 arm64 I get the following error: "No such module 'LDKFramework'". I can't figure out if it's...
``` Matt Corallo BOT — 15/08/2022 for outbound channels, zero conf just requires trust_own_funding_0conf for inbound, you have to opt into trust on a per-channel basis - you have to...
I opened up 2 channels, but the Channels screen shows the channels as "Pending". Number of peers = 0 and Number of channels = 2 in the log.
I'd like to run the iOS example on testnet instead of mainnet. Even after changing the `network` parameter in the `ChannelManagerConstructor` from `LDKNetwork_Bitcoin` to `LDKNetwork_Testnet` [here](https://github.com/BlueWallet/rn-ldk/blob/aefb83eabf6704fb4662199a1a49aff4b499abbb/ios/RnLdk.swift#L170), after clicking `openChannelStep1`, the...
This PR: - Adds `bitcoinjs-lib` as a dependency. - Replaces the fetch request to `https://runkit.io/overtorment/output-script-to-address/branches/master/` in the `script2address` method with the `bitcoinjs-lib` implementation.
e.g. for android: `if (arg._level == org.ldk.enums.Level.LDKLevel_Gossip) return@new_impl;`
``` val handshake = ChannelHandshakeConfig.with_default(); handshake.set_minimum_depth(1); uc.set_own_channel_config(handshake); ```
I would like to know if it's possible for a user to generate their own payment secret for a LN invoice. With LND, you can add a field called `r_preimage`...