File tree 8 files changed +165
-124
lines changed 8 files changed +165
-124
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 33
33
### LND
34
34
35
35
* 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 ) .
38
38
39
39
### Loop
40
40
49
49
### Taproot Assets
50
50
51
51
* 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 ) .
54
54
55
55
# Contributors (Alphabetical Order)
56
56
Original file line number Diff line number Diff line change @@ -28,10 +28,8 @@ require (
28
28
github.com/lightninglabs/pool v0.6.5-beta.0.20241015105339-044cb451b5df
29
29
github.com/lightninglabs/pool/auctioneerrpc v1.1.2
30
30
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
35
33
github.com/lightningnetwork/lnd/cert v1.2.2
36
34
github.com/lightningnetwork/lnd/clock v1.1.1
37
35
github.com/lightningnetwork/lnd/fn v1.2.3
Original file line number Diff line number Diff line change @@ -1179,12 +1179,12 @@ github.com/lightninglabs/pool/poolrpc v1.0.0 h1:vvosrgNx9WXF4mcHGqLjZOW8wNM0q+BL
1179
1179
github.com/lightninglabs/pool/poolrpc v1.0.0 /go.mod h1:ZqpEpBFRMMBAerMmilEjh27tqauSXDwLaLR0O3jvmMA =
1180
1180
github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display h1:w7FM5LH9Z6CpKxl13mS48idsu6F+cEZf0lkyiV+Dq9g =
1181
1181
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 =
1184
1184
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb h1:yfM05S8DXKhuCBp5qSMZdtSwvJ+GFzl94KbXMNB1JDY =
1185
1185
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 =
1188
1188
github.com/lightningnetwork/lnd/cert v1.2.2 h1:71YK6hogeJtxSxw2teq3eGeuy4rHGKcFf0d0Uy4qBjI =
1189
1189
github.com/lightningnetwork/lnd/cert v1.2.2 /go.mod h1:jQmFn/Ez4zhDgq2hnYSw8r35bqGVxViXhX6Cd7HXM6U =
1190
1190
github.com/lightningnetwork/lnd/clock v1.1.1 h1:OfR3/zcJd2RhH0RU+zX/77c0ZiOnIMsDIBjgjWdZgA0 =
Original file line number Diff line number Diff line change @@ -4544,6 +4544,15 @@ message PolicyUpdateRequest {
4544
4544
// Optional inbound fee. If unset, the previously set value will be
4545
4545
// retained [EXPERIMENTAL].
4546
4546
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 ;
4547
4556
}
4548
4557
4549
4558
enum UpdateFailure {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
27
27
28
28
// appPreRelease MUST only contain characters from semanticAlphabet per
29
29
// the semantic versioning spec.
30
- appPreRelease = "alpha.rc2 "
30
+ appPreRelease = "alpha"
31
31
)
32
32
33
33
// Version returns the application version as a properly formed string per the
You can’t perform that action at this time.
0 commit comments