Skip to content

Commit d56ba68

Browse files
authored
Merge pull request #975 from lightninglabs/0-14-1-final
release: v0.14.1-alpha final
2 parents 54fe5ef + e3bad45 commit d56ba68

File tree

8 files changed

+165
-124
lines changed

8 files changed

+165
-124
lines changed

README.md

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

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

Lines changed: 4 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/lnd_pb.js

Lines changed: 31 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/release-notes/release-notes-0.14.1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
### LND
3434

3535
* The integrated `lnd` instance was
36-
[updated](https://github.com/lightninglabs/lightning-terminal/pull/959) to
37-
[`v0.18.5-beta.rc1`](https://github.com/lightningnetwork/lnd/pull/9460).
36+
[updated](https://github.com/lightninglabs/lightning-terminal/pull/975) to
37+
[`v0.18.5-beta`](https://github.com/lightningnetwork/lnd/releases/tag/v0.18.5-beta).
3838

3939
### Loop
4040

@@ -49,8 +49,8 @@
4949
### Taproot Assets
5050

5151
* The integrated `tapd` instance was
52-
[updated](https://github.com/lightninglabs/lightning-terminal/pull/959) to
53-
[`v0.5.1-alpha.rc3`](https://github.com/lightninglabs/taproot-assets/releases/tag/v0.5.1-rc3).
52+
[updated](https://github.com/lightninglabs/lightning-terminal/pull/975) to
53+
[`v0.5.1-alpha`](https://github.com/lightninglabs/taproot-assets/releases/tag/v0.5.1).
5454

5555
# Contributors (Alphabetical Order)
5656

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ require (
2828
github.com/lightninglabs/pool v0.6.5-beta.0.20241015105339-044cb451b5df
2929
github.com/lightninglabs/pool/auctioneerrpc v1.1.2
3030
github.com/lightninglabs/pool/poolrpc v1.0.0
31-
github.com/lightninglabs/taproot-assets v0.5.1-rc3
32-
// TODO(guggero): Update to v0.18.5-beta.rc1 as soon as the release is
33-
// tagged.
34-
github.com/lightningnetwork/lnd v0.18.4-beta.rc2.0.20250130074910-e25f8fcc817c
31+
github.com/lightninglabs/taproot-assets v0.5.1
32+
github.com/lightningnetwork/lnd v0.18.5-beta
3533
github.com/lightningnetwork/lnd/cert v1.2.2
3634
github.com/lightningnetwork/lnd/clock v1.1.1
3735
github.com/lightningnetwork/lnd/fn v1.2.3

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,12 +1179,12 @@ github.com/lightninglabs/pool/poolrpc v1.0.0 h1:vvosrgNx9WXF4mcHGqLjZOW8wNM0q+BL
11791179
github.com/lightninglabs/pool/poolrpc v1.0.0/go.mod h1:ZqpEpBFRMMBAerMmilEjh27tqauSXDwLaLR0O3jvmMA=
11801180
github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display h1:w7FM5LH9Z6CpKxl13mS48idsu6F+cEZf0lkyiV+Dq9g=
11811181
github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
1182-
github.com/lightninglabs/taproot-assets v0.5.1-rc3 h1:LWyI5hhQsNJeagl9xSGUpzVibbQkRHYVN+R80HR0p+0=
1183-
github.com/lightninglabs/taproot-assets v0.5.1-rc3/go.mod h1:W/R7DYNT8su4SkmHfea1sASR6o4t+Ztfu7wF/Gzdtnw=
1182+
github.com/lightninglabs/taproot-assets v0.5.1 h1:TBE887fUDWAp5sn9X9A95BGdD33tmlvYeNeFq+nJhyY=
1183+
github.com/lightninglabs/taproot-assets v0.5.1/go.mod h1:W/R7DYNT8su4SkmHfea1sASR6o4t+Ztfu7wF/Gzdtnw=
11841184
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb h1:yfM05S8DXKhuCBp5qSMZdtSwvJ+GFzl94KbXMNB1JDY=
11851185
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb/go.mod h1:c0kvRShutpj3l6B9WtTsNTBUtjSmjZXbJd9ZBRQOSKI=
1186-
github.com/lightningnetwork/lnd v0.18.4-beta.rc2.0.20250130074910-e25f8fcc817c h1:GjmabPvyRkovBBEsQsdY3ek+xXB3/VViJwi9LX+Z+yw=
1187-
github.com/lightningnetwork/lnd v0.18.4-beta.rc2.0.20250130074910-e25f8fcc817c/go.mod h1:17SzWSGhz2V/Ry3hpMV1mHCUgTAG+O4dzH9KX5bDjI4=
1186+
github.com/lightningnetwork/lnd v0.18.5-beta h1:N+Ch1yUQ1WfbDzKPzEmxkh09BWwuADpUPAMVLf1I+W8=
1187+
github.com/lightningnetwork/lnd v0.18.5-beta/go.mod h1:RHhQWONtIMdXeveMjh2CHmvbsJTOplZTmRR1dUBv8/E=
11881188
github.com/lightningnetwork/lnd/cert v1.2.2 h1:71YK6hogeJtxSxw2teq3eGeuy4rHGKcFf0d0Uy4qBjI=
11891189
github.com/lightningnetwork/lnd/cert v1.2.2/go.mod h1:jQmFn/Ez4zhDgq2hnYSw8r35bqGVxViXhX6Cd7HXM6U=
11901190
github.com/lightningnetwork/lnd/clock v1.1.1 h1:OfR3/zcJd2RhH0RU+zX/77c0ZiOnIMsDIBjgjWdZgA0=

proto/lnd.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4544,6 +4544,15 @@ message PolicyUpdateRequest {
45444544
// Optional inbound fee. If unset, the previously set value will be
45454545
// retained [EXPERIMENTAL].
45464546
InboundFee inbound_fee = 10;
4547+
4548+
// Under unknown circumstances a channel can exist with a missing edge in
4549+
// the graph database. This can cause an 'edge not found' error when calling
4550+
// `getchaninfo` and/or cause the default channel policy to be used during
4551+
// forwards. Setting this flag will recreate the edge if not found, allowing
4552+
// updating this channel policy and fixing the missing edge problem for this
4553+
// channel permanently. For fields not set in this command, the default
4554+
// policy will be created.
4555+
bool create_missing_edge = 11;
45474556
}
45484557

45494558
enum UpdateFailure {

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727

2828
// appPreRelease MUST only contain characters from semanticAlphabet per
2929
// the semantic versioning spec.
30-
appPreRelease = "alpha.rc2"
30+
appPreRelease = "alpha"
3131
)
3232

3333
// Version returns the application version as a properly formed string per the

0 commit comments

Comments
 (0)