Skip to content

Releases: lightningdevkit/ldk-garbagecollected

v0.1.5.0

26 Jul 17:36

Choose a tag to compare

In addition to the upstream LDK 0.1.4 and 0.1.5 changes, this release
adds support for the Testnet4 network (and renames the existing
Testnet Network enum variant to Testnet3).

v0.1.3.0

01 May 19:16
58a0e01

Choose a tag to compare

No bindings-specific changes, see upstream LDK 0.1.3 release notes.

v0.1.2.0

09 Apr 19:47
92188e7

Choose a tag to compare

In addition to upstream LDK 0.1.2 changes, this release:

  • Fixes memory leaks when passing empty strings and arrays to bindings
  • Uses a struct/class for Addresses, rather than strings, allowing
    for checked construction of Address objects
  • Updates the Android NDK used to build releases
  • Removes the maximum memory limit applied to bindings in TypeScript

v0.1.1.0

04 Mar 02:49

Choose a tag to compare

Upgraded to LDK 0.1.1 with no substantial
bindings-specific changes.

v0.1.0.0

18 Jan 15:27
36c0c41

Choose a tag to compare

No substantial bindings-specific changes

v0.0.125.0

15 Oct 12:49
3fe8cb1

Choose a tag to compare

No bindings-specific changes.

v0.0.124.0

05 Sep 17:01
c86e77c

Choose a tag to compare

In addition to upstream LDK 0.0.124 changes, this also reduces references which may reduce the chance of memory leaks.

v0.0.123.1

07 Jun 13:40
a596b45

Choose a tag to compare

  • Updated to LDK-C-Bindings 0.0.123.1, providing additional missing
    Display/*_to_str implementations and restoring missing
    ChannelDetails fields which were not public in 0.0.123.0
    (including ChannelDetails_new).
  • Fixed a bug in C# bindings which led to bools being corrupted
    when passed between C and C#.

v0.0.123.0

16 May 14:55
125fdf2

Choose a tag to compare

In addition to upstream LDK 0.0.123 changes, this release includes
BOLT12 offer support and fixes a memory leak in the Java
NioPeerManager.

v0.0.122.0

26 Apr 15:33
2e1354c

Choose a tag to compare

No substantial bindings-specific changes