Skip to content

Releases: lightningdevkit/ldk-garbagecollected

v0.0.123.1

07 Jun 13:40
a596b45
Compare
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
Compare
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
Compare
Choose a tag to compare

No substantial bindings-specific changes

v0.0.121.3

20 Mar 16:21
e434f3b
Compare
Choose a tag to compare
  • Fixes an issue where Windows binaries were mangled by llvm-strip
  • Fixes an issue in C# where arrays of strings were handled
    incorrectly
  • Fixes an issue where Java bindings would crash if the first access
    to LDK was a unitary enum
  • Updates upstream LDK to include two backported fixes

v0.0.118.2

15 Mar 15:18
Compare
Choose a tag to compare

Backport upstream LDK persistence fix

v0.0.117.2

15 Mar 15:57
Compare
Choose a tag to compare

Backport upstream LDK persistence fix

v0.0.118.1

11 Mar 02:51
Compare
Choose a tag to compare

Backport upstream LDK Route serialization fixes

v0.0.121.2

07 Mar 14:39
cb6890a
Compare
Choose a tag to compare

Includes macOS support for C# bindings

v0.0.121.1

07 Mar 14:40
Compare
Choose a tag to compare

Fix Windows heap freeing in C# bindings.

v0.0.117.1

19 Feb 22:49
Compare
Choose a tag to compare
  • Re-build of existing 0.0.117 bindings with a backport of the Route
    serialization round-trip fixes.