rust-lightning/lightning/src/ln
Matt Corallo eb23c1e43b Rely on const generic big arrays for PartialEq in msgs
Implementation of standard traits on arrays longer than 32 elements
was shipped in rustc 1.47, which is below our MSRV of 1.48 and we
can use to remove some unnecessary manual implementation of
`PartialEq` on `OnionPacket`.
2023-11-14 00:40:30 +00:00
..
async_signer_tests.rs Added temporary_channel_id to create_channel. 2023-11-03 17:44:50 -07:00
blinded_payment_tests.rs BOLT12 invoice_feature methods for ChannelManager 2023-10-20 09:49:56 -05:00
chan_utils.rs Use sign_holder_htlc_transaction to sign non-anchors holder HTLCs 2023-10-20 15:32:13 -07:00
chanmon_update_fail_tests.rs Added temporary_channel_id to create_channel. 2023-11-03 17:44:50 -07:00
channel.rs Merge pull request #2708 from TheBlueMatt/2023-11-less-graph-memory-frag 2023-11-13 16:45:26 +00:00
channel_id.rs Add ChannelId pending change note; formatting 2023-08-28 07:20:23 +02:00
channelmanager.rs Merge pull request #2715 from valentinewallace/2023-11-skimmed-fees 2023-11-12 20:27:25 +00:00
features.rs Makes Features::from_be_bytes public 2023-10-05 15:27:13 -04:00
functional_test_utils.rs Added temporary_channel_id to create_channel. 2023-11-03 17:44:50 -07:00
functional_tests.rs Added temporary_channel_id to create_channel. 2023-11-03 17:44:50 -07:00
inbound_payment.rs Include PaymentId in payer metadata 2023-08-29 11:08:11 -05:00
mod.rs Merge pull request #2677 from Evanfeenstra/public-onion-utils 2023-11-07 04:41:03 +00:00
monitor_tests.rs Merge pull request #2667 from wpaulino/random-htlc-holder-sigs-non-anchors 2023-10-20 22:55:08 +00:00
msgs.rs Rely on const generic big arrays for PartialEq in msgs 2023-11-14 00:40:30 +00:00
onion_route_tests.rs Qualify BOLT11 ChannelManager invoice_features 2023-10-20 09:49:56 -05:00
onion_utils.rs Merge pull request #2677 from Evanfeenstra/public-onion-utils 2023-11-07 04:41:03 +00:00
outbound_payment.rs Apply a default max fee rather than none when paying for BOLT12 2023-10-20 18:09:09 +00:00
payment_tests.rs Added temporary_channel_id to create_channel. 2023-11-03 17:44:50 -07:00
peer_channel_encryptor.rs Avoid re-allocating to encrypt gossip messages when forwarding 2023-11-09 22:28:08 +00:00
peer_handler.rs Avoid re-allocating to encrypt gossip messages when forwarding 2023-11-09 22:28:08 +00:00
priv_short_conf_tests.rs Added temporary_channel_id to create_channel. 2023-11-03 17:44:50 -07:00
reload_tests.rs Added temporary_channel_id to create_channel. 2023-11-03 17:44:50 -07:00
reorg_tests.rs Test preimage claim after reorg of counterparty commitment 2023-09-29 09:58:38 -07:00
script.rs Avoid unnecessarily overriding serialized_length 2023-11-04 16:21:29 +00:00
shutdown_tests.rs Added temporary_channel_id to create_channel. 2023-11-03 17:44:50 -07:00
wire.rs Implement enqueue_message trait requirements on Message enum 2023-05-26 14:40:14 -07:00