File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 39
39
` Event::SpendableOutputs ` (#2609 , #2624 ).
40
40
* ` [u8; 32] ` has been replaced with a ` ChannelId ` newtype for chan ids (#2485 ).
41
41
* ` NetAddress ` was renamed ` SocketAddress ` (#2549 ) and ` FromStr ` impl'd (#2134 )
42
+ * For ` no-std ` users, ` parse_onion_address ` was added which creates a
43
+ ` NetAddress ` from a "...onion" string and port (#2134 , #2633 ).
42
44
* HTLC information is now provided in ` Event::PaymentClaimed::htlcs ` (#2478 ).
43
45
* The success probability used in historical penalties when scoring is now
44
46
available via ` historical_estimated_payment_success_probability ` (#2466 ).
85
87
` ChannelMonitor::get_spendable_outputs ` method (#2605 ).
86
88
* Anchor channels HTLC claims on-chain previously spent the entire value of any
87
89
HTLCs as fee, which has now been fixed (#2587 ).
90
+ * Anchor channels may result in spurious or missing ` Balance ` entries for HTLC
91
+ balances (#2610 ).
88
92
* ` ChannelManager::send_spontaneous_payment_with_retry ` spuriously did not
89
93
provide the recipient with enough information to claim the payment, leading
90
94
to all spontaneous payments failing (#2475 ).
You can’t perform that action at this time.
0 commit comments