Releases: LNP-WG/lnp-node
Releases · LNP-WG/lnp-node
LNP Node v0.9
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
- @louneskmt made their first contribution in #55
Full Changelog: v0.8.0...v0.9.0
LNP Node v0.8.1
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
- update clap by @zoedberg in #65
- v0.8.1 release by @dr-orlovsky in #73
New Contributors
- @louneskmt made their first contribution in #55
Full Changelog: v0.8.0...v0.8.1
LNP Node v0.9 RC1
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
What's Changed
- Bump nix from 0.19.1 to 0.20.2 by @dependabot in #51
- Chain mismatch for regtest by @crisdut in #52
- Spelling fixes only by @zkao in #53
New Contributors
Full Changelog: v0.7.0...v0.8.0
LNP Node v0.7 - Bifrost dawn
This release provides initial Bifrost implementation.
Full Changelog: v0.6.0...v0.7.0
LNP Node v0.6 - LN interoperability
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
- Update license year to 2021 by @UkolovaOlga in #37
- use the expanded path when creating the data dir by @ulrichard in #39
- Fix typos on readme by @grunch in #42
- Update LICENSE by @BTCparadigm in #47
- Fix build dependencies by @crisdut in #49
New Contributors
- @ulrichard made their first contribution in #39
- @grunch made their first contribution in #42
- @BTCparadigm made their first contribution in #47
- @crisdut made their first contribution in #49
Full Changelog: v0.3.0-beta.3...v0.6.0
0.1 Beta 3
- 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
- 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
- Channel funding
- Channel operations, HTLCs
- RGB node integration
- Adding assets to the channel (funding with assets)
- Transfers of RGB assets
0.1 Alpha 4
- 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