lnd/docs/release-notes/release-notes-0.14.2.md

41 lines
1.0 KiB
Markdown
Raw Normal View History

# Release Notes
## Bug Fixes
* [Return the nearest known fee rate when a given conf target cannot be found
from Web API fee estimator.](https://github.com/lightningnetwork/lnd/pull/6062)
## Build System
* [Clean up Makefile by using go
install](https://github.com/lightningnetwork/lnd/pull/6035).
2021-12-02 20:57:41 +01:00
* [Make etcd max message size
2021-12-03 18:57:28 +01:00
configurable](https://github.com/lightningnetwork/lnd/pull/6049).
* [Export bitcoind port and other values for itests, useful for
using itest harness outside of
lnd](https://github.com/lightningnetwork/lnd/pull/6050).
2021-12-02 20:57:41 +01:00
## Bug fixes
* [Add json flag to
trackpayment](https://github.com/lightningnetwork/lnd/pull/6060)
2021-12-07 15:06:56 +01:00
* [Fix memory corruption in Mission Control
Store](https://github.com/lightningnetwork/lnd/pull/6068)
## RPC Server
* [ChanStatusFlags is now
exposed](https://github.com/lightningnetwork/lnd/pull/5971) inside
WaitingCloseResp from calling `PendingChannels`.
# Contributors (Alphabetical Order)
2021-12-02 20:57:41 +01:00
* Andras Banki-Horvath
2021-12-03 18:57:28 +01:00
* Harsha Goli
* Naveen Srinivasan
* Oliver Gugger
* Yong Yu