rust-lightning/lightning/src
Jeffrey Czyz e049e97993
Fuzz test for parsing InvoiceRequest
An invoice request is serialized as a TLV stream and encoded as bytes.
Add a fuzz test that parses the TLV stream and deserializes the
underlying InvoiceRequest. Then compare the original bytes with those
obtained by re-serializing the InvoiceRequest.
2023-02-23 18:24:41 -06:00
..
chain Merge pull request #1974 from danielgranhao/speed-up-secure-random-byte-gen 2023-01-26 23:13:06 +00:00
ln Merge pull request #1974 from danielgranhao/speed-up-secure-random-byte-gen 2023-01-26 23:13:06 +00:00
offers Fuzz test for parsing InvoiceRequest 2023-02-23 18:24:41 -06:00
onion_message Remove NodeSigner::get_node_secret 2023-01-18 17:23:25 -08:00
routing Fix RoutingFees::base_msat docs 2023-02-08 18:56:40 -06:00
sync Make debug_sync regex more robust 2023-01-10 06:48:04 +00:00
util Make offers module public 2023-02-03 15:23:43 -06:00
lib.rs Make offers module public 2023-02-03 15:23:43 -06:00