Skip to content

Releases: ACINQ/lightning-kmp

v1.4.2

17 Oct 14:29
28a4944
Compare
Choose a tag to compare

This version fixes issues with the Electrum and Peer connection state. This is a hotfix release that won't be found on the master branch. It's forked from v1.4.1 and cherry-picks the two following commits:

  • Fix electrum state when disconnecting (#362)
  • Fix peer state when disconnecting (#387)

v1.4.1

20 Jul 13:44
57af9b4
Compare
Choose a tag to compare
  • Add UUID to ReceivedWith.NewChannel to ensure unicity #345

Full Changelog: v1.4.0...v1.4.1

v1.4.0

04 Jul 15:31
41dd608
Compare
Choose a tag to compare
  • Add support for swap-out payments (#342)
  • Add codecs for onion messages (#336)
  • Store closing txs as parts in outgoing payments db (#333)

Full Changelog: v1.3.0...v1.4.0

v1.3.0

09 Jun 18:58
b38c0c4
Compare
Choose a tag to compare
  • Add support for migration readiness message (#334)
  • Split channel.kt into separate files (one per state)
  • Fixed rare purger test failure (#338)
  • Use bitcoin-kmp 0.8.4 (#337)
  • TcpSocket now supports pinning publicKeys for TLS (#327)
  • Update trampoline feature bit (#330)
  • Improve legacy Phoenix InitTLVs and messages (#325)
  • Delete expired payments (#322)
  • Add a tlv to facilitate phoenix migration (#319)
  • Add support for option_payment_metadata (#313)
  • Add support for option_shutdown_anysegwit (#312)
  • Require explicit channel type negotiation (#277)

Full Changelog: v1.2.1...v1.3.0

v1.2.1

08 Feb 19:18
8bc22c2
Compare
Choose a tag to compare

What's Changed

  • Set version to 1.3.0-SNAPSHOT by @sstone in #311
  • Set remote dust limit lower bound by @t-bast in #294
  • Configure github CI to build and store snapshot and release binaries by @sstone in #304
  • Allow for user-configurable fee options by @robbiehanson in #317

Full Changelog: v1.2.0...v1.2.1