rust-lightning/lightning/src/ln
Matt Corallo 04d4a8f835 Track the amount spent on fees as payments are retried
Especially once we merge the `InvoicePayer` logic soon, we'll want
to expose the total fee paid in the `PaymentSent` event.
2021-10-27 20:43:18 +00:00
..
chan_utils.rs Use ClosingTransaction in BaseSign 2021-09-09 20:49:24 +02:00
chanmon_update_fail_tests.rs Track the amount spent on fees as payments are retried 2021-10-27 20:43:18 +00:00
channel.rs Store Payee information in HTLCSource::OutboundRoute. 2021-10-25 19:40:58 +00:00
channelmanager.rs Track the amount spent on fees as payments are retried 2021-10-27 20:43:18 +00:00
features.rs Unify route finding methods 2021-10-26 20:15:19 -05:00
functional_test_utils.rs Track the amount spent on fees as payments are retried 2021-10-27 20:43:18 +00:00
functional_tests.rs Track the amount spent on fees as payments are retried 2021-10-27 20:43:18 +00:00
mod.rs Move tests of payment retries into a new module 2021-10-05 19:26:45 +00:00
monitor_tests.rs Make ChainMonitor::monitors private and expose monitor via getter 2021-10-14 00:17:31 +00:00
msgs.rs Merge pull request #1068 from TheBlueMatt/2021-09-ser-cleanup 2021-09-18 01:42:29 +00:00
onion_route_tests.rs Add PaymentId to PaymentPathFailed event 2021-10-26 01:12:30 -05:00
onion_utils.rs Copy Payee into Routes to provide them to ChannelManager 2021-10-25 17:58:18 +00:00
payment_tests.rs Track the amount spent on fees as payments are retried 2021-10-27 20:43:18 +00:00
peer_channel_encryptor.rs Drop byte_utils in favor of native to/from_be_bytes methods 2021-06-01 15:47:01 +00:00
peer_handler.rs Move the two-AtomicUsize counter in peer_handler to a util struct 2021-10-18 22:04:56 +00:00
reorg_tests.rs Make ChainMonitor::monitors private and expose monitor via getter 2021-10-14 00:17:31 +00:00
script.rs Require user cooperative close payout scripts to be Segwit 2021-09-27 18:19:51 +00:00
shutdown_tests.rs Track the amount spent on fees as payments are retried 2021-10-27 20:43:18 +00:00
wire.rs Use Infallible for the unconstructable default custom message type 2021-09-22 22:01:40 +00:00