rust-lightning/lightning/src
Wilmer Paulino 3c24a137b1
Don't consume readers with FixedLengthReader
We can't always assume that we're done reading after using a
FixedLengthReader. In some cases, we may need to read a set of
length-prefixed objects one at a time, and we'd like to do so without
incurring an additional allocation by reading a number of bytes first to
then deserialize them.
2024-03-27 14:27:55 -07:00
..
blinded_path Only write BlindedHopFeatures if any features are set. 2024-03-19 14:58:43 -04:00
chain Add HTLCsTimedOut closing reason 2024-03-19 18:57:15 -05:00
crypto Don't consume readers with FixedLengthReader 2024-03-27 14:27:55 -07:00
events Don't consume readers with FixedLengthReader 2024-03-27 14:27:55 -07:00
ln Merge pull request #2756 from arik-so/arik/trampoline/2023-11-outbound 2024-03-22 10:41:19 -04:00
offers Test failing pay_for_offer on an unsupported chain 2024-03-08 15:40:16 -06:00
onion_message Merge pull request #2951 from jkczyz/2024-03-fix-sender-is-intro-node 2024-03-20 14:35:35 +00:00
routing Merge pull request #2951 from jkczyz/2024-03-fix-sender-is-intro-node 2024-03-20 14:35:35 +00:00
sign Allow holder commitment and HTLC signature requests to fail 2024-02-07 15:44:23 -08:00
sync Use utility methods to construct HashMaps and HashSets 2024-02-02 18:04:51 +00:00
util Don't consume readers with FixedLengthReader 2024-03-27 14:27:55 -07:00
lib.rs Drop ahash dependency in favor of core's SipHasher 2024-02-16 20:34:41 +00:00