Releases: lightningdevkit/ldk-garbagecollected
Release list
v0.2.4.0
v0.1.11.0
Update to LDK 0.1.11. No substantial bindings-specific changes.
v0.2.0.0
In addition to the upstream LDK 0.2 changes, this release substantially
increases clones at the bindings boundary, reducing cases where objects
are held onto longer than they should be, but trading off performance
somewhat to do so.
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