rust-lightning/lightning/src/ln
Matt Corallo 75d71cead3 Add additional Clone derives
The only API change outside of additional derives is to change
the inner field in `DecodeError::Io()` to an `std::io::ErrorKind`
instead of an `std::io::Error`. While `std::io::Error` obviously
makes more sense in context, it doesn't support Clone, and the
inner error largely doesn't have a lot of value on its own.
2021-02-10 22:34:19 -05:00
..
chan_utils.rs [bindings] Don't require trait impl for-structs to have no generics 2021-02-03 10:11:28 -05:00
chanmon_update_fail_tests.rs Merge pull request #764 from lightning-signer/revoke-enforcement 2021-01-25 09:06:43 -08:00
channel.rs Fold sign_holder_commitment_htlc_transactions into sign_holder_commitment 2021-01-18 10:24:31 -08:00
channelmanager.rs Add additional Clone derives 2021-02-10 22:34:19 -05:00
features.rs Change routing table sync to use gossip_queries 2020-12-14 12:52:54 -05:00
functional_test_utils.rs Let some tests disable revocation policy check 2021-01-21 11:37:28 -08:00
functional_tests.rs Add test for error message hangline resulting in force-close 2021-02-09 19:04:54 -05:00
mod.rs Put test utilities behind a feature flag. 2020-10-16 11:30:33 -04:00
msgs.rs Add additional Clone derives 2021-02-10 22:34:19 -05:00
onchaintx.rs Revocation enforcement in signer 2021-01-18 17:59:43 -08:00
onion_route_tests.rs Move channelmonitor.rs from ln to chain module 2020-09-30 22:41:52 -07:00
onion_utils.rs fix all clippy::redundant_field_names warnings 2020-10-07 11:20:21 -07:00
peer_channel_encryptor.rs fix all clippy::redundant_field_names warnings 2020-10-07 11:20:21 -07:00
peer_handler.rs Add additional Clone derives 2021-02-10 22:34:19 -05:00
reorg_tests.rs Move channelmonitor.rs from ln to chain module 2020-09-30 22:41:52 -07:00
wire.rs Add gossip_queries messages to wire decoding 2020-12-01 17:18:24 -05:00