File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # 0.0.125 - Oct 14, 2024 - "Delayed Beta Testing"
2+
3+ ## Bug Fixes
4+ * On upgrade to 0.0.124, channels which were at a steady-state (i.e. for which
5+ the counterparty has received our latest ` revoke_and_ack ` message) will
6+ force-close upon receiving the next channel state update from our
7+ counterparty. When built with debug assertions a debug assertion failure will
8+ occur instead (#3362 ).
9+ * Listeners in a ` ChainListenerSet ` will now have their ` block_connected `
10+ method called, when appropriate, rather than always having their
11+ ` filtered_block_connected ` method called with full block data (#3354 ).
12+ * Routefinding historical liquidity channel scores were made more consistent
13+ for channels which have very little data which has been decayed (#3362 ).
14+ * A debug assertion failure when adding nodes to the network graph after
15+ removal of nodes from the network graph was fixed (#3362 ).
16+
17+ In total, this release features 6 files changed, 32 insertions, 7
18+ deletions in 5 commits since 0.0.124 from 2 authors, in alphabetical order:
19+
20+ * Elias Rohrer
21+ * Matt Corallo
22+
23+
124# 0.0.124 - Sep 3, 2024 - "Papercutting Feature Requests"
225
326## API Updates
You can’t perform that action at this time.
0 commit comments