Elle

Results 36 issues of Elle

This is part of the [Gossip 1.75 epic](#8185). Depends on #8164 so _only the last 10 commits are new_ In this PR, we start threading the new interfaces throughout the...

gossip

Depends on #8044 This PR is part of the [Gossip 1.75 epic](https://github.com/lightningnetwork/lnd/pull/7961) It does the following: 1. Rename the existing `ChannelEdgeInfo`, `ChannelEdgePolicy` and `ChannelAuthProof` types to `ChannelEdgeInfo1`, `ChannelEdgePolicy1` and `ChannelAuthProof1`...

gossip

This issue will be used to track the progress of spec proposal and LND implementation of Gossip 1.75. ### Useful Links - Draft spec proposal: https://github.com/lightning/bolts/pull/1059 ## PRs - [x]...

enhancement
gossip

## Overview The initial version of the Lightning Network gossip protocol as defined in BOLT 7 was designed around P2WSH funding transactions. For these channels, the `channel_announcement` message is used...

Before #541, if Lit failed to connect to a remote LND instance, then Lit itself would also shutdown. If users are running Lit in a docker container, then this would...

enhancement

I've come across the following flake a few times: ``` litd_accounts_test.go:298: Error Trace: /Users/elle/LL/lightning-terminal/itest/litd_accounts_test.go:298 /Users/elle/LL/lightning-terminal/itest/litd_accounts_test.go:72 /Users/elle/LL/lightning-terminal/itest/litd_mode_remote_test.go:265 Error: Not equal: expected: 2990950 actual : 5974988 Test: TestLightningTerminal/test_mode_remote/without_UI_password/gRPC_super_macaroon_account_system_test ``` This will likely...

Dummy PR to see if new token can be used to close PRs

In https://github.com/lightninglabs/faraday/pull/152, the lnd version that faraday uses was bumped from v0.15.-0-beta to v0.15.4-beta. This then caused some of the faraday itests to break. Specifically: 1. The `closeChannel` method started...

Add a temporary mutex around the call to sqldb.NewTestSqliteDB in the TestInvoiceRegistry test to ensure that only a single thread can access it at a time. This is a temporary...

no-changelog

Tracking Issue: https://github.com/lightningnetwork/lnd/issues/6690 Depends on #8752 ## High level overview: This PR is the first in a set of 3 PRs that will implement route blinding receive logic in LND....

P2
invoices
blinded paths