Files
pallectrum/electrum
ThomasV f28a2aae73 Reorganize code so that we can send Multi Part Payments:
- LNWorker is notified about htlc events and creates payment events.
 - LNWorker._pay is a while loop that calls create_routes_from_invoice.
 - create_route_from_invoices should decide whether to split the payment,
   using graph knowledge and feedback from previous attempts (not in this commit)
 - data structures for payment logs are simplified into a single type, HtlcLog
2021-02-05 14:28:58 +01:00
..
2020-06-23 19:25:07 +02:00
2020-08-20 18:58:52 +02:00
2020-06-05 13:17:01 +02:00
2020-10-23 02:17:31 +00:00
2021-01-27 20:46:46 +01:00
2020-12-18 19:40:39 +01:00
2021-02-01 15:03:56 +01:00