2021-10-01 21:45:39 +02:00
|
|
|
# Release Notes
|
|
|
|
|
2021-12-07 13:16:11 +01:00
|
|
|
## 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)
|
|
|
|
|
2021-10-01 21:45:39 +02:00
|
|
|
## 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
|
|
|
|
2021-12-06 01:44:40 +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)
|
|
|
|
|
2021-12-07 20:02:25 +01:00
|
|
|
## RPC Server
|
|
|
|
|
|
|
|
* [ChanStatusFlags is now
|
|
|
|
exposed](https://github.com/lightningnetwork/lnd/pull/5971) inside
|
|
|
|
WaitingCloseResp from calling `PendingChannels`.
|
|
|
|
|
2021-10-01 21:45:39 +02:00
|
|
|
# Contributors (Alphabetical Order)
|
|
|
|
|
2021-12-02 20:57:41 +01:00
|
|
|
* Andras Banki-Horvath
|
2021-12-03 18:57:28 +01:00
|
|
|
* Harsha Goli
|
2021-10-01 21:45:39 +02:00
|
|
|
* Naveen Srinivasan
|
|
|
|
* Oliver Gugger
|
2021-12-07 20:02:25 +01:00
|
|
|
* Yong Yu
|