Skip to content

Releases: ZmnSCPxj/clboss

v0.14.0-rc14: Hand at the Grindstone

02 Oct 22:33
v0.14.0-rc14
d1ec739
Compare
Choose a tag to compare
Pre-release
  • Upgraded EarningsTracker to a time bucket scheme allowing storage and access to earnings and
    expenditure data over specific time ranges
  • Added new scripts in contrib for displaying earnings history
  • Added Util::BacktraceException which
    captures backtraces where an exception is thrown and then formats
    them for debugging when they are displayed with `what()
  • ...

v0.14.0-rc13: Hand at the Grindstone

02 Oct 22:25
v0.14.0-rc13
1b69894
Compare
Choose a tag to compare
Pre-release
  • Upgraded EarningsTracker to a time bucket scheme allowing storage and access to earnings and
    expenditure data over specific time ranges
  • Added new scripts in contrib for displaying earnings history
  • Added Util::BacktraceException which
    captures backtraces where an exception is thrown and then formats
    them for debugging when they are displayed with `what()
  • ...

v0.14.0-rc12: Hand at the Grindstone

02 Oct 22:14
v0.14.0-rc12
8701af6
Compare
Choose a tag to compare
Pre-release
  • Upgraded EarningsTracker to a time bucket scheme allowing storage and access to earnings and
    expenditure data over specific time ranges
  • Added new scripts in contrib for displaying earnings history
  • Added Util::BacktraceException which
    captures backtraces where an exception is thrown and then formats
    them for debugging when they are displayed with `what()
  • ...

v0.14.0-rc11: Hand at the Grindstone

02 Oct 22:02
v0.14.0-rc11
cbc56f4
Compare
Choose a tag to compare
Pre-release
  • Upgraded EarningsTracker to a time bucket scheme allowing storage and access to earnings and
    expenditure data over specific time ranges
  • Added new scripts in contrib for displaying earnings history
  • Added Util::BacktraceException which
    captures backtraces where an exception is thrown and then formats
    them for debugging when they are displayed with `what()
  • ...

v0.14.0-rc10: Hand at the Grindstone

02 Oct 21:50
v0.14.0-rc10
f6f0c2a
Compare
Choose a tag to compare
Pre-release
  • Upgraded EarningsTracker to a time bucket scheme allowing storage and access to earnings and
    expenditure data over specific time ranges
  • Added new scripts in contrib for displaying earnings history
  • Added Util::BacktraceException which
    captures backtraces where an exception is thrown and then formats
    them for debugging when they are displayed with `what()
  • ...

v0.14.0-rc2: Hand at the Grindstone

01 Oct 21:43
v0.14.0-rc2
f014af3
Compare
Choose a tag to compare
Pre-release
  • Upgraded EarningsTracker to a time bucket scheme allowing storage and access to earnings and
    expenditure data over specific time ranges
  • Added new scripts in contrib for displaying earnings history
  • Added Util::BacktraceException which
    captures backtraces where an exception is thrown and then formats
    them for debugging when they are displayed with `what()
  • ...

Hand at the Grindstone

27 Sep 17:16
v0.14.0-rc1
272b12d
Compare
Choose a tag to compare
Pre-release
  • Upgraded EarningsTracker to a time bucket scheme allowing storage and access to earnings and
    expenditure data over specific time ranges
  • Added new scripts in contrib for displaying earnings history
  • Added Util::BacktraceException which
    captures backtraces where an exception is thrown and then formats
    them for debugging when they are displayed with `what()
  • ...

v0.13.3: Blinded by the Light

15 Aug 21:23
v0.13.3
159ef70
Compare
Choose a tag to compare

This point release fixes an important bug by restoring the earned fee
information in CLBOSS.

Added

  • The version string is now logged on startup and in the
    clboss-status output ([#205]).
  • Added an earnings_tracker diagram.

Fixed

  • The ForwardFeeMonitor (and subsequently the EarningsTracker) have
    restored ability see fee income ([#222], [#223]).
  • A possible vector out of bounds access was removed ([#219]).
  • Added totals to clboss-status offchain_earnings_tracker ([#223]).

v0.13.2: Bwahaha's Dominion

24 Jul 20:39
v0.13.2
11a16bb
Compare
Choose a tag to compare

Added

  • Added signet support ([#148]).
  • Updated the seeds list ([#208],
  • Added module diagrams for channel creation, offchain to onchain
    swaps, and channel balancing ([#200], [#203]).

Changed

  • testnet: Reduce the min_nodes_to_process because testnet is shrinking ([#209]).
  • Improve listpeers handling diagnostics ([#214], [#215]).
  • Improve Initialization of OnchainFeeMonitor with Conservative
    Synthetic History ([#210]).

Fixed

  • Converted deprecated listpeer usage to listpeerchannels ([#213], [#198]).
  • Recognize --developer CLI flag and don't exit giving usage ([#185], [#216])).

v0.13.1: E Street Fix

07 May 22:15
v0.13.1
Compare
Choose a tag to compare

Fixes for CLN RPC changes