rust-lightning/lightning/src/ln
Matt Corallo 095fca9293 Avoid ref to a Vec when accessing custom onion TLVs
The bindings can't easily return a reference to a `Vec`, so we
instead split the implementation into vec/slice depending on the
`c_bindings` flag.
2023-10-01 00:05:01 +00:00
..
blinded_payment_tests.rs Introduce RouteParameters::max_total_routing_fee_msat 2023-09-26 09:44:04 +02:00
chan_utils.rs Support signing to_remote anchors variant for StaticPaymentOutput 2023-09-29 13:46:59 -07:00
chanmon_update_fail_tests.rs Drop the ChannelMonitorUpdateStatus::PermanentFailure variant 2023-09-21 19:04:05 +00:00
channel.rs Merge pull request #2622 from wpaulino/funding-and-commitment-tx-confirm-same-block 2023-09-29 21:06:55 +00:00
channel_id.rs Add ChannelId pending change note; formatting 2023-08-28 07:20:23 +02:00
channelmanager.rs Merge pull request #2629 from jkczyz/2023-09-invreqfailed 2023-09-29 22:42:50 +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 Add anchors coverage to test_revoked_counterparty_htlc_tx_balances 2023-09-29 16:27:10 -07:00
functional_tests.rs Avoid early return upon confirmation of channel funding 2023-09-29 11:46:25 -07: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 wrong node broadcaster in test_yield_anchors_events 2023-09-29 16:28:22 -07:00
msgs.rs public make_onion_message static method on OnionMessenger 2023-09-20 13:42:35 -07:00
onion_route_tests.rs Merge pull request #2576 from valentinewallace/2023-09-fix-outbound-bp-fail-ev 2023-09-25 16:56:03 +00:00
onion_utils.rs Merge pull request #2576 from valentinewallace/2023-09-fix-outbound-bp-fail-ev 2023-09-25 16:56:03 +00:00
outbound_payment.rs Avoid ref to a Vec when accessing custom onion TLVs 2023-10-01 00:05:01 +00:00
payment_tests.rs Avoid ref to a Vec when accessing custom onion TLVs 2023-10-01 00:05:01 +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 Remove unused imports 2023-09-29 15:03:23 -07:00
reorg_tests.rs Test preimage claim after reorg of counterparty commitment 2023-09-29 09:58:38 -07:00
script.rs Use UserConfig to determine advertised InitFeatures by ChannelManager 2023-01-13 23:54:51 -08:00
shutdown_tests.rs Correct comment in shutdown_on_unfunded_channel 2023-09-26 16:37:40 +00:00
wire.rs Implement enqueue_message trait requirements on Message enum 2023-05-26 14:40:14 -07:00