mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 14:04:06 +01:00
docs: cleanup release notes
This commit removes a duplicate, fixes some typos and grammar issues and removes an empty section/heading.
This commit is contained in:
parent
be6b9b4b47
commit
9dbf7e2133
1 changed files with 18 additions and 20 deletions
|
@ -107,7 +107,8 @@
|
|||
which with the default fee allocation in place will eventually lead to the
|
||||
downsizing to the fee floor (1 sat/vByte) in the worst case.
|
||||
|
||||
* [Removed](https://github.com/lightningnetwork/lnd/pull/8577) some unreachable code
|
||||
* [Removed](https://github.com/lightningnetwork/lnd/pull/8577) some unreachable
|
||||
code.
|
||||
|
||||
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8609) a function
|
||||
call where arguments were swapped.
|
||||
|
@ -118,20 +119,17 @@
|
|||
|
||||
* [Fixed a bug in `btcd` that caused an incompatibility with
|
||||
`bitcoind v27.0`](https://github.com/lightningnetwork/lnd/pull/8573).
|
||||
|
||||
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8609) a function call
|
||||
where arguments were swapped.
|
||||
|
||||
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8545) utxo selection
|
||||
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8545) UTXO selection
|
||||
for the internal channel funding flow (Single and Batch Funding Flow). Now
|
||||
utxos which are unconfirmed and originated from the sweeper subsystem are not
|
||||
UTXOs which are unconfirmed and originated from the sweeper subsystem are not
|
||||
selected because they bear the risk of being replaced (BIP 125 RBF).
|
||||
|
||||
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8685) lncli "bumpfee"
|
||||
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8685) `lncli bumpfee`
|
||||
parsing of the immediate/force flag.
|
||||
|
||||
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8621) the behaviour of
|
||||
neutrino LND nodes which would loose sync in case they had very unstable
|
||||
neutrino LND nodes which would lose sync in case they had very unstable
|
||||
peer connection.
|
||||
|
||||
# New Features
|
||||
|
@ -151,13 +149,13 @@
|
|||
can be enabled with the option `accept-positive-inbound-fees`.
|
||||
|
||||
* A new config value,
|
||||
[sweeper.maxfeerate](https://github.com/lightningnetwork/lnd/pull/7823), is
|
||||
[`sweeper.maxfeerate`](https://github.com/lightningnetwork/lnd/pull/7823), is
|
||||
added so users can specify the max allowed fee rate when sweeping on-chain
|
||||
funds. The default value is 1000 sat/vb. Setting this value below 100 sat/vb
|
||||
funds. The default value is 1000 sat/vB. Setting this value below 100 sat/vB
|
||||
is not allowed, as low fee rate can cause transactions not confirming in
|
||||
time, which could result in fund loss.
|
||||
Please note that the actual fee rate to be used is determined by the fee
|
||||
estimator used(for instance `bitcoind`), and this value is a cap on the max
|
||||
estimator used (for instance `bitcoind`), and this value is a cap on the max
|
||||
allowed value. So it's expected that this cap is rarely hit unless there's
|
||||
mempool congestion.
|
||||
|
||||
|
@ -210,8 +208,9 @@
|
|||
`lnd.conf`](https://github.com/lightningnetwork/lnd/pull/8310)
|
||||
for the `rpcuser` and `rpcpass` fields to better protect the secrets.
|
||||
|
||||
* When computing a minimum fee for transaction construction, `lnd` [now takes our
|
||||
bitcoin peers' feefilter values into account](https://github.com/lightningnetwork/lnd/pull/8418).
|
||||
* When computing a minimum fee for transaction construction, `lnd` [now takes
|
||||
its bitcoin peers' `feefilter` values into
|
||||
account](https://github.com/lightningnetwork/lnd/pull/8418).
|
||||
|
||||
* [Preparatory work](https://github.com/lightningnetwork/lnd/pull/8159) for
|
||||
forwarding of blinded routes was added, along with [support](https://github.com/lightningnetwork/lnd/pull/8160)
|
||||
|
@ -268,7 +267,7 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
|
|||
|
||||
* Deprecate `bumpclosefee` for `bumpforceclosefee` to accommodate for the fact
|
||||
that only force closing transactions can be bumped to avoid confusion.
|
||||
Moreover allow to specify a max fee rate range when coop closing a channel.
|
||||
Moreover, allow to specify a max fee rate range when coop closing a channel.
|
||||
[Deprecate bumpclosefee for bumpforceclosefee and add `max_fee_rate` option
|
||||
to `closechannel` cmd](https://github.com/lightningnetwork/lnd/pull/8350).
|
||||
|
||||
|
@ -347,7 +346,8 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
|
|||
|
||||
* [Coin Selection Strategy](https://github.com/lightningnetwork/lnd/pull/8515)
|
||||
add coin selection strategy option to the following on-chain RPC calls
|
||||
`EstimateFee`, `SendMany`, `SendCoins`, `BatchOpenChannel`, `SendOutputs`, and `FundPsbt`.
|
||||
`EstimateFee`, `SendMany`, `SendCoins`, `BatchOpenChannel`, `SendOutputs`, and
|
||||
`FundPsbt`.
|
||||
|
||||
* `BumpFee` has been updated to take advantage of the [new budget-based
|
||||
sweeper](https://github.com/lightningnetwork/lnd/pull/8667). The param
|
||||
|
@ -365,7 +365,7 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
|
|||
|
||||
* When paying an AMP payment request, [the `--amp` flag is now
|
||||
required](https://github.com/lightningnetwork/lnd/pull/8681) to be consistent
|
||||
w/ the flow when a payment request isn't used.
|
||||
with the flow when a payment request isn't used.
|
||||
|
||||
## lncli Updates
|
||||
|
||||
|
@ -425,7 +425,7 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
|
|||
|
||||
## Breaking Changes
|
||||
|
||||
* Previously when callng `SendCoins`, `SendMany`, `OpenChannel` and
|
||||
* Previously when calling `SendCoins`, `SendMany`, `OpenChannel` and
|
||||
`CloseChannel` for coop close, it is allowed to specify both an empty
|
||||
`SatPerVbyte` and `TargetConf`, and a default conf target of 6 will be used.
|
||||
This will [no longer be
|
||||
|
@ -517,7 +517,7 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
|
|||
settings between `sqldb` and `kvdb` packages.
|
||||
|
||||
* [Expanded SweeperStore](https://github.com/lightningnetwork/lnd/pull/8147) to
|
||||
also store the feerate, fees paid, and whether it's published or not for a
|
||||
also store the fee rate, fees paid, and whether it's published or not for a
|
||||
given sweeping transaction.
|
||||
|
||||
## Code Health
|
||||
|
@ -525,8 +525,6 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
|
|||
* [Remove database pointers](https://github.com/lightningnetwork/lnd/pull/8117)
|
||||
from `channeldb` schema structs.
|
||||
|
||||
## Tooling and Documentation
|
||||
|
||||
# Contributors (Alphabetical Order)
|
||||
|
||||
* Alex Akselrod
|
||||
|
|
Loading…
Add table
Reference in a new issue