bitromortac

Results 24 issues of bitromortac

### Background An issue came up in lndmon (https://github.com/lightninglabs/lndmon/issues/84), where a user could not start lndmon in `simnet` and the reason is an erroneous call to `ListAccounts` which errors with...

rpc

I'm testing mpp payments with Electrum and we want to enable splitting across multiple trampoline forwarders. Consider a splitting of (S: sender, R: receiver, T1: trampoline 1, T2: trampoline 2):...

- [ ] dynamic configuration leaks into the `LndNode` class which should be avoided - [ ] instead: create an object that only takes care about configuration and config initialization...

An async daemon is implemented called "lndmanaged", which performs continuous maintenance tasks. The daemon performs periodically recurring as well as continuous data collection tasks and therefore should be always on....

TLV onions are standard nowadays, they can be enabled via the BuildRoute RPC call. LND v0.14.3 will switch to them by default, nevertheless we should enable them (and handle errors...

Right now, when querying a closed channel id via the info command, the data is fetched from the graph. The channel, however gets pruned from the graph when closed. As...

Mission control tracks the failed and successful amounts for sending payments in LND. Liquidity hints are similar and we can partially populate them with the state of mission control. For...

these two views should show the number of ctx updates in order to judge which channels could be closed

successful and failed rebalancing attempts can be used to make further decisions: * show how much was rebalanced into/out in listchannels/listpeers views * successful forwardings can be used to determine...

A benchmark and testing environment is needed to judge the quality of internal pathfinding. * need a way to track payment success to test different weight functions for Dijkstra *...