Elias Rohrer
Elias Rohrer
Squashed fixups without further changes: ```diff > git diff-tree -U2 258853aed e617a394e > ```
> Hello @TheBlueMatt, I'm looking into this but as I'm just getting started with the code base I lack a bit of information. > > My best guess is you...
FWIW, in LDK Node we use a "variable amount" naming pattern, but mention "zero-amount" in the docs as users might try to find the functionality by this (confusing) name.
> The proposed patch would break the general case - we'd generate blinded paths starting with a private node and give those out publicly (which most nodes wouldn't be able...
Still think we should find a solution here as I keep getting reports of BOLT12 early adopters that run into this while testing. (cc @jkczyz)
> Question is which peer if we have more than one? Yes, I also wonder if we expect this scenario to happen often in conjunction with QR code usage. That...
> I believe the intended serialization for all of this is `ToString`. We could implement a packed binary encoding like this, but ISTM `To/FromString` should generally suffice. Hmmm, but for...
> Is it desirable to parse the offer into all of its in-memory parts? Like, if you were listing most recent payments, showing the bech32 string might be more desirable,...
Rebased to resolve minor conflict.
Want to note that the same goes for node announcements, at least it would be very helpful if we'd take care of (re)broadcasting, especially after a channel has been opened....