Skip to content

Commit ec6a60b

Browse files
committed
docs: add release note
1 parent cf003b0 commit ec6a60b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/release-notes/release-notes-0.20.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
safe single-writer behavior until the wallet subsystem is fully
9393
concurrent-safe.
9494

95+
* [Add caching for](https://github.com/lightningnetwork/lnd/pull/10363)
96+
`IsPublicNode` query which speedup calls to check for nodes visibility status.
97+
This reduces the amount of time lnd needs to query the db to determine if a node
98+
is public or not. Also added a new config `caches.public-node-cache-size` which
99+
controls the max number of entries that the cache can accommodate.
100+
95101
## Deprecations
96102

97103
# Technical and Architectural Updates
@@ -107,5 +113,6 @@
107113

108114
# Contributors (Alphabetical Order)
109115

116+
* Abdulkbk
110117
* bitromortac
111118
* Ziggie

0 commit comments

Comments
 (0)