rust-lightning/lightning/src/ln
Matt Corallo 1b29a55e17 Unset the optional bit for a feature when setting the required bit
There is no reason to set both, and this currently makes testing
the new BOLT invoice tests slightly harder, so we just unset it.
2023-04-19 02:57:19 +00:00
..
chan_utils.rs Merge pull request #2101 from TheBlueMatt/2023-03-one-less-sig 2023-04-06 18:07:55 +00:00
chanmon_update_fail_tests.rs Merge pull request #2148 from TheBlueMatt/2023-04-claim-from-closed 2023-04-07 16:17:25 +00:00
channel.rs Merge pull request #2139 from TheBlueMatt/2023-03-metadata-prefactors 2023-04-07 16:14:30 +00:00
channelmanager.rs Merge pull request #2148 from TheBlueMatt/2023-04-claim-from-closed 2023-04-07 16:17:25 +00:00
features.rs Unset the optional bit for a feature when setting the required bit 2023-04-19 02:57:19 +00:00
functional_test_utils.rs Merge pull request #2148 from TheBlueMatt/2023-04-claim-from-closed 2023-04-07 16:17:25 +00:00
functional_tests.rs Merge pull request #2148 from TheBlueMatt/2023-04-claim-from-closed 2023-04-07 16:17:25 +00:00
inbound_payment.rs Add new payment type and metadata bytes 2023-01-24 21:01:27 +02:00
mod.rs Replacing (C-not exported) in the docs 2023-03-22 14:30:36 +03:00
monitor_tests.rs Replace PaymentSecret with RecipientOnionFields in the pub API 2023-04-05 16:28:14 +00:00
msgs.rs Update the RevokeAndACK message for Taproot support. 2023-04-03 13:17:12 -07:00
onion_route_tests.rs Pipe the new RecipientOnionFields through send pipeline 2023-04-05 16:28:14 +00:00
onion_utils.rs Pipe the new RecipientOnionFields through send pipeline 2023-04-05 16:28:14 +00:00
outbound_payment.rs Pipe the new RecipientOnionFields through send pipeline 2023-04-05 16:28:14 +00:00
payment_tests.rs Fix silent merge conflict between new test and payment refactor 2023-04-07 16:30:25 +00:00
peer_channel_encryptor.rs Use NodeSigner::ecdh to compute SharedSecrets 2023-01-18 17:23:23 -08:00
peer_handler.rs Merge pull request #2083 from wpaulino/events-module 2023-03-28 16:37:55 +00:00
priv_short_conf_tests.rs Replace PaymentSecret with RecipientOnionFields in the pub API 2023-04-05 16:28:14 +00:00
reload_tests.rs Replace PaymentSecret with RecipientOnionFields in the pub API 2023-04-05 16:28:14 +00:00
reorg_tests.rs Merge pull request #2059 from wpaulino/broadcast-missing-anchors-event 2023-03-29 21:54:58 +00:00
script.rs Use UserConfig to determine advertised InitFeatures by ChannelManager 2023-01-13 23:54:51 -08:00
shutdown_tests.rs Replace PaymentSecret with RecipientOnionFields in the pub API 2023-04-05 16:28:14 +00:00
wire.rs Docs improvements 2023-03-21 14:11:13 +00:00