Skip to content

Releases: LtbLightning/ldk-node-flutter

v0.2.0

20 Jan 19:42
7916dfb

Choose a tag to compare

[0.2.0]

Feature and API updates

  • The capability to send pre-flight probes has been added
  • Pre-flight probes will skip outbound channels based on the liquidity available
  • Additional fields are now exposed via ChannelDetails
  • The location of the logs directory is now customizable
  • Listening on multiple socket addresses is now supported
  • If available, peer information is now persisted for inbound channels
  • Transaction broadcasting and fee estimation have been reworked and made more robust
  • A module persisting, sweeping, and rebroadcasting output spends has been added

v0.1.2

19 Nov 05:20
11271b8

Choose a tag to compare

[0.1.2]

APIs added

  • Expose generateEntropyMnemonic function - a utility method for generating a BIP39 mnemonic.
  • Expose Node class's updateChannelConfig, verifySignature, signMessage, sendPaymentProbe, sendSpontaneousPaymentProbe methods.
  • Add ChannelConfig? to node.connectOpenChannel() params - a ChannelConfig may now be specified on channel open or updated afterwards.
  • Expose counterpartyNodeId, funding_txo & channelValueSats in ChannelDetails.
  • Expose trustedPeers0Conf probingLiquidityLimitMultiplier, logDirPath, onchainWalletSyncInterval_secs, walletSyncIntervalSecs, &
    feeRateCacheUpdateIntervalSecs in Config - allowing inbound trusted 0conf channels.
  • Non-permanently connected peers are now included in node.listPeers().

API changed

  • node.newFundingAddress renamed to newOnchainAddress.
  • node.sendToOnChainAddress renamed to sendToOnchainAddress.
  • node.sendAllToOnChainAddress renamed to sendAllToOnchainAddress.
  • Remove node.onChainBalance.

v0.1.1-alpha

07 Jun 14:26
e3142e2

Choose a tag to compare

[0.1.1-alpha]

Support Dart 3 and Flutter 3.10

Fixed

  • setEntropyBip39Mnemonic issue resolved

v0.1.0-alpha

05 May 11:13
50c6bf9

Choose a tag to compare

[0.1.0]

This is the first release of ldk_node. It features support for sourcing chain data via an Esplora server, filesystem persistence, gossip sourcing via the Lightning peer-to-peer network, and configurable entropy sources for the integrated LDK & BDK-based wallets.

Please refer to the changelog for a full list of available api

Please note: This release is considered experimental, and should not be run in production