Skip to content

Commit 8d7c53b

Browse files
authored
Merge pull request #645 from lightninglabs/lnd-17-update
multi: bump lnd to v0.17.0-beta
2 parents e663405 + d924cea commit 8d7c53b

29 files changed

+1782
-1500
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ versioning](#daemon-versions-packaged-with-lit).
7676

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

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

127128
The following table shows the supported combinations:
128129

@@ -136,12 +137,17 @@ The following table shows the supported combinations:
136137
| `loop-mode=remote` | | X |
137138
| `pool-mode=remote` | | X |
138139
| `taprootassets-mode=remote` | | X |
140+
| `faraday-mode=disable` | X | X |
141+
| `loop-mode=disable` | X | X |
142+
| `pool-mode=disable` | X | X |
143+
| `taprootassets-mode=disable` | X | X |
139144
| `lnd` running in "stateless init" mode | X | |
140145

141146
## Daemon Versions packaged with LiT
142147

143148
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
144149
|-------------------|--------------|--------------|---------------|--------------|----------------|
150+
| **v0.11.0-alpha** | v0.17.0-beta | v0.26.3-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
145151
| **v0.10.5-alpha** | v0.16.4-beta | v0.26.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
146152
| **v0.10.4-alpha** | v0.16.4-beta | v0.25.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.3-alpha |
147153
| **v0.10.2-alpha** | v0.16.4-beta | v0.25.2-beta | v0.2.11-alpha | v0.6.4-beta | v0.2.2-alpha |

accounts/service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ func (s *InterceptorService) TrackPayment(id AccountID, hash lntypes.Hash,
663663
if errors.Is(
664664
err, channeldb.ErrPaymentNotInitiated,
665665
) {
666+
666667
log.Debugf("Payment %v not initiated, "+
667668
"stopping tracking", hash)
668669

app/src/types/generated/lnd_pb.d.ts

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)