rust-lightning/lightning/src/ln
valentinewallace 72e9f53be7
Merge pull request #1461 from TheBlueMatt/2022-05-unconf-0-not-half
Force-close channels on reorg only if the funding is unconfirmed
2022-05-03 20:44:42 -04:00
..
chan_utils.rs Add low_r signature grinding 2022-03-25 20:34:02 +01:00
chanmon_update_fail_tests.rs Add source_channel_id in PaymentForwarded event 2022-04-20 10:58:21 +05:30
channel.rs Merge pull request #1461 from TheBlueMatt/2022-05-unconf-0-not-half 2022-05-03 20:44:42 -04:00
channelmanager.rs Avoid storing a full FinalOnionHopData in OnionPayload::Invoice 2022-05-02 11:41:02 -07:00
features.rs Enable wumbo channels to be created 2022-04-28 15:01:21 -04:00
functional_test_utils.rs Add a get_route!() macro for tests which only need a route 2022-04-28 02:44:19 +00:00
functional_tests.rs Merge pull request #1444 from ViktorTigerstrom/2022-04-use-counterparty-htlc-max-for-chan-updates 2022-05-03 22:44:26 +00:00
inbound_payment.rs Pass FinalOnionHopData to payment verify by reference, not clone 2022-05-02 09:37:23 -07:00
mod.rs Move inbound_payment module into its own file 2022-03-28 16:04:37 -04:00
monitor_tests.rs Fix HTLC tx balance calculation on local commitment transactions 2022-03-01 00:43:55 +00:00
msgs.rs Argument added in lightning-net-tokio/src/lib.rs and comments updated 2022-03-23 04:44:28 +05:30
onion_route_tests.rs Add tests for defaulting to creating tlv onions 2022-04-16 01:35:32 +02:00
onion_utils.rs Refactor out decode_next_hop util from ChannelManager::decode_update_add_htlc 2022-02-14 14:22:37 -05:00
payment_tests.rs Add source_channel_id in PaymentForwarded event 2022-04-20 10:58:21 +05:30
peer_channel_encryptor.rs DRY shared hkdf_extract_expand code to new module 2022-02-14 14:22:37 -05:00
peer_handler.rs Merge pull request #1452 from tnull/2022-04-honor-gossip-timestamp-filters 2022-05-03 19:16:29 +00:00
priv_short_conf_tests.rs Pass PaymentParameters in get_route_and_payment_hash 2022-04-14 23:04:51 +02:00
reorg_tests.rs Tweak test_unconf_chan to test that we don't prematurely close 2022-05-03 17:26:36 +00:00
script.rs Implement Clone for InvalidShutdownScript 2021-11-29 01:30:50 +00:00
shutdown_tests.rs Add source_channel_id in PaymentForwarded event 2022-04-20 10:58:21 +05:30
wire.rs added network address in methods, filter_address function with tests and updated documentation 2022-03-23 04:44:28 +05:30