mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
release-notes: collapse duplicate Misc section
This commit is contained in:
parent
d930dcec40
commit
00a4b8a837
1 changed files with 17 additions and 19 deletions
|
@ -31,25 +31,7 @@ package](https://github.com/lightningnetwork/lnd/pull/7343)
|
||||||
|
|
||||||
* The deprecated "wtclient.private-tower-uris" option has also been
|
* The deprecated "wtclient.private-tower-uris" option has also been
|
||||||
[removed](https://github.com/lightningnetwork/lnd/pull/7771). This field was
|
[removed](https://github.com/lightningnetwork/lnd/pull/7771). This field was
|
||||||
deprecated in v0.8.0-beta.
|
deprecated in v0.8.0-beta.
|
||||||
|
|
||||||
## Misc
|
|
||||||
|
|
||||||
* [Ensure that both the byte and string form of a TXID is populated in the
|
|
||||||
lnrpc.Outpoint message](https://github.com/lightningnetwork/lnd/pull/7624).
|
|
||||||
|
|
||||||
* [Fix Benchmark Test (BenchmarkReadMessage/Channel_Ready) in the lnwire
|
|
||||||
package](https://github.com/lightningnetwork/lnd/pull/7356)
|
|
||||||
|
|
||||||
* [Fix unit test flake (TestLightningWallet) in the neutrino package via
|
|
||||||
version bump of btcsuite/btcwallet](https://github.com/lightningnetwork/lnd/pull/7049)
|
|
||||||
|
|
||||||
* [HTLC serialization updated](https://github.com/lightningnetwork/lnd/pull/7710)
|
|
||||||
to allow storing extra data transmitted in TLVs.
|
|
||||||
|
|
||||||
* [MaxLocalCSVDelay now has a default value of 2016. It is still possible to
|
|
||||||
override this value with the config option --maxlocaldelay for those who rely
|
|
||||||
on the old value of 10000](https://github.com/lightningnetwork/lnd/pull/7780).
|
|
||||||
|
|
||||||
## RPC
|
## RPC
|
||||||
|
|
||||||
|
@ -125,6 +107,22 @@ on the old value of 10000](https://github.com/lightningnetwork/lnd/pull/7780).
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
|
|
||||||
|
* [Ensure that both the byte and string form of a TXID is populated in the
|
||||||
|
lnrpc.Outpoint message](https://github.com/lightningnetwork/lnd/pull/7624).
|
||||||
|
|
||||||
|
* [Fix Benchmark Test (BenchmarkReadMessage/Channel_Ready) in the lnwire
|
||||||
|
package](https://github.com/lightningnetwork/lnd/pull/7356)
|
||||||
|
|
||||||
|
* [Fix unit test flake (TestLightningWallet) in the neutrino package via
|
||||||
|
version bump of btcsuite/btcwallet](https://github.com/lightningnetwork/lnd/pull/7049)
|
||||||
|
|
||||||
|
* [HTLC serialization updated](https://github.com/lightningnetwork/lnd/pull/7710)
|
||||||
|
to allow storing extra data transmitted in TLVs.
|
||||||
|
|
||||||
|
* [MaxLocalCSVDelay now has a default value of 2016. It is still possible to
|
||||||
|
override this value with the config option --maxlocaldelay for those who rely
|
||||||
|
on the old value of 10000](https://github.com/lightningnetwork/lnd/pull/7780).
|
||||||
|
|
||||||
* [Generate default macaroons
|
* [Generate default macaroons
|
||||||
independently](https://github.com/lightningnetwork/lnd/pull/7592) on wallet
|
independently](https://github.com/lightningnetwork/lnd/pull/7592) on wallet
|
||||||
unlock or create.
|
unlock or create.
|
||||||
|
|
Loading…
Add table
Reference in a new issue