Skip to content

Commit

Permalink
docs/release-notes: add section w/ priv key caching in 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Aug 26, 2021
1 parent d6524ea commit abb2448
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/release-notes/release-notes-0.14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ you.
when encoding/decoding messages. Such that most of the heap escapes are fixed,
resulting in less memory being used when running `lnd`.

* [`lnd` will now no longer (in a steady state) need to open a new database
transaction each time a private key needs to be derived for signing or ECDH
operations]https://github.com/lightningnetwork/lnd/pull/5629). This results
in a massive performance improvement across several routine operations at the
cost of a small amount of memory allocated for a new cache.

## Log system

* [Save compressed log files from logrorate during
Expand Down

0 comments on commit abb2448

Please sign in to comment.