Skip to content

Commit f73b43a

Browse files
authored
Merge pull request #848 from lightninglabs/update-to-lnd-18-4
Prepare for custom channels (lnd v0.18.4-beta)
2 parents 601db23 + f16893d commit f73b43a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+20158
-6348
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ in remote mode (meaning that `lnd-mode=remote` is set). It shows the
7878

7979
| LiT | LND |
8080
|-------------------|--------------|
81+
| **v0.14.0-alpha** | v0.18.4-beta |
8182
| **v0.13.6-alpha** | v0.17.1-beta |
8283
| **v0.13.5-alpha** | v0.17.1-beta |
8384
| **v0.13.4-alpha** | v0.17.1-beta |
@@ -158,10 +159,16 @@ The following table shows the supported combinations:
158159
| `taproot-assets-mode=disable` | X | X |
159160
| `lnd` running in "stateless init" mode | X | |
160161

162+
NOTE: Taproot Assets **Channel** functionality is only available when both `lnd`
163+
and `tapd` are running in the same process (by setting both
164+
`lnd-mode=integrated` and `taproot-assets-mode=integrated`). Remote mode support
165+
will be added in the future.
166+
161167
## Daemon Versions packaged with LiT
162168

163169
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
164170
|-------------------|--------------|--------------|---------------|--------------|----------------|
171+
| **v0.14.0-alpha** | v0.18.4-beta | v0.29.0-beta | v0.2.13-alpha | v0.6.5-beta | v0.5.0-alpha |
165172
| **v0.13.6-alpha** | v0.18.3-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
166173
| **v0.13.5-alpha** | v0.18.3-beta | v0.28.8-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
167174
| **v0.13.4-alpha** | v0.18.3-beta | v0.28.7-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |

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

Lines changed: 92 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)