File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2525 messages simultaneously. The fix ensures only a single goroutine processes the
2626 backlog at any given time using an atomic flag.
2727
28+ - [ Fix] ( https://github.com/lightningnetwork/lnd/pull/10107 ) a bug where child
29+ logger's derived via ` WithPrefix ` did not inherit change log level changes
30+ from their parent loggers.
31+
2832# New Features
2933
3034## Functional Enhancements
6771
6872# Contributors (Alphabetical Order)
6973
74+ * Elle Mouton
7075* Olaoluwa Osuntokun
7176* Yong Yu
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/btcsuite/btcd/btcutil/psbt v1.1.8
1111 github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
1212 github.com/btcsuite/btclog v0.0.0-20241003133417-09c4e92e319c
13- github.com/btcsuite/btclog/v2 v2.0.1-0.20250602222548-9967d19bb084
13+ github.com/btcsuite/btclog/v2 v2.0.1-0.20250728225537-6090e87c6c5b
1414 github.com/btcsuite/btcwallet v0.16.14
1515 github.com/btcsuite/btcwallet/wallet/txauthor v1.3.5
1616 github.com/btcsuite/btcwallet/wallet/txrules v1.2.2
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0/go.mod h1:7SFka0XMvUgj3hfZtyd
5959github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f /go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA =
6060github.com/btcsuite/btclog v0.0.0-20241003133417-09c4e92e319c h1:4HxD1lBUGUddhzgaNgrCPsFWd7cGYNpeFUgd9ZIgyM0 =
6161github.com/btcsuite/btclog v0.0.0-20241003133417-09c4e92e319c /go.mod h1:w7xnGOhwT3lmrS4H3b/D1XAXxvh+tbhUm8xeHN2y3TQ =
62- github.com/btcsuite/btclog/v2 v2.0.1-0.20250602222548-9967d19bb084 h1:y3bvkt8ki0KX35eUEU8XShRHusz1S+55QwXUTmxn888 =
63- github.com/btcsuite/btclog/v2 v2.0.1-0.20250602222548-9967d19bb084 /go.mod h1:XItGUfVOxotJL8kkuk2Hj3EVow5KCugXl3wWfQ6K0AE =
62+ github.com/btcsuite/btclog/v2 v2.0.1-0.20250728225537-6090e87c6c5b h1:MQ+Q6sDy37V1wP1Yu79A5KqJutolqUGwA99UZWQDWZM =
63+ github.com/btcsuite/btclog/v2 v2.0.1-0.20250728225537-6090e87c6c5b /go.mod h1:XItGUfVOxotJL8kkuk2Hj3EVow5KCugXl3wWfQ6K0AE =
6464github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d /go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg =
6565github.com/btcsuite/btcwallet v0.16.14 h1:CofysgmI1ednkLsXontAdBoXJkbiim7unXnFKhLLjnE =
6666github.com/btcsuite/btcwallet v0.16.14 /go.mod h1:H6dfoZcWPonM2wbVsR2ZBY0PKNZKdQyLAmnX8vL9JFA =
You can’t perform that action at this time.
0 commit comments