2021-06-22 04:21:42 +02:00
|
|
|
# Release Notes
|
|
|
|
|
2021-07-17 02:33:00 +02:00
|
|
|
## RPC Server
|
|
|
|
|
|
|
|
[Return payment address and add index from
|
|
|
|
addholdinvoice call](https://github.com/lightningnetwork/lnd/pull/5533).
|
|
|
|
|
2021-07-16 04:22:12 +02:00
|
|
|
# Build System
|
|
|
|
|
2021-07-19 18:15:47 +02:00
|
|
|
* [A new pre-submit check has been
|
|
|
|
added](https://github.com/lightningnetwork/lnd/pull/5520) to ensure that all
|
|
|
|
PRs ([aside from merge
|
|
|
|
commits](https://github.com/lightningnetwork/lnd/pull/5543)) add an entry in
|
|
|
|
the release notes folder that at leasts links to PR being added.
|
|
|
|
|
|
|
|
* [A new build target itest-race](https://github.com/lightningnetwork/lnd/pull/5542)
|
|
|
|
to help uncover undetected data races with our itests.
|
2021-07-16 04:22:12 +02:00
|
|
|
|
2021-07-22 22:19:31 +02:00
|
|
|
# Documentation
|
|
|
|
|
|
|
|
* [Outdated warning about unsupported pruning was replaced with clarification that LND **does**
|
|
|
|
support pruning](https://github.com/lightningnetwork/lnd/pull/5553)
|
|
|
|
|
2021-07-15 11:33:56 +02:00
|
|
|
# Misc
|
|
|
|
|
|
|
|
* The direct use of certain syscalls in packages such as `bbolt` or `lnd`'s own
|
|
|
|
`healthcheck` package made it impossible to import `lnd` code as a library
|
|
|
|
into projects that are compiled to WASM binaries. [That problem was fixed by
|
|
|
|
guarding those syscalls with build tags](https://github.com/lightningnetwork/lnd/pull/5526).
|
|
|
|
|
2021-07-17 15:00:05 +02:00
|
|
|
# Code Health
|
|
|
|
|
|
|
|
## Code cleanup, refactor, typo fixes
|
2021-07-20 09:32:53 +02:00
|
|
|
|
2021-07-17 15:00:05 +02:00
|
|
|
* [Unused error check
|
2021-07-20 09:32:53 +02:00
|
|
|
removed](https://github.com/lightningnetwork/lnd/pull/5537).
|
|
|
|
* [Shorten Pull Request check list by referring to the CI checks that are
|
2021-07-20 15:57:43 +02:00
|
|
|
in place](https://github.com/lightningnetwork/lnd/pull/5545).
|
|
|
|
* [Added minor fixes to contribution guidelines](https://github.com/lightningnetwork/lnd/pull/5503).
|
2021-07-18 21:22:19 +02:00
|
|
|
* [Fixed typo in `dest_custom_records` description comment](https://github.com/lightningnetwork/lnd/pull/5541).
|
2021-07-17 15:00:05 +02:00
|
|
|
|
2021-07-20 15:16:04 +02:00
|
|
|
## Database
|
|
|
|
|
|
|
|
* [Ensure single writer for legacy
|
|
|
|
code](https://github.com/lightningnetwork/lnd/pull/5547) when using etcd
|
|
|
|
backend.
|
|
|
|
|
2021-07-19 19:21:23 +02:00
|
|
|
[Optimized payment sequence generation](https://github.com/lightningnetwork/lnd/pull/5514/)
|
|
|
|
to make LNDs payment throughput (and latency) with better when using etcd.
|
|
|
|
|
2021-07-19 18:43:05 +02:00
|
|
|
## Performance improvements
|
|
|
|
|
|
|
|
* [Update MC store in blocks](https://github.com/lightningnetwork/lnd/pull/5515)
|
|
|
|
to make payment throughput better when using etcd.
|
|
|
|
|
2021-06-22 04:21:42 +02:00
|
|
|
# Contributors (Alphabetical Order)
|
2021-07-20 15:57:43 +02:00
|
|
|
* ErikEk
|
|
|
|
* Zero-1729
|
2021-07-22 22:19:31 +02:00
|
|
|
* Oliver Gugger
|