Skip to content

Commit b580b23

Browse files
authored
Merge pull request #460 from ellemouton/litd-v0.8.5-alpha-no-accounts
multi: updates for release v0.8.5-alpha
2 parents bf11e17 + e336a9a commit b580b23

File tree

17 files changed

+1661
-46
lines changed

17 files changed

+1661
-46
lines changed

README.md

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

7777
| LiT | LND |
7878
|------------------|--------------|
79+
| **v0.8.5-alpha** | v0.15.4-beta |
80+
| **v0.8.4-alpha** | v0.15.1-beta |
7981
| **v0.8.3-alpha** | v0.15.1-beta |
8082
| **v0.8.2-alpha** | v0.15.1-beta |
8183
| **v0.8.1-alpha** | v0.15.1-beta |
@@ -129,6 +131,7 @@ The following table shows the supported combinations:
129131

130132
| LiT | LND | Loop | Faraday | Pool |
131133
|------------------|--------------|--------------|--------------|--------------|
134+
| **v0.8.5-alpha** | v0.15.5-beta | v0.20.2-beta | v0.2.9-alpha | v0.6.1-beta |
132135
| **v0.8.4-alpha** | v0.15.5-beta | v0.20.1-beta | v0.2.9-alpha | v0.5.8-alpha |
133136
| **v0.8.3-alpha** | v0.15.4-beta | v0.20.1-beta | v0.2.8-alpha | v0.5.8-alpha |
134137
| **v0.8.2-alpha** | v0.15.3-beta | v0.20.1-beta | v0.2.8-alpha | v0.5.8-alpha |

app/scripts/build-protos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const appPath = join(__dirname, '..');
1313
*/
1414
const LND_VERSION_PATTERN = /^\tgithub\.com\/lightningnetwork\/lnd (v[\d.]+-beta(?:\.rc\d)?)/ms;
1515
const LOOP_VERSION_PATTERN = /^\tgithub\.com\/lightninglabs\/loop (v[\d.]+-beta)/ms;
16-
const POOL_VERSION_PATTERN = /^\tgithub\.com\/lightninglabs\/pool (v[\d.]+-alpha)/ms;
16+
const POOL_VERSION_PATTERN = /^\tgithub\.com\/lightninglabs\/pool (v[\d.]+-beta)/ms;
1717

1818
/** mapping of proto files to the github url to download each from */
1919
const protoSources = async () => {

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

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