Skip to content

Releases: LNP-WG/lnp-node

LNP Node v0.9

06 Feb 19:20
7259204
Compare
Choose a tag to compare

What's Changed

  • refactor: optimize Docker build with caching + fix build issues by @louneskmt in #55
  • Add instructions about funding wallet by @crisdut in #54
  • Fix incorrect match (listen command) by @crisdut in #57
  • Daemon does not use port parameter by @crisdut in #59
  • Show peers by protocol (bolt/bifrost) by @crisdut in #58
  • adding a hint to lnpd init to panic in #60
  • Support to Regtest Address by @crisdut in #61
  • fix remote_as flag by @crisdut in #68
  • Fix struct fields order by @crisdut in #66
  • Fix chain mismatch by @crisdut in #64
  • Use AddressCompat to display address by @crisdut in #63
  • Fix open channel management (Bolt 2) by @crisdut in #69

New Contributors

Full Changelog: v0.8.0...v0.9.0

LNP Node v0.8.1

18 Jan 16:52
6f3c80e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

LNP Node v0.9 RC1

27 Dec 19:16
4c5234f
Compare
Choose a tag to compare
LNP Node v0.9 RC1 Pre-release
Pre-release

What's Changed

  • Update to LNP/BP v0.9 stack by @dr-orlovsky
  • refactor: optimize Docker build with caching + fix build issues by @louneskmt in #55
  • Add instructions about funding wallet by @crisdut in #54
  • Fix incorrect match (listen command) by @crisdut in #57
  • Daemon does not use port parameter by @crisdut in #59
  • Show peers by protocol (bolt/bifrost) by @crisdut in #58
  • adding a hint to lnpd init to panic by @bits-mampfer in #60
  • Support to Regtest Address by @crisdut in #61

New Contributors

  • @louneskmt made their first contribution in #55
  • @bits-mampfer made their first contribution in #60

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

LNP Node v0.8

14 Jul 00:29
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @zkao made their first contribution in #53

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

LNP Node v0.7 - Bifrost dawn

13 Jun 19:22
Compare
Choose a tag to compare

This release provides initial Bifrost implementation.

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

LNP Node v0.6 - LN interoperability

13 Jun 19:21
e81e693
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.3.0-beta.3...v0.6.0

0.1 Beta 3

23 Jan 15:35
bac9390
Compare
Choose a tag to compare
0.1 Beta 3 Pre-release
Pre-release
  • Support for lightning peer message encoding (before used custom strict-encding)
  • Better representation of log messages
  • Migration on v0.3 of LNP/BP Core libraries after their complete refactoring

0.1 Beta 2

16 Dec 11:59
318f784
Compare
Choose a tag to compare
0.1 Beta 2 Pre-release
Pre-release
  • Fix balances consistency in channeld
  • README & build instructions improvements
  • Modernizing for LNP/BP Core v0.2 release & RGB Node v0.2 RC

0.1 Beta 1

06 Nov 22:25
160b4b1
Compare
Choose a tag to compare
0.1 Beta 1 Pre-release
Pre-release
  • Channel funding
  • Channel operations, HTLCs
  • RGB node integration
  • Adding assets to the channel (funding with assets)
  • Transfers of RGB assets

0.1 Alpha 4

01 Nov 18:58
4f14b5b
Compare
Choose a tag to compare
0.1 Alpha 4 Pre-release
Pre-release
  • Daemon management with LNPd
  • Connection initialisation cycle
  • Much better reporting in console tool
  • Completed set of command-line management & information commands
  • Improved channel creation lifecycle
  • Multiple improvements to debugging information representation