Skip to content

Releases: LNP-WG/lnp-core

LNP Core v0.9

06 Feb 03:32
17de48c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0

LNP Core v0.9 RC1

27 Dec 17:54
3cde223
Compare
Choose a tag to compare
LNP Core v0.9 RC1 Pre-release
Pre-release

Whats new

Full Changelog: v0.8.0...v0.9.0-rc.1

LNP Core v0.8

14 Jul 00:23
Compare
Choose a tag to compare

Full Changelog: v0.7.0...v0.8.0

LNP Core v0.7

13 Jun 19:20
Compare
Choose a tag to compare

This release provides initial Bifrost implementation.

Full Changelog: v0.6.0...v0.7.0

LNP Core v0.6

13 Jun 19:19
9846b55
Compare
Choose a tag to compare

This release is based on the new rust-bitcoin library release (v0.28) and underlying updated LNP/BP library stack v0.6. It provides full LN network compatibility tested by c-lightning interoperability.

What's New

  • Full implementation of brontide LN encryption protocol
  • Channel creation and operation with c-lightning node
  • Embedded funding wallet

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

LNP Core v0.5.1

05 Dec 10:56
31f5b25
Compare
Choose a tag to compare

What's Changed

Notes on RGB support

The RGB dependency has been removed; it will be used again in the upcoming v0.6 release as a part of Bifrost; thus it is now absent from the legacy P2P. The legacy P2P became 100% fully compatible with existing lightning network without any custom extensions.

New Contributors

  • @grunch made their first contribution in #7

Full Changelog: v0.5.0...v0.5.1

LNP Core v0.5

28 Nov 02:18
fc9d712
Compare
Choose a tag to compare
  • Rebased on v0.5.0 LNP/BP stack

LNP Core v0.3

22 Jan 01:39
367697c
Compare
Choose a tag to compare
  • LNP Core Library is extracted and externalized from LNP/BP Core Library
  • Internet2-related modules externalized and removed from this repository
  • BOLT-7 message types implementation
  • Initial work on HTLC extension
  • Strict encoding for message types
  • Rust bitcoin 0.26 & Miniscript 5.0 migration