Skip to content

v0.16.1: The Types That Bind

Latest

Choose a tag to compare

@ksedgwic ksedgwic released this 07 Aug 01:08
v0.16.1
2fb5c8b

Point release fixing two crashes on newer CLN, both surfacing as
"Unhandled exception in concurrent task! Incorrect type." (issue #321):

  • channel_state_changed notifications for brand-new channels no longer
    carry old_state (CLN v25.05 deprecation, absent as of v26.06); the
    handler now tolerates the missing field.
  • newaddr no longer returns bech32 by default on newer CLN; clboss now
    requests p2tr explicitly. Previously the first swap attempt failed
    and silently disabled clboss-initiated swaps until restart.

See CHANGELOG.md for details.