rust-lightning/lightning/src/ln
Valentine Wallace d32052fbf6
test utils: add optional PaymentPreimage param to pass_along_path
This will allow keysend tests to assert that the PaymentReceived payment preimage is
as expected in upcoming commits.
2021-07-27 15:15:24 -04:00
..
chan_utils.rs Fix TLV serialization to work with large types. 2021-06-24 16:25:31 -04:00
chanmon_update_fail_tests.rs test utils: add optional PaymentPreimage param to pass_along_path 2021-07-27 15:15:24 -04:00
channel.rs Merge pull request #998 from TheBlueMatt/2021-07-fix-chan-reserve-msat-sat 2021-07-26 16:03:22 +00:00
channelmanager.rs Implement receiving keysend payments 2021-07-27 15:15:24 -04:00
features.rs Advertise keysend feature 2021-07-27 15:15:23 -04:00
functional_test_utils.rs test utils: add optional PaymentPreimage param to pass_along_path 2021-07-27 15:15:24 -04:00
functional_tests.rs test utils: add optional PaymentPreimage param to pass_along_path 2021-07-27 15:15:24 -04:00
mod.rs Use alloc for no_std builds 2021-05-27 17:35:20 +00:00
msgs.rs Parse keysend TLV field in onion. 2021-07-27 15:15:21 -04:00
onion_route_tests.rs Make the base fee configurable in ChannelConfig 2021-07-09 00:50:30 +00:00
onion_utils.rs Parse keysend TLV field in onion. 2021-07-27 15:15:21 -04:00
peer_channel_encryptor.rs Drop byte_utils in favor of native to/from_be_bytes methods 2021-06-01 15:47:01 +00:00
peer_handler.rs Collect all lightning std::sync imports under crate::sync 2021-07-19 15:01:58 +02:00
reorg_tests.rs Use hashbrown replacements for std equivalents 2021-06-18 21:54:21 +00:00
wire.rs More consistently log in msg handling, incl full msg logging at trace 2021-06-29 19:36:47 +00:00