Matt Corallo
Matt Corallo
We really should have a way to figure out full channel-closing cost which would need to happen via `ChannelMonitor`. It shouldn't be too wildly complicated - once we have 6...
Apparently websocket handshaking is a trivial protocol and then we continue normally, so we should just detect it on inbound connections and gracefully run over websocket. Will need to wrap...
You can't do this in the current API, but one thing we need to make sure to handle with dual-funded opens once the API supports it is detecting when a...
When hot-plugging monitor(s) `ipc_json_describe_workspace` can end up dereferencing a NULL ptr in `wlr_output->name`. Here we simply check that it is set. While this is probably a race and just checking...
For stateless payments, we often want to include information about an offer/invoice-request in the blinded path we return in an invoice so that we have the info after the sender...
Does syn provide an MSRV guarantee for a major/minor release? Sadly, it appears the latest patch version bumped the MSRV beyond rustc 1.63 (a somewhat-common MSRV still as its debian...
I assume this is a known issue so somewhere between a "bug" and a "feature request". If a request flood comes in which causes more than the available space on...