Slyghtning
Slyghtning
CC @bjarnemagnussen, @saubyk, @positiveblue: This PR continues the work of PR https://github.com/lightningnetwork/lnd/pull/4029. I am pasting the previous PR description below to make adjustments. The original PR is related to https://github.com/lightningnetwork/lnd/pull/4024....
It might be nice to view the output of `lncli fwdinghistory` in a separate tab in addition to the live Routing tab. This would allow to display historic forwarding information....
It would come in handy to be able to search in the alias column. Maybe accessible via a shortcut(Key+F) the cursor would jump to the first match and would adjust...
This PR implements https://github.com/lightningnetwork/lnd/issues/7916 ### Overview In this PR we extend the implementation of the graph based`EstimateRouteFee` RPC with a payment probe based approach to obtain a more reliable routing...
Fixes https://github.com/lightningnetwork/lnd/issues/8362. In this PR we add a context deadline for the batch channel funding process. This gracefully ends the funding process if one or more of the batche's peers...
Fix typo: "any thing" -> "anything"
**Describe the error** In https://github.com/lnbook/lnbook/blob/develop/10_onion_routing.asciidoc#alice-selects-the-path the text describes 50200 sats being routed but the image shows 100200. **To Fix** Fix the graphic to show hop amounts 50200, 50100 and 50000.
Thank you for the thorough description of PTLCs in https://github.com/BlockstreamResearch/scriptless-scripts/blob/master/md/multi-hop-locks.md. My question is if the multi hop lock scheme would still work as intended if the partial signatures of the...