rust-lightning/lightning/src
Matt Corallo 9364154022 Require a non-0 number of non-empty paths when deserializing routes
When we read a `Route` (or a list of `RouteHop`s), we should never
have zero paths or zero `RouteHop`s in a path. As such, its fine to
simply reject these at deserialization-time. Technically this could
lead to something which we can generate not round-trip'ing
serialization, but that seems okay here.
2023-02-27 22:31:11 +00:00
..
chain Merge pull request #2043 from valentinewallace/2023-02-initial-send-path-fails 2023-02-27 18:10:27 +00:00
ln Require a non-0 number of non-empty paths when deserializing routes 2023-02-27 22:31:11 +00:00
offers Fix amount overflow in Invoice building 2023-02-23 18:25:50 -06:00
onion_message Add an inbound flag to the peer_connected message handlers 2023-02-21 22:00:42 +00:00
routing Require a non-0 number of non-empty paths when deserializing routes 2023-02-27 22:31:11 +00:00
sync Test if a given mutex is locked by the current thread in tests 2023-02-16 21:35:23 +00:00
util Merge pull request #2043 from valentinewallace/2023-02-initial-send-path-fails 2023-02-27 18:10:27 +00:00
lib.rs Make offers module public 2023-02-03 15:23:43 -06:00