rust-lightning/src/ln
Matt Corallo 09919d2af0 Make HTLCOutputInCommitment::transaction_output_index an Option
We really shouldn't have split out the with-source HTLCs from the
in-transaction HTLCs when we added back-failing, and will need
almost all of the info in HTLCOutputInCommitment for each HTLC to
fix would_broadcast_at_height, so this is a first step at
recombining them.
2019-01-11 16:03:40 -05:00
..
chan_utils.rs Make HTLCOutputInCommitment::transaction_output_index an Option 2019-01-11 16:03:40 -05:00
channel.rs Make HTLCOutputInCommitment::transaction_output_index an Option 2019-01-11 16:03:40 -05:00
channelmanager.rs Log errors forwarding/failing HTLCs 2018-12-22 07:03:17 -05:00
channelmonitor.rs Make HTLCOutputInCommitment::transaction_output_index an Option 2019-01-11 16:03:40 -05:00
functional_tests.rs Fix multi-remote-HTLC-claim preimage learning 2019-01-08 22:47:23 -05:00
mod.rs Move ChannelManager network tests into their own module 2018-12-20 14:32:02 -05:00
msgs.rs Typify payment_hash and payment_preimage 2018-12-14 17:00:50 -05:00
onion_utils.rs Move process_onion_failure into onion_utils 2018-12-20 22:56:32 -05:00
peer_channel_encryptor.rs Drop rust-crypto trait usage 2018-12-19 20:02:36 -05:00
peer_handler.rs Fix pre-noise peer disconnect panic on non-Err disconnect 2018-11-18 12:59:02 -05:00
router.rs Track HTLCSource in ChannelMonitor 2018-12-13 11:12:07 -05:00