mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-19 01:43:22 +01:00
6d7b0fae57
* Remove `max-funding-satoshis` config This configuration parameter doesn't provide any meaningful guarantees since there are no limits on the number of channels remote peers can open to us. It's better to remove this check from eclair and let plugins decide whether to accept channels or not, based on whatever metric makes sense for their usecase. * Remove wumbo from permanent channel features We've never been really convinced that this feature made sense to keep in the channel features. It becomes especially weird with splicing, since a channel may initially be larger than the wumbo size, but could then shrink and become smaller than that threshold. Similarly, a channel that is initially below the wumbo size may exceed the wumbo size after a splice-in. |
||
---|---|---|
.. | ||
release-notes | ||
API.md | ||
Architecture.md | ||
CircularRebalancing.md | ||
Cluster.md | ||
Configure.md | ||
FAQ.md | ||
Features.md | ||
Guides.md | ||
Logging.md | ||
Monitoring.md | ||
MultipartPayments.md | ||
PostgreSQL.md | ||
Tor.md | ||
TrampolinePayments.md | ||
Usage.md |