We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b84a5 commit e8bd479Copy full SHA for e8bd479
CHANGELOG.md
@@ -180,6 +180,16 @@
180
TODO release stats
181
182
183
+# 0.1.8 - Dec 2, 2025 - "Async Update Completion"
184
+
185
+## Bug Fixes
186
+ * In cases where an MPP payment is claimed while one channel is waiting on a
187
+ counterparty's `revoke_and_ack` message and the `revoke_and_ack` message is
188
+ received prior to the asynchronous completion of the MPP-claim
189
+ `ChannelMonitorUpdate`, the channel will no longer hang (#4236).
190
+ * Deserializing invalid `Duration`s can no longer panic (#4172).
191
192
193
# 0.1.7 - Oct 21, 2025 - "Unstable Release CI"
194
195
## Bug Fixes
0 commit comments