Skip to content

Commit 756a0ab

Browse files
authored
Merge pull request #5463 from Roasbeef/v0.13.1-rc1-branch-prep
lnd: v0.13.1 rc1 branch prep
2 parents 2a59c43 + f67d4d3 commit 756a0ab

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

docs/release-notes/release-notes-0.13.1.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Scripts received as part of an upfront shutdown script [are now properly
66
sanitized](https://github.com/lightningnetwork/lnd/pull/5369) to ensure
77
widespread relay of potential cooperative channel closures.
88

9+
## Wallet Unlocking
10+
11+
[A new flag has been added](https://github.com/lightningnetwork/lnd/pull/5457)
12+
to permit users to set the new password file config while at the same time,
13+
allowing `lnd` to start up and accept new wallet initialization/creation via the
14+
RPC interface. The new wallet-unlock-allow-create option instructs lnd to not
15+
fail if no wallet exists yet but instead spin up its unlocker RPC as it would
16+
without the wallet-unlock-password-file being present. This is not recommended
17+
for auto-provisioned or high-security systems because the wallet creation RPC
18+
is unauthenticated and an attacker could inject a seed while lnd is in that
19+
state.
20+
921
## RPC Server
1022

1123
[The `Shutdown` command will now return an
@@ -19,6 +31,11 @@ New clients connecting/disconnecting to the transaction subscription stream
1931
set](https://github.com/lightningnetwork/lnd/pull/5200) for the `SendCoins` RPC
2032
call.
2133

34+
[The `abandonchannel` RPC call can now be used without the `dev` build
35+
tag](https://github.com/lightningnetwork/lnd/pull/5335). A new flag
36+
`--i_know_what_i_am_doing` must be specified when using the call without the
37+
`dev` build tag active.
38+
2239
## Integration Test Improvements
2340

2441
[A bug has been fixed in the `testChannelForceClosure`
@@ -38,6 +55,7 @@ default](https://github.com/lightningnetwork/lnd/pull/5399) for all routine
3855
builds.
3956

4057
## Deadline Aware in Anchor Sweeping
58+
4159
Anchor sweeping is now [deadline
4260
aware](https://github.com/lightningnetwork/lnd/pull/5148). Previously, all
4361
anchor sweepings use a default conf target of 6, which is likely to cause
@@ -56,4 +74,46 @@ reverted](https://github.com/lightningnetwork/lnd/pull/5404) as it
5674
introduced a regression that would cause payment failure due to mismatching
5775
heights.
5876

77+
[A bug has been fixed that would previously cause any HTLCs settled using the
78+
`HltcInteceptor` API calls to always be re-forwarded on start
79+
up](https://github.com/lightningnetwork/lnd/pull/5280).
80+
81+
[A bug has been fixed in the parameter parsing for the `lncli` PSBT funding
82+
call](https://github.com/lightningnetwork/lnd/pull/5441). Prior to this bug
83+
fix, the sat/vb param was ignored due to a default value for `conf_target`.
84+
85+
[A bug has been fixed that would prevent nodes that had anchor channels opening
86+
from accepting any new inbound "legacy"
87+
channels](https://github.com/lightningnetwork/lnd/pull/5428).
88+
89+
[A bug has been fixed cause an `lncli` command to fail with on opaque error
90+
when the referenced TLS cert file doesn't
91+
exist](https://github.com/lightningnetwork/lnd/pull/5416).
92+
93+
[When `lnd` receives an HTLC failure message sourced from a private channel,
94+
we'll now properly apply the update to the internal hop hints using during path
95+
finding](https://github.com/lightningnetwork/lnd/pull/5332).
96+
97+
[A regression has been fixed that caused `keysend` payments on the "legacy" RPC
98+
server to fail due to newly added AMP
99+
logic](https://github.com/lightningnetwork/lnd/pull/5419).
100+
101+
59102
# Contributors (Alphabetical Order)
103+
104+
bluetegu
105+
Bjarne Magnussen
106+
Carla Kirk-Cohen
107+
Carsten Otto
108+
ErikEk
109+
Eugene Seigel
110+
de6df1re
111+
Joost Jager
112+
Juan Pablo Civile
113+
Linus Curiel Xanon
114+
Olaoluwa Osuntokun
115+
Oliver Gugger
116+
Randy McMillan
117+
Vincent Woo
118+
Wilmer Paulino
119+
Yong Yu

lntest/itest/log_error_whitelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,4 @@
284284
<time> [ERR] INVC: SettleHodlInvoice with preimage <hex>: invoice already canceled
285285
<time> [ERR] RPCS: [/invoicesrpc.Invoices/SettleInvoice]: invoice already canceled
286286
<time> [ERR] HSWC: ChannelLink(<chan>): outgoing htlc(<hex>) has insufficient fee: expected 33000, got 1020
287+
<time> [ERR] RPCS: [/lnrpc.Lightning/CloseChannel]: rpc error: code = Canceled desc = context canceled

0 commit comments

Comments
 (0)