rust-lightning/lightning/src/ln
Matt Corallo f5b0663f6a Drop std::error::Error impl for DecodeError
It appears to be effectively-deprecated in Rust now, and didn't
really appear to serve a lot of purpose anyway.
2020-04-18 20:47:16 -04:00
..
chan_utils.rs Move HTLC tx generation in OnchainTxHandler 2020-04-17 17:50:21 -04:00
chanmon_update_fail_tests.rs Pass Route to send_payment as a reference, not move 2020-04-14 20:50:42 -04:00
channel.rs Move HTLC tx generation in OnchainTxHandler 2020-04-17 17:50:21 -04:00
channelmanager.rs Pass Route to send_payment as a reference, not move 2020-04-14 20:50:42 -04:00
channelmonitor.rs Flatten ChannelMonitor substructs that don't add clarity 2020-04-18 18:10:54 -04:00
features.rs Add missing known features in constructor 2020-04-15 19:29:20 -07:00
functional_test_utils.rs Remove temporary anti-duplicata logic 2020-04-17 17:50:26 -04:00
functional_tests.rs Add test_update_err_monitor_lockdown 2020-04-17 17:50:26 -04:00
mod.rs Introduce OnchainTxHandler, move bumping and tracking logic 2020-03-04 16:06:29 -05:00
msgs.rs Drop std::error::Error impl for DecodeError 2020-04-18 20:47:16 -04:00
onchaintx.rs Drop uneccessary indirection in map-updating in 1107ab06c3 2020-04-18 20:47:16 -04:00
onion_utils.rs Implement multipath sends using payment_secret. 2020-04-14 20:50:42 -04:00
peer_channel_encryptor.rs Merge branch 'master' of github.com:rust-bitcoin/rust-lightning into use-workspaces 2019-11-18 19:44:55 +00:00
peer_handler.rs Allow relaying of only one direction in a channel, log on recv 2020-04-11 08:30:21 -04:00
reorg_tests.rs Impl Base AMP in the receive pipeline and expose payment_secret 2020-04-14 19:54:17 -04:00
router.rs Expand the Route object to include multiple paths. 2020-04-14 19:54:17 -04:00
wire.rs Add test cases for feature messages from other lightning clients. 2020-03-11 12:55:00 -04:00