Carsten Otto
Carsten Otto
The Google OR library only supports Linux/Windows/Mac on amd64. Furthermore, it's tricky to use (Classloader issues). Some other implementation might be more suitable. A rewrite of the algorithm might also...
Instead of the basic Dijkstra approach, it could be better to create routes that provide as much entropy as possible. If the flow information contains a very improbable edge, it...
**Is your feature request related to a problem? Please describe.** For any payment between nodes A and B the lightning network might contain channels that are very distant from both...
**Is your feature request related to a problem? Please describe.** The current implementation splits each channel into a few (by default: 5) parts in order to linearize the cost function....
**Describe the bug** The cost of a justice transaction sent out by a watchtower is not accounted for. **To Reproduce** Let watchtower handle breach. Example: Open Channel https://mempool.space/testnet/tx/a21a3c6999cf864281329385ab39bfa9021b4b511bfb29397090489f53369ee9 Breach: https://mempool.space/testnet/tx/620ccf3b1a3d42ca2570ad864827aadd3f1119b562a4482751bb7bac8e5554fb...
**Describe the bug** I created an invoice which was settled. I can't see the amount in the flow report for the channel that was used to receive the invoice. I...
## Change Description This updates the CLI dependency to v2 so that issues like #1523 can be tackled (see MR #6778). See https://cli.urfave.org/migrate-v1-to-v2/ ## Pull Request Checklist ### Testing -...
Note: depends on #6777 ## Change Description This changes the output of `lncli updatechanpolicy --help` from ``` --time_lock_delta value the CLTV delta that will be applied to all forwarded HTLCs...
### Background If my node is asked to forward N sats to peer X via channel C, lnd is free to pick any other channel it might have to peer...
Version 1.6.6 As you can see in the bytecode shown below, the return value `0` is stored in a local variable, then the `AutoCloseable.close()` method is invoked, and only then...