Skip to content

Add CHANGELOG entry for 0.0.125 #3366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 0.0.125 - Oct 14, 2024 - "Delayed Beta Testing"

## Bug Fixes
* On upgrade to 0.0.124, channels which were at a steady-state (i.e. for which
the counterparty has received our latest `revoke_and_ack` message) will
force-close upon receiving the next channel state update from our
counterparty. When built with debug assertions a debug assertion failure will
occur instead (#3362).
* Listeners in a `ChainListenerSet` will now have their `block_connected`
method called, when appropriate, rather than always having their
`filtered_block_connected` method called with full block data (#3354).
* Routefinding historical liquidity channel scores were made more consistent
for channels which have very little data which has been decayed (#3362).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: for channels which have very little data that has decayed

* A debug assertion failure when adding nodes to the network graph after
removal of nodes from the network graph was fixed (#3362).

In total, this release features 6 files changed, 32 insertions, 7
deletions in 5 commits since 0.0.124 from 2 authors, in alphabetical order:

* Elias Rohrer
* Matt Corallo


# 0.0.124 - Sep 3, 2024 - "Papercutting Feature Requests"

## API Updates
Expand Down
Loading