Matt Corallo
d6c16aa1ae
Add CHANGELOG entries for 0.0.119
2023-12-15 23:53:40 +00:00
Matt Corallo
2587f70925
0.0.118 release notes
2023-10-23 23:41:11 +00:00
Matt Corallo
e515c87cf3
Set the timestamp for and provide diff stats for 0.0.117 CHANGELOG
2023-10-03 23:56:58 +00:00
Matt Corallo
3133286c88
Add 0.0.117 release notes
2023-10-03 23:00:48 +00:00
Matt Corallo
e9e806bc41
Add a warning on anchors and update 116 changelog for release
2023-07-21 20:42:13 +00:00
Matt Corallo
b4a5de1d41
Add 0.0.116rc1 CHANGELOG entries (to be renamed 116 later)
2023-07-17 20:07:30 +00:00
Matt Corallo
dafa095413
Add 0.0.115 CHANGELOG entries
2023-04-24 22:40:40 +00:00
Steven Zhao
8d1d134cb4
Fix Event::PaymentPathFailed
typo in changelog
2023-03-08 00:23:09 -08:00
Steven
75789d0463
Fix all_paths_failed
typo in changelog
2023-03-07 16:51:35 -08:00
Matt Corallo
e5c1a6d4dd
Add release notes for 0.0.114
2023-03-04 00:06:46 +00:00
Matt Corallo
87f15517ab
Update release date on 0.0.113 in changelog
2022-12-16 15:57:11 +00:00
Matt Corallo
7658f15371
Add release notes for 0.0.113
...
Fixes #1890
2022-12-15 22:15:55 +00:00
Matt Corallo
979d147cf8
Refer to lnd
as LND
in CHANGELOG
...
for consistency since its an abbreviation for "lightning network
daemon".
2022-10-25 18:59:41 +00:00
Matt Corallo
16f1efefb9
Add release date and release name to CHANGELOG for 0.0.112
2022-10-25 18:58:54 +00:00
Matt Corallo
9b77a8a78b
Add release notes for 0.0.112
2022-10-24 19:40:37 +00:00
Matt Corallo
27e3464b66
Update release notes for 0.0.111
2022-09-12 22:33:37 +00:00
Matt Corallo
c5e2904efe
Add release names to CHANGELOG
...
There have been release names in Github for some time, though some
releases were missed. This adds them to CHANGELOG.
2022-09-06 22:41:09 +00:00
Matt Corallo
7812215a1e
Set release date on 0.0.110 release
2022-07-26 23:43:58 +00:00
Matt Corallo
a22ba39916
Add CHANGELOG entry for 0.0.110
2022-07-26 22:01:09 +00:00
Matt Corallo
469adbd7df
Add missing note about renaming force-close methods in 109 changelog
2022-07-08 14:15:46 +00:00
Matt Corallo
321f1d4896
Fix date on 0.0.109 release notes
...
We slipped by a day and the PR didn't get updated. NBD, though,
the git tag has the correct date.
2022-07-01 17:40:44 +00:00
Matt Corallo
261d6fe1ec
Update contributor list for 0.0.107 to be consistent with 0.0.109
2022-07-01 16:05:33 +00:00
Matt Corallo
39cba073eb
Add 0.0.109 CHANGELOG entry.
2022-07-01 16:05:33 +00:00
Matt Corallo
2477c44151
Update CHANGELOG for 0.0.108
2022-06-10 14:53:23 +00:00
Jeffrey Czyz
e19024225a
Update CHANGELOG for 0.0.107
2022-06-08 18:16:48 -05:00
Jeffrey Czyz
427fa99049
Update CHANGELOG for 0.0.106
2022-04-03 08:05:08 -05:00
Matt Corallo
d798ac15c0
Update CHANGELOG with security info for 0.0.105
2022-03-01 02:23:20 +00:00
Matt Corallo
afc740056f
Fill out CHANGELOG for 0.0.105
2022-03-01 00:43:24 +00:00
Matt Corallo
8f9d1c9a8c
Update CHANGELOG for 0.0.104
2021-12-17 21:34:19 +00:00
Matt Corallo
7df087a36a
Add note about PaymentId fields to 0.0.103 changelog
2021-11-04 20:24:38 +00:00
Matt Corallo
31cd00ebf5
0.0.103 CHANGELOG tweaks from Jeff
2021-11-04 20:24:38 +00:00
Matt Corallo
0ee869e5bf
Update CHANGELOG for 0.0.103
2021-11-03 02:20:51 +00:00
Matt Corallo
959d0de673
Add CHANGELOG entries for 0.0.102
2021-10-18 18:32:36 +00:00
Matt Corallo
5a74723428
Update CHANGELOG for 0.0.101
2021-09-23 17:03:59 +00:00
Matt Corallo
547dfb5f5c
Update CHANGELOG for 0.0.100
2021-08-17 18:55:07 +00:00
Matt Corallo
2024c5e104
Generate a PaymentForwarded event when a forwarded HTLC is claimed
...
It is useful for accounting and informational reasons for users to
be informed when a payment has been successfully forwarded. Thus,
when an HTLC which represents a forwarded leg is claimed, we
generate a new `PaymentForwarded` event.
This requires some additional plumbing to return HTLC values from
`OnchainEvent`s. Further, when we have to go on-chain to claim the
inbound side of the payment, we do not inform the user of the fee
reward, as we cannot calculate it until we see what is confirmed
on-chain.
Substantial code structure rewrites by:
Valentine Wallace <vwallace@protonmail.com>
2021-08-04 21:48:21 +00:00
Matt Corallo
230c72bd4c
Add documentation for all PRs slated to land for 0.0.99
2021-07-09 16:34:46 +00:00
Matt Corallo
dec7ec191e
Fix bogus Event::PaymentSent
serialization
...
`Event::PaymentSent` serialization has a bug where we
double-serialize the payment_preimage field but do not attempt to
read it twice. This results in a failure to read `ChannelManager`s
from disk if we have a pending `Event::PaymentSent` pending
awaiting handling when we serialize.
Instead of attempting to read both versions, we opt to simply fix
the serialization, assuming it is exceedingly rare for such a
scenario to appear (and if it does, we can assist in manual
recovery).
The release notes have been updated to note this inconsistency.
Found by the chanmon_consistency fuzz target.
2021-06-28 23:38:09 +00:00
Matt Corallo
66726fb508
Add a dummy first CHANGELOG entry for future tracking
2021-06-23 16:43:18 +00:00