rust-lightning/lightning/src/ln
Elias Rohrer f609fcf8fb
Merge pull request #2501 from TheBlueMatt/2023-08-err-pre-accept
Ensure we wipe pending un-accepted channel requests on err/discon.
2023-08-17 09:05:08 +02:00
..
chan_utils.rs Migrate chan_utils vec_type TLVs to required/optional 2023-07-07 21:07:06 +00:00
chanmon_update_fail_tests.rs Correct test struct initialization ordering 2023-08-15 23:19:03 +00:00
channel.rs Update documentation on Channel::set_outbound_scid_alias 2023-08-17 03:35:56 +00:00
channelmanager.rs Drop now-unused outbound_scid_alias param to channel constructor 2023-08-15 22:32:55 +00:00
features.rs Make requires_unknown_bits_from param type bindings compatible 2023-07-20 21:43:52 +00:00
functional_test_utils.rs Use more human-readable lifetime names in test structs 2023-08-15 23:19:03 +00:00
functional_tests.rs Drop now-unused outbound_scid_alias param to channel constructor 2023-08-15 22:32:55 +00:00
inbound_payment.rs Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00
mod.rs Impl PartialOrd and Ord for Invoice 2023-05-09 12:39:17 -05:00
monitor_tests.rs Correct test struct initialization ordering 2023-08-15 23:19:03 +00:00
msgs.rs Address custom HTLC TLV fixups 2023-08-16 19:06:19 -05:00
onion_route_tests.rs Correct test struct initialization ordering 2023-08-15 23:19:03 +00:00
onion_utils.rs De/serialize custom TLVs on {Inbound,Outbound}OnionPayload 2023-08-08 16:13:19 -05:00
outbound_payment.rs Address custom HTLC TLV fixups 2023-08-16 19:06:19 -05:00
payment_tests.rs Simplify custom HTLC TLV tests 2023-08-16 13:06:39 -05: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 No-export APeerManager in bindings 2023-07-20 21:43:52 +00:00
priv_short_conf_tests.rs Correct test struct initialization ordering 2023-08-15 23:19:03 +00:00
reload_tests.rs Correct test struct initialization ordering 2023-08-15 23:19:03 +00:00
reorg_tests.rs Correct test struct initialization ordering 2023-08-15 23:19:03 +00:00
script.rs Use UserConfig to determine advertised InitFeatures by ChannelManager 2023-01-13 23:54:51 -08:00
shutdown_tests.rs Wait to create a channel until after accepting. 2023-08-13 19:40:17 -07:00
wire.rs Implement enqueue_message trait requirements on Message enum 2023-05-26 14:40:14 -07:00