Skip to content

Commit d0eaa3d

Browse files
authored
Merge pull request #1077 from lightninglabs/litd-v15-rc1
Prepare for release of v0.15.0-alpha.rc1
2 parents beab4e0 + 2c1f688 commit d0eaa3d

File tree

23 files changed

+310
-166
lines changed

23 files changed

+310
-166
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
# If you change this value, please change it in the following files as well:
2222
# /Dockerfile
2323
# /dev.Dockerfile
24-
GO_VERSION: 1.23.6
24+
GO_VERSION: 1.23.9
2525

2626
jobs:
2727
########################

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apk add --no-cache --update alpine-sdk \
3232

3333
# The first stage is already done and all static assets should now be generated
3434
# in the app/build sub directory.
35-
FROM golang:1.23.6-alpine@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 as golangbuilder
35+
FROM golang:1.23.9-alpine3.20@sha256:96917b18cf0bf6dc54f726696eb526fe6e6a1ab45e43d4a292aae11f3d503ffe as golangbuilder
3636

3737
# Instead of checking out from git again, we just copy the whole working
3838
# directory of the previous stage that includes the generated static assets.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PUBLIC_URL :=
2222
# GO_VERSION is the Go version used for the release build, docker files, and
2323
# GitHub Actions. This is the reference version for the project. All other Go
2424
# versions are checked against this version.
25-
GO_VERSION = 1.23.6
25+
GO_VERSION = 1.23.9
2626

2727
# LITD_COMPAT_VERSIONS is a space-separated list of litd versions that are
2828
# installed before running the integration tests which include backward

README.md

Lines changed: 112 additions & 110 deletions
Large diffs are not rendered by default.

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

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

app/src/types/generated/loop_pb.js

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

autopilotserverrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lightninglabs/lightning-terminal/autopilotserverrpc
22

3-
go 1.23.6
3+
go 1.23.9
44

55
require (
66
google.golang.org/grpc v1.56.3

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN cd /go/src/github.com/lightninglabs/lightning-terminal/app \
2020

2121
# The first stage is already done and all static assets should now be generated
2222
# in the app/build sub directory.
23-
FROM golang:1.23.6-alpine@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 as golangbuilder
23+
FROM golang:1.23.9-alpine3.20@sha256:96917b18cf0bf6dc54f726696eb526fe6e6a1ab45e43d4a292aae11f3d503ffe as golangbuilder
2424

2525
# Instead of checking out from git again, we just copy the whole working
2626
# directory of the previous stage that includes the generated static assets.

docs/release-notes/release-notes-0.14.2.md renamed to docs/release-notes/release-notes-0.15.0.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
### LND
7676

7777
* Updated [`lnd` to
78-
`v0.19.0-beta.rc2`](https://github.com/lightninglabs/lightning-terminal/pull/987).
78+
`v0.19.0-beta`](https://github.com/lightninglabs/lightning-terminal/pull/1077).
7979

8080
### Loop
8181

8282
* Updated [Loop to
83-
`v0.30.0-beta`](https://github.com/lightninglabs/lightning-terminal/pull/987).
83+
`v0.31.1-beta`](https://github.com/lightninglabs/lightning-terminal/pull/1077).
8484

8585
### Pool
8686

@@ -89,7 +89,7 @@
8989
### Taproot Assets
9090

9191
* Updated [`tapd` to
92-
`v0.5.2`](https://github.com/lightninglabs/lightning-terminal/pull/987).
92+
`v0.6.0-rc2`](https://github.com/lightninglabs/lightning-terminal/pull/1077).
9393
* All Taproot Asset Channel related commands (`litcli ln ...`) can now [use
9494
a new `--group_key` flag to interact with grouped asset
9595
channels](https://github.com/lightninglabs/lightning-terminal/pull/1052).
@@ -99,4 +99,8 @@
9999
# Contributors (Alphabetical Order)
100100

101101
* Elle Mouton
102+
* ffranr
103+
* George Tsagkarelis
104+
* Oliver Gugger
102105
* Viktor
106+
* ZZiigguurraatt

go.mod

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ require (
2222
github.com/lightninglabs/lightning-terminal/autopilotserverrpc v0.0.2
2323
github.com/lightninglabs/lightning-terminal/litrpc v1.0.1
2424
github.com/lightninglabs/lightning-terminal/perms v1.0.0
25-
github.com/lightninglabs/lndclient v0.19.0-4
26-
github.com/lightninglabs/loop v0.31.0-beta.0.20250502080242-8ef7584f9f56
25+
github.com/lightninglabs/lndclient v0.19.0-5
26+
github.com/lightninglabs/loop v0.31.1-beta
2727
github.com/lightninglabs/loop/looprpc v1.0.7
2828
github.com/lightninglabs/loop/swapserverrpc v1.0.14
2929
github.com/lightninglabs/pool v0.6.5-beta.0.20250305125211-4e860ec4e77f
3030
github.com/lightninglabs/pool/auctioneerrpc v1.1.3-0.20250305125211-4e860ec4e77f
31-
github.com/lightninglabs/pool/poolrpc v1.0.1-0.20250305125211-4e860ec4e77f
32-
github.com/lightninglabs/taproot-assets v0.6.0-rc1.0.20250520102102-f6baa2c6f739
33-
github.com/lightninglabs/taproot-assets/taprpc v1.0.3
34-
github.com/lightningnetwork/lnd v0.19.0-beta.rc3
31+
github.com/lightninglabs/pool/poolrpc v1.0.1
32+
github.com/lightninglabs/taproot-assets v0.6.0-rc2
33+
github.com/lightninglabs/taproot-assets/taprpc v1.0.4
34+
github.com/lightningnetwork/lnd v0.19.0-beta.rc5
3535
github.com/lightningnetwork/lnd/cert v1.2.2
3636
github.com/lightningnetwork/lnd/clock v1.1.1
3737
github.com/lightningnetwork/lnd/fn v1.2.3
3838
github.com/lightningnetwork/lnd/fn/v2 v2.0.8
3939
github.com/lightningnetwork/lnd/kvdb v1.4.16
4040
github.com/lightningnetwork/lnd/sqldb v1.0.9
41-
github.com/lightningnetwork/lnd/tlv v1.3.0
41+
github.com/lightningnetwork/lnd/tlv v1.3.1
4242
github.com/lightningnetwork/lnd/tor v1.1.6
4343
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
4444
github.com/mwitkow/grpc-proxy v0.0.0-20230212185441-f345521cb9c9
@@ -245,4 +245,6 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
245245
// automatically, so we need to add it manually.
246246
replace github.com/golang-migrate/migrate/v4 => github.com/lightninglabs/migrate/v4 v4.18.2-9023d66a-fork-pr-2
247247

248-
go 1.23.6
248+
replace github.com/lightningnetwork/lnd => github.com/lightningnetwork/lnd v0.19.0-beta
249+
250+
go 1.23.9

0 commit comments

Comments
 (0)