docs: fix release notes, add contributors

This commit is contained in:
Oliver Gugger
2025-07-04 10:11:11 +02:00
parent 775a6dd8f8
commit 11bdccca47

View File

@@ -55,10 +55,11 @@
## RPC Additions ## RPC Additions
* When querying - When querying
[`ForwardingEvents`](https://github.com/lightningnetwork/lnd/pull/9813) logs, [`ForwardingEvents`](https://github.com/lightningnetwork/lnd/pull/9813) logs,
the response now include the incoming and outgoing htlc indices of the payment the response now includes the incoming and outgoing htlc indices of the
circuit. The indices are only available for forwarding events saved after v0.20. payment circuit. The indices are only available for forwarding events saved
after `v0.19.2`.
## lncli Additions ## lncli Additions
@@ -69,10 +70,12 @@ circuit. The indices are only available for forwarding events saved after v0.20.
- [Improved](https://github.com/lightningnetwork/lnd/pull/9880) the connection - [Improved](https://github.com/lightningnetwork/lnd/pull/9880) the connection
restriction logic enforced by `accessman`. In addition, the restriction placed restriction logic enforced by `accessman`. In addition, the restriction placed
on outbound connections is now lifted. on outbound connections is now lifted.
- [Enhanced](https://github.com/lightningnetwork/lnd/pull/9980) the aux traffic - [Enhanced](https://github.com/lightningnetwork/lnd/pull/9980) the aux traffic
shaper to now accept the first hop peer pub key as an argument. This can shaper to now accept the first hop peer pub key as an argument. This can
affect the reported aux bandwidth and also the custom records that are affect the reported aux bandwidth and also the custom records that are
produced. produced.
## RPC Updates ## RPC Updates
## lncli Updates ## lncli Updates
@@ -81,15 +84,16 @@ circuit. The indices are only available for forwarding events saved after v0.20.
- [Add Optional Migration](https://github.com/lightningnetwork/lnd/pull/9945) - [Add Optional Migration](https://github.com/lightningnetwork/lnd/pull/9945)
which garbage collects the `decayed log` also known as `sphinxreplay.db`. which garbage collects the `decayed log` also known as `sphinxreplay.db`.
This will lower disk and memory requirements for nodes significantly.
## Breaking Changes ## Breaking Changes
## Performance Improvements ## Performance Improvements
- The replay protection is - The replay protection is
[optimized](https://github.com/lightningnetwork/lnd/pull/9929) to use less disk [optimized](https://github.com/lightningnetwork/lnd/pull/9929) to use less
space such that the `sphinxreplay.db` or the `decayedlogdb_kv` table will grow disk space such that the `sphinxreplay.db` or the `decayedlogdb_kv` table will
much more slowly. grow much more slowly.
## Deprecations ## Deprecations
@@ -108,8 +112,13 @@ much more slowly.
# Contributors (Alphabetical Order) # Contributors (Alphabetical Order)
* Abdulkbk * Abdulkbk
* Calvin Zachman
* djkazic * djkazic
* Elle Mouton
* ffranr
* George Tsagkarelis
* hieblmi * hieblmi
* Oliver Gugger
* Olaoluwa Osuntokun * Olaoluwa Osuntokun
* Yong Yu * Yong Yu
* Ziggie * Ziggie