Skip to content

Commit 49308c3

Browse files
authored
Merge pull request #226 from lightninglabs/lnd-0.13
multi: bump lnd to version v0.13.0-beta.rc2
2 parents 5afe984 + b389c83 commit 49308c3

26 files changed

+32134
-19237
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ If you’d prefer to compile from source code please follow [these instructions]
6666

6767
## Compatibility
6868

69-
Lightning Terminal is backwards compatible with `lnd` back to version v0.11.1-beta
69+
Lightning Terminal is backwards compatible with `lnd` back to version v0.12.0-beta.
7070

7171
| LiT | LND |
7272
| ---------------- | ------------ |
73+
| **v0.4.2-alpha** | v0.12.0-beta |
7374
| **v0.4.1-alpha** | v0.11.1-beta |
7475
| **v0.4.0-alpha** | v0.11.1-beta |
7576
| **v0.3.4-alpha** | v0.11.1-beta |
@@ -83,6 +84,7 @@ Lightning Terminal is backwards compatible with `lnd` back to version v0.11.1-be
8384

8485
| LiT | LND | Loop | Faraday | Pool |
8586
| ---------------- | ------------ | ----------- | ------------ |---------------|
87+
| **v0.4.2-alpha** | v0.13.0-beta | v0.13.0-beta | v0.2.5-alpha | v0.5.0-alpha |
8688
| **v0.4.1-alpha** | v0.12.1-beta | v0.11.4-beta | v0.2.3-alpha | v0.4.4-alpha |
8789
| **v0.4.0-alpha** | v0.12.0-beta | v0.11.2-beta | v0.2.3-alpha | v0.4.3-alpha |
8890
| **v0.3.4-alpha** | v0.11.1-beta | v0.11.2-beta | v0.2.2-alpha | v0.3.4-alpha |

app/scripts/build-protos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const protoSources = async () => {
2121
const goModPath = join(appPath, '..', 'go.mod');
2222
const goModSource = (await fs.readFile(goModPath)).toString();
2323

24-
const lndVersion = goModSource.match(LND_VERSION_PATTERN);
24+
const lndVersion = ['', 'v0.13.0-beta.rc3']; // TODO revert: goModSource.match(LND_VERSION_PATTERN);
2525
if (!lndVersion || lndVersion.length !== 2) {
2626
throw new Error(`go.mod did not match pattern ${LND_VERSION_PATTERN}`);
2727
}

app/src/types/generated/auctioneerrpc/auctioneer_pb.d.ts

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