Carla Kirk-Cohen

Results 27 issues of Carla Kirk-Cohen

The routing dash added in #59 surfaces failure/success rates, channel utilization and resolution time for htlcs that lnd processes. One thing that's missing from this dash is htlc amounts, which...

In lightninglabs/loop/pull/445, I bumped the following dependencies by mistake: ``` google.golang.org/grpc v1.38.0 -> google.golang.org/grpc v1.42.0 google.golang.org/protobuf v1.26.0 -> google.golang.org/protobuf v1.27.1 ``` This caused all paywalled aperture apis to fail with...

At present, the node report output query provides BTC values quoted in millisatoshis. Multiple amount fields can be confusing, so rather than add more fields with our new units, we...

As is, the fiat package only uses CoinCap's API for price information. The package is designed to allow different price sources without affecting our price calculation logic. ### Steps to...

fiat

The newly added `HtlcEventStream` added to lnd's `routerrpc` provides new insight into a node's forwarding activity. This data is useful for a variety of applications - rate limiting for forwards,...

The on chain transactions required to fully resolve a channel on chain will be persisted by lightningnetwork/lnd/4157. However, this data will only be present for channels that are closed after...

accounting

There are many directions we could take the autoloop feature in. This issue outlines a few features that could be implemented in upcoming iterations. Please comment if a specific feature...

feature request

This PR is the third and final in the route blinding forwarding series, including: * Conversion of errors in a blinded route to `INVALID_ONION_BLINDING` * Itest coverage for error handling....

routing
blinded paths

This PR is the second in a series to add the ability for LND to forward payments to blinded routes. ⚠️ Lots of PR dependencies (do not fear the diff...

blinded paths

This PR is the first in a series to add the ability for LND to forward payments to blinded routes. It contains a collection of prep work to get the...

wire protocol
htlcswitch
blinded paths