Skip to content

Commit

Permalink
Merge pull request #645 from lightninglabs/lnd-17-update
Browse files Browse the repository at this point in the history
multi: bump lnd to v0.17.0-beta
  • Loading branch information
guggero committed Oct 3, 2023
2 parents e663405 + d924cea commit 8d7c53b
Show file tree
Hide file tree
Showing 29 changed files with 1,782 additions and 1,500 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ versioning](#daemon-versions-packaged-with-lit).

| LiT | LND |
|-------------------|--------------|
| **v0.11.0-alpha** | v0.16.0-beta |
| **v0.10.5-alpha** | v0.16.0-beta |
| **v0.10.4-alpha** | v0.16.0-beta |
| **v0.10.2-alpha** | v0.16.0-beta |
Expand Down Expand Up @@ -120,9 +121,9 @@ a standalone process on the same or remote machine (called "lnd remote mode",
set by `lnd-mode=remote` config option)](doc/config-lnd-remote.md).

In addition to those main modes, the individual bundled daemons (Faraday, Loop
and Pool) can be toggled to be integrated or remote as well. This offers a
large number of possible configuration combinations, of which not all are
fully supported due to technical reasons.
and Pool) can be toggled to be integrated or remote as well, or as disabled.
This offers a large number of possible configuration combinations, of which not
all are fully supported due to technical reasons.

The following table shows the supported combinations:

Expand All @@ -136,12 +137,17 @@ The following table shows the supported combinations:
| `loop-mode=remote` | | X |
| `pool-mode=remote` | | X |
| `taprootassets-mode=remote` | | X |
| `faraday-mode=disable` | X | X |
| `loop-mode=disable` | X | X |
| `pool-mode=disable` | X | X |
| `taprootassets-mode=disable` | X | X |
| `lnd` running in "stateless init" mode | X | |

## Daemon Versions packaged with LiT

| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
|-------------------|--------------|--------------|---------------|--------------|----------------|
| **v0.11.0-alpha** | v0.17.0-beta | v0.26.3-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
| **v0.10.5-alpha** | v0.16.4-beta | v0.26.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
| **v0.10.4-alpha** | v0.16.4-beta | v0.25.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
| **v0.10.2-alpha** | v0.16.4-beta | v0.25.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.2-alpha |
Expand Down
1 change: 1 addition & 0 deletions accounts/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ func (s *InterceptorService) TrackPayment(id AccountID, hash lntypes.Hash,
if errors.Is(
err, channeldb.ErrPaymentNotInitiated,
) {

log.Debugf("Payment %v not initiated, "+
"stopping tracking", hash)

Expand Down
75 changes: 75 additions & 0 deletions app/src/types/generated/lnd_pb.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d7c53b

Please sign in to comment.