rust-lightning/fuzz/src
Matt Corallo d2c20ecc2d Pass InFlightHltcs to the scorer by ownership rather than ref
Given we build `InFlightHtlcs` per route-fetch call, there's no
reason to pass them out by reference rather than simply giving the
user the full object. This also allows them to tweak the in-flight
set before fetching a route.
2023-07-20 19:49:43 +00:00
..
bin Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
msg_targets Add & generate dual-funding message fuzzing 2023-05-05 11:40:53 +02:00
utils Pass monitor updates by reference, not owned 2023-01-15 23:53:21 +00:00
bech32_parse.rs Qualify the BOLT 12 parse error 2023-07-14 15:04:43 -05:00
chanmon_consistency.rs Pass InFlightHltcs to the scorer by ownership rather than ref 2023-07-20 19:49:43 +00:00
chanmon_deser.rs Split up generic parameters that used to comprise KeysInterface. 2023-01-12 16:10:35 -08:00
full_stack.rs Pass InFlightHltcs to the scorer by ownership rather than ref 2023-07-20 19:49:43 +00: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 Qualify the BOLT 12 semantic error 2023-07-14 15:04:43 -05:00
lib.rs Fuzz test for bech32 decoding 2023-02-23 18:25:49 -06:00
offer_deser.rs Qualify the BOLT 12 semantic error 2023-07-14 15:04:43 -05:00
onion_message.rs Fuzz test onion message replies 2023-06-13 13:07:48 -05:00
peer_crypt.rs Use NodeSigner::ecdh to compute SharedSecrets 2023-01-18 17:23:23 -08: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 Qualify the BOLT 12 semantic error 2023-07-14 15:04:43 -05:00
router.rs Add ChannelShutdownState to ChannelDetails 2023-07-06 10:51:35 +08:00
zbase32.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00