1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 06:35:11 +01:00
eclair/docs/release-notes
Bastien Teinturier 5b1c69cc84
Add configurable threshold on maximum anchor fee (#2816)
* Add configurable threshold on maximum anchor fee

We previously bumped up to 5% of our channel balance when no HTLCs were
at risk. For large channels, 5% is an unreasonably high value. In most
cases it doesn't matter, because the transaction confirms before we try
to bump it to unreasonable levels. But if the commitment transaction
was pruned and couldn't be relayed to miners, then eclair would keep
trying to bump until it reached that threshold. We now restrict this to
a value configurable by the node operator. Note that when HTLCs are at
risk, we still bump up to the HTLC amount, which may be higher than the
new configuration parameter: we want that behavior as a scorched earth
strategy against pinning attacks.

* Add feerate upper bound from fee estimator

We add a new limit to the feerate used for fee-bumping, based on the
fastest feerate returned by our fee estimator. It doesn't make sense
to use much higher values, since this feerate should guarantee that
the transaction is included in the next block.
2024-02-05 14:38:07 +01:00
..
eclair-v0.6.1.md Add release notes in the repository (#1951) 2021-09-20 14:35:00 +02:00
eclair-v0.6.2.md Deprecation warning for relay fees config (#2012) 2021-10-13 13:52:14 +02:00
eclair-v0.7.0.md Eclair v0.7.0 release (#2158) 2022-02-01 08:34:50 +01:00
eclair-v0.8.0.md Update title of v0.8.0 release notes (#2531) 2022-12-16 10:53:50 +01:00
eclair-v0.9.0.md Eclair v0.9.0 release (#2693) 2023-06-19 10:21:01 +02:00
eclair-vnext.md Add configurable threshold on maximum anchor fee (#2816) 2024-02-05 14:38:07 +01:00