Releases: lightningdevkit/ldk-garbagecollected
Releases · lightningdevkit/ldk-garbagecollected
v0.2.0.0
v0.1.8.0
No bindings-specific changes, see upstream LDK 0.1.8 release notes.
v0.1.5.0
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
No bindings-specific changes, see upstream LDK 0.1.3 release notes.
v0.1.2.0
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 ofAddressobjects - Updates the Android NDK used to build releases
- Removes the maximum memory limit applied to bindings in TypeScript
v0.1.1.0
Upgraded to LDK 0.1.1 with no substantial
bindings-specific changes.
v0.1.0.0
No substantial bindings-specific changes
v0.0.125.0
No bindings-specific changes.
v0.0.124.0
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
- Updated to LDK-C-Bindings 0.0.123.1, providing additional missing
Display/*_to_strimplementations and restoring missing
ChannelDetailsfields which were not public in 0.0.123.0
(includingChannelDetails_new). - Fixed a bug in C# bindings which led to
bools being corrupted
when passed between C and C#.