Matt Corallo
Matt Corallo
We currently have one trait (`Readable`) for reading objects with two totally different semantics - objects may know when to stop reading cause they have length descriptors and some objects...
`ANCHOR_INPUT_WITNESS_WEIGHT` was too high by 2 (causing us to overpay fees by two weight units), and it was fixed in #3285 because a test required it. The HTLC constants are...
In general if a ChannelMonitor fails to persist we're screwed. Currently there's a bunch of code to let the user return failure but there's ultimately no way to handle many...
@jkczyz and @wvanlint pointed out that in df52da7b3149 we started applying the in-flight amounts as a part of the per-hop-per-amount penalty which can lead to us strongly avoiding channels that...
Finally getting around to reviewing the mining interface, and sadly its missing some critical features that a new mining protocol should have. Specifically, one of the key goals of replacing...
### Please describe the feature you'd like to see added. I want to call `submitpackage` and I don't want to have to check if I have more than one transaction...
It seems many line splitters out there have a 10x multiple, causing CT readings to be 10x too high. It would be nice to have a divide-by-1- option next to...
The current spec doesn't explicitly forbid various messages (eg HTLC add/remove) pre-funding_locked (or, at least, I dont see where it does but may be missing something) though clearly intends to....
It appears sometimes I receive an iMessage and BlueBubbles does not process it. Logs are pretty sparse at the time of one example this morning, saying only ``` 2024-10-11 08:03:39.579][debug]...
LDK defaults to applying max_in_flight less than the channel's total capacity for privacy reasons, however CLN applies the user-configured min channel amount to the max_in_flight, leading to user confusion (#4873...