rust-lightning/fuzz/src
Duncan Dean cf2c27800a
Remove Outpoint::to_channel_id method
To avoid confusion and for accuracy going forward, we remove this method
as it is inconsistent with channel IDs generated during V2 channel
establishment. If one wants to create a V1, funding outpoint-based
channel ID, then `ChannelId::v1_from_funding_outpoint` should be used
instead.

A large portion of the library has always made the assumption that having
the funding outpoint will always allow us to generate the channel ID.
This will not be the case anymore and we need to pass the channel ID along
where appropriate. All channels that could have been persisted up to this
point could only have used V1 establishment, so if some structures don't
store a channel ID for them they can safely fall back to the funding
outpoint-based version.
2024-01-30 12:30:26 +02:00
..
bin Add Splicing (and Quiescence) wire message definitions 2023-11-07 12:13:58 +01:00
msg_targets Add Splicing (and Quiescence) wire message definitions 2023-11-07 12:13:58 +01:00
utils Pass Record by value to Logger 2023-12-01 11:30:19 -06:00
base32.rs Add RFC4648 base32 encode and decode functions 2023-09-06 15:07:25 +03:00
bech32_parse.rs Qualify the BOLT 12 parse error 2023-07-14 15:04:43 -05:00
chanmon_consistency.rs Remove Outpoint::to_channel_id method 2024-01-30 12:30:26 +02:00
chanmon_deser.rs Rename EnforcingSigner to TestChannelSigner 2023-08-28 09:48:35 -07:00
fromstr_to_netaddress.rs Rename SocketAddress from NetAddress 2023-09-08 20:42:06 +08:00
full_stack.rs Remove Outpoint::to_channel_id method 2024-01-30 12:30:26 +02:00
indexedmap.rs Replace BTreeSet in IndexedMap with sorted Vec 2023-02-19 22:22:11 -06:00
invoice_deser.rs Qualify the BOLT 12 invoice type 2023-07-14 15:04:43 -05:00
invoice_request_deser.rs TaggedHash for BOLT 12 signing function 2023-08-21 19:14:27 -05:00
lib.rs Implement from_str trait for NetAddress 2023-09-06 19:25:30 +03:00
offer_deser.rs TaggedHash for BOLT 12 signing function 2023-08-21 19:14:27 -05:00
onion_hop_data.rs Pass in update add blinding point on onion decode 2023-12-08 14:33:40 -05:00
onion_message.rs Expose onion_message items directly rather than via re-exports 2024-01-10 23:50:34 +00:00
peer_crypt.rs Avoid re-allocating to encrypt gossip messages when forwarding 2023-11-09 22:28:08 +00:00
process_network_graph.rs Add some basic logging to Rapid Gossip Sync processing 2023-02-28 17:56:16 +00:00
refund_deser.rs TaggedHash for BOLT 12 signing function 2023-08-21 19:14:27 -05:00
router.rs Use ChainHash instead of BlockHash as applicable 2023-10-16 13:29:53 -05:00
zbase32.rs Move zbase32 implementation to base32 file 2023-09-06 15:07:25 +03:00