File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 37
37
caused memory leak for users running ` lnd ` with ` bitcoind.rpcpolling=1 `
38
38
mode.
39
39
40
+ * [ Fix] ( https://github.com/lightningnetwork/lnd/pull/8428 ) an issue for pruned
41
+ nodes where the chain sync got lost because fetching of already pruned blocks
42
+ from our peers was not garbage collected when the request failed.
43
+
44
+
40
45
41
46
# New Features
42
47
## Functional Enhancements
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/btcsuite/btcd/btcutil/psbt v1.1.8
11
11
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
12
12
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
13
- github.com/btcsuite/btcwallet v0.16.10-0.20240122184004-f1648e92097f
13
+ github.com/btcsuite/btcwallet v0.16.10-0.20240127010340-16b422a2e8bf
14
14
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2
15
15
github.com/btcsuite/btcwallet/wallet/txrules v1.2.0
16
16
github.com/btcsuite/btcwallet/walletdb v1.4.0
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0/go.mod h1:7SFka0XMvUgj3hfZtyd
95
95
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f h1:bAs4lUbRJpnnkd9VhRV3jjAVU7DJVjMaK+IsvSeZvFo =
96
96
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f /go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA =
97
97
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d /go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg =
98
- github.com/btcsuite/btcwallet v0.16.10-0.20240122184004-f1648e92097f h1:wtA3/5W+SAIQaWEuvnjMJqWEPjf2mWupXBB6KHbFKYA =
99
- github.com/btcsuite/btcwallet v0.16.10-0.20240122184004-f1648e92097f /go.mod h1:LzcW/LYkQLgDufv6Ouw4cOIW0YsY+A60MTtc61/OZTU =
98
+ github.com/btcsuite/btcwallet v0.16.10-0.20240127010340-16b422a2e8bf h1:eNjj5R0tKP48NQxDkuKr+C9frZsdzTAemEwu75ZDQg0 =
99
+ github.com/btcsuite/btcwallet v0.16.10-0.20240127010340-16b422a2e8bf /go.mod h1:LzcW/LYkQLgDufv6Ouw4cOIW0YsY+A60MTtc61/OZTU =
100
100
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2 h1:etuLgGEojecsDOYTII8rYiGHjGyV5xTqsXi+ZQ715UU =
101
101
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2 /go.mod h1:Zpk/LOb2sKqwP2lmHjaZT9AdaKsHPSbNLm2Uql5IQ/0 =
102
102
github.com/btcsuite/btcwallet/wallet/txrules v1.2.0 h1:BtEN5Empw62/RVnZ0VcJaVtVlBijnLlJY+dwjAye2Bg =
You can’t perform that action at this time.
0 commit comments