rust-lightning/lightning/src/ln
Matt Corallo 24db35eeea
Merge pull request #2568 from tnull/2023-09-housekeeping
Housekeeping: fix some warning and docs
2023-09-14 20:17:05 +00:00
..
blinded_payment_tests.rs Only allow creating 1-hop blinded paths. 2023-09-12 18:12:03 -04:00
chan_utils.rs Update tests to test re-claiming of forwarded HTLCs on startup 2023-09-12 19:03:17 +00:00
chanmon_update_fail_tests.rs Test monitor update completion actions on pre-startup completion 2023-09-12 19:03:17 +00:00
channel.rs Introduce ChannelPhase enum 2023-09-08 10:19:41 +02:00
channel_id.rs Add ChannelId pending change note; formatting 2023-08-28 07:20:23 +02:00
channelmanager.rs Merge pull request #2413 from valentinewallace/2023-07-route-blinding 2023-09-13 20:51:59 +00:00
features.rs Adds a set of convenience methods to set non-custom features 2023-09-01 11:30:21 +02:00
functional_test_utils.rs Split expect_payment_forwarded into a function called by macro 2023-09-12 19:03:17 +00:00
functional_tests.rs Correct expect_payment_forwarded upstream channel checking 2023-09-12 19:03:17 +00:00
inbound_payment.rs Include PaymentId in payer metadata 2023-08-29 11:08:11 -05:00
mod.rs Merge pull request #2568 from tnull/2023-09-housekeeping 2023-09-14 20:17:05 +00:00
monitor_tests.rs Fix unused variable warning in monitor_tests 2023-09-14 09:09:27 +02:00
msgs.rs Support receiving to 1-hop blinded payment paths. 2023-09-12 18:11:59 -04:00
onion_route_tests.rs Refactor ChannelManager with ChannelPhase 2023-09-08 23:10:41 +02:00
onion_utils.rs Parameterize InboundPayload reads with NodeSigner 2023-09-12 18:11:59 -04:00
outbound_payment.rs Support paying blinded paths. 2023-09-12 18:11:54 -04:00
payment_tests.rs Correct expect_payment_forwarded upstream channel checking 2023-09-12 19:03:17 +00:00
peer_channel_encryptor.rs Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00
peer_handler.rs Rename SocketAddress from NetAddress 2023-09-08 20:42:06 +08:00
priv_short_conf_tests.rs Remove unused imports. 2023-08-22 14:28:40 -07:00
reload_tests.rs Add PaymentId in ChannelManager.list_recent_payments() 2023-09-11 12:19:19 -07:00
reorg_tests.rs Add PaymentId in ChannelManager.list_recent_payments() 2023-09-11 12:19:19 -07:00
script.rs Use UserConfig to determine advertised InitFeatures by ChannelManager 2023-01-13 23:54:51 -08:00
shutdown_tests.rs Fix unused import warning in shutdown_tests 2023-09-14 09:09:27 +02:00
wire.rs Implement enqueue_message trait requirements on Message enum 2023-05-26 14:40:14 -07:00