mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-13 07:37:22 +01:00
23 lines
567 B
Markdown
23 lines
567 B
Markdown
# Release Notes
|
|
|
|
## Security
|
|
|
|
* [Misconfigured ZMQ
|
|
setup now gets reported](https://github.com/lightningnetwork/lnd/pull/5710).
|
|
|
|
## Misc
|
|
|
|
* [An example systemd service file](https://github.com/lightningnetwork/lnd/pull/6033)
|
|
for running lnd alongside a bitcoind service is now provided in
|
|
`contrib/init/lnd.service`.
|
|
|
|
## Code Health
|
|
|
|
### Code cleanup, refactor, typo fixes
|
|
|
|
* [Refactored itest to better manage contexts inside integration tests](https://github.com/lightningnetwork/lnd/pull/5756).
|
|
|
|
# Contributors (Alphabetical Order)
|
|
|
|
* Daniel McNally
|
|
* ErikEk |