rust-lightning/lightning
Matt Corallo 9e69922729 Include payment hash in more early payment logs
If a user has issues with a payment, the most obvious thing they'll
do is check logs for the payment hash. Thus, we should ensure our
logs that show a payment's lifecycle include the payment hash and
are emitted (a) as soon as LDK learns of the payment, (b) once the
payment goes out to the peer (which is already reasonably covered
in the commitment transaction building logs) and (c) when the
payment ultimately is fulfilled or fails.

Here we improve our logs for both (a) and (c).
2023-08-23 16:45:15 +00:00
..
src Include payment hash in more early payment logs 2023-08-23 16:45:15 +00:00
Cargo.toml Bump crate versions to 0.0.116 release 2023-07-21 20:42:13 +00:00