Thanks so much for looking out, @valentinewallace and @jkczyz! Really appreciate it! ✨
For the [offers message flow](https://github.com/lightningdevkit/rust-lightning/pull/3412) refactor, the ch...
Thanks makes sense!
Building on that, I was thinking that if we go with **31 instead of 30**, we still keep the benefits of the extra padding block while also avoiding major extra padding for st...
Hi! Thanks so much for the pointer on TLV overhead.
Taking the extra 2 bytes per hop into account (from Type and Length bytes), I reran the analysis ([previous analysis](https://github.com/lig...
Hi!
So, I noticed that changing the serialized value for `old_field` ends up updating `new_field` during deserialization, which makes sense for backward compatibility.
That said, I was wonderin...
Makes sense!
I’ve added a "TODO" comment in the code in [pr2830.11](https://github.com/shaavan/rust-lightning/commits/pr2830.11) and updated the PR description accordingly.
Thanks so much for p...
Got it, makes sense! Fixed in [pr2830.11](https://github.com/shaavan/rust-lightning/commits/pr2830.11).
Thanks so much for the suggestion!
We can use the interface introduced in #3525 to assess...