Skip to content

Releases: lightningdevkit/rust-lightning

v0.0.98

20 Jun 20:02
2940099
Compare
Choose a tag to compare

0.0.98 should be considered a release candidate to the first alpha release of Rust-Lightning and the broader LDK. It represents several years of work designing and fine-tuning a flexible API for integrating lightning into any application. LDK should make it easy to build a lightning node or client which meets specific requirements that other lightning node software cannot. As lightning continues to evolve, and new use-cases for lightning develop, the API of LDK will continue to change and expand. However, starting with version 0.1, objects serialized with prior versions will be readable with the latest LDK. While Rust-Lightning is approaching the 0.1 milestone, language bindings components of LDK available at https://github.com/lightningdevkit are still of varying quality. Some are also approaching an 0.1 release, while others are still much more experimental. Please note that, at 0.0.98, using Rust-Lightning on mainnet is strongly discouraged.

v0.0.14

04 May 02:15
c60543c
Compare
Choose a tag to compare
Merge pull request #909 from TheBlueMatt/2021-04-0.0.14

Bump versions to 0.0.14, lightning-invoice 0.5

v0.0.13

22 Mar 16:49
8a91bd9
Compare
Choose a tag to compare
Merge pull request #835 from TheBlueMatt/2021-03-0.0.13

Bump Version to 0.0.13

v0.0.12

24 Nov 22:53
773c2d1
Compare
Choose a tag to compare
  • Large API overhauls to make several major API surfaces much easier to work.
  • C/C++ Bindings are a part of this release, however are still considered beta status. They are expected to mature as more language-specific binding work is built on top.