@@ -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",
120121set by ` lnd-mode=remote ` config option)] ( doc/config-lnd-remote.md ) .
121122
122123In 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
127128The 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 |
0 commit comments