Skip to content

v23.02: CBDC Backing Layer

Compare
Choose a tag to compare
@endothermicdev endothermicdev released this 03 Mar 19:25
· 2336 commits to master since this release
v23.02

We're please to announce the 23.02 release of Core Lightning, named by @whitslack

For a list of all changes, please see the changelog

Highlights for Users

  • Now with more bug fixes and stability improvements
  • NEW experimental feature: peer storage - back up your encrypted emergency channel backup with your peers
  • Access a remote node with a cli flag: lightning-cli --commando=peerid:rune
  • Migrate all wrapped segwit UTXOs to native segwit with upgradewallet RPC.
  • Large nodes are more performant.

Highlights for the Network

  • Protocol updates: Offers (BOLT12) and dual-funding breaking changes to comply with updated lightning spec
  • Gossip pruning: CLN channel pruning behavior is in now in line with other implementations

Highlights for Developers

  • NEW SQL plugin allows custom queries on most tables in the sqlite3 database.
  • signinvoice RPC signs a BOLT11 invoice.
  • Schema deprecation is now preserved for posterity in the documentation.

Since 22.11.1, we've had 365 commits by 30 authors over 83 days

A special thanks to the 10 first time contributors:

~ @endothermicdev, @cdecker, @niftynei and @rustyrussell