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

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies
javascript

Permit initialisation of UserConfig ChannelManager with `force_announced_channel_preference` option disabled, to allow the wallet to create either public/private channel irregardless of `anouncedChannels` default. I agree with the discussion in #54 surrounding...

I ran into this issue while attempting to connect with a CLN based LSP peer on testnet (no channel open, just peering). I currently get this warning message when I...

- Removed `trustedZeroConfPeers` from startup params - `lm.setTrustedZeroConfPeerNodeIds(nodeIds)` can be used at any point in the app life cycle to update and persist the current list of trusted zero conf...

Right now we are using custom function that cleans ldk storage in bitkit: ```ts export const wipeLdkStorage = async ({ selectedWallet = getSelectedWallet(), selectedNetwork = getSelectedNetwork(), }: { selectedWallet?: TWalletName;...

I can now see that peer is recovered. lm.getPeers() returns it, peers.json has it. But LDK does not connect to it. Before restoring I was able to see ``` LOG...

Once a stored broadcasted tx has 6 confs, remove it from the list