Releases: LNP-WG/lnp-core
Releases · LNP-WG/lnp-core
LNP Core v0.9
What's Changed
- fix as_remote conditions by @crisdut in #19
- Revert "fix as_remote conditions" by @crisdut in #22
- Add missing feature flag (bolt9) by @crisdut in #24
- Fix lifecycle accept node by @crisdut in #25
New Contributors
- @crisdut made their first contribution in #19
Full Changelog: v0.8.2...v0.9.0
LNP Core v0.9 RC1
Whats new
- Update to bitcoin 0.29 by @dr-orlovsky
- Update to LNP/BP stack v0.9 by @dr-orlovsky
- Fix feature gates by @dr-orlovsky
Full Changelog: v0.8.0...v0.9.0-rc.1
LNP Core v0.8
Full Changelog: v0.7.0...v0.8.0
LNP Core v0.7
This release provides initial Bifrost implementation.
Full Changelog: v0.6.0...v0.7.0
LNP Core v0.6
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
- Default policies from other lightning nodes by @grunch in #14
- Update LICENSE by @BTCparadigm in #15
- Review and write unit tests for bolt policy checks by @grunch in #16
New Contributors
- @BTCparadigm made their first contribution in #15
Full Changelog: v0.5.1...v0.6.0
LNP Core v0.5.1
What's Changed
- Removing RGB dependency by @dr-orlovsky in #9
- Add timestamp wrapper over u32 by @grunch in #7
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
Full Changelog: v0.5.0...v0.5.1
LNP Core v0.5
- Rebased on v0.5.0 LNP/BP stack
LNP Core v0.3
- 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