rust-lightning/lightning/src/ln
Matt Corallo d737111044 derive(Clone) for several pub simple data structs.
There is no reason not to and Clone can be useful especially in the
bindings context.
2020-11-23 11:08:34 -05:00
..
chan_utils.rs derive(Clone) for several pub simple data structs. 2020-11-23 11:08:34 -05:00
chanmon_update_fail_tests.rs Test that Persist temp and perm failures behave as expected. 2020-10-16 13:41:39 -04:00
channel.rs Remove unnecessary todo 2020-11-08 17:22:20 -05:00
channelmanager.rs derive(Clone) for several pub simple data structs. 2020-11-23 11:08:34 -05:00
features.rs Add annotations for things which we cannot (yet) expose 2020-09-10 22:03:30 -04:00
functional_test_utils.rs Fix clippy 2020-10-16 13:41:40 -04:00
functional_tests.rs Claim HTLC output on-chain if preimage is recv'd after force-close 2020-11-16 15:41:31 -05:00
mod.rs Put test utilities behind a feature flag. 2020-10-16 11:30:33 -04:00
msgs.rs derive(Clone) for several pub simple data structs. 2020-11-23 11:08:34 -05:00
onchaintx.rs Claim HTLC output on-chain if preimage is recv'd after force-close 2020-11-16 15:41:31 -05: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 fix all clippy::redundant_field_names warnings 2020-10-07 11:20:21 -07:00
reorg_tests.rs Move channelmonitor.rs from ln to chain module 2020-09-30 22:41:52 -07:00
wire.rs Relicense as dual Apache-2.0 + MIT 2020-08-10 21:12:44 -04:00