Files
breez-lnd/docs/release-notes/release-notes-0.14.2.md
Olaoluwa Osuntokun f022e557bf Merge pull request #6068 from bhandras/mc_store_fix
routing: fix memory corruption in MC store
2021-12-09 15:20:07 -08:00

41 lines
1.0 KiB
Markdown

# 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).
* [Make etcd max message size
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).
## Bug fixes
* [Add json flag to
trackpayment](https://github.com/lightningnetwork/lnd/pull/6060)
* [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)
* Andras Banki-Horvath
* Harsha Goli
* Naveen Srinivasan
* Oliver Gugger
* Yong Yu