Alex Bosworth

Results 214 issues of Alex Bosworth

The method `subscribeToPastPayments` only shows settled payments, so `subscribeToPayments` would be showing payments that were currently going out as well This will be supported in LND 0.16.0 via https://github.com/lightningnetwork/lnd/pull/6335/files Method...

target confirmations is called `confirmation_target` but everywhere else the same concept is `target_confirmations` These should be consolidated

When calling `createChainAddress` currently the caller must specify which type of address to generate Instead of specifying a format, createChainAddress could select its own default value, such as `p2pwkh`

enhancement

For LND methods, an opaque LND object is passed to execute the actual request and return a response In addition to the gateway protocol LND and direct grpc LND, a...