1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 01:43:22 +01:00
eclair/docs
Bastien Teinturier 6d7b0fae57
Remove max-funding-satoshis config (#2624)
* 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.
2023-04-05 14:52:39 +02:00
..
release-notes Remove max-funding-satoshis config (#2624) 2023-04-05 14:52:39 +02:00
API.md Convert wiki pages in to files in the docs directory and general docs file cleanups (#2165) 2022-02-06 20:28:50 +01:00
Architecture.md Convert wiki pages in to files in the docs directory and general docs file cleanups (#2165) 2022-02-06 20:28:50 +01:00
CircularRebalancing.md Additional parameters for findroute* API calls (#1969) 2021-10-22 09:04:29 +02:00
Cluster.md Update cluster documentation [ci skip] (#2122) 2022-01-24 18:04:25 +01:00
Configure.md Test change address type generation (#2513) 2022-11-30 15:44:40 +01:00
FAQ.md Convert wiki pages in to files in the docs directory and general docs file cleanups (#2165) 2022-02-06 20:28:50 +01:00
Features.md Convert wiki pages in to files in the docs directory and general docs file cleanups (#2165) 2022-02-06 20:28:50 +01:00
Guides.md Convert wiki pages in to files in the docs directory and general docs file cleanups (#2165) 2022-02-06 20:28:50 +01:00
Logging.md Convert wiki pages in to files in the docs directory and general docs file cleanups (#2165) 2022-02-06 20:28:50 +01:00
Monitoring.md Update dependencies (#2537) 2022-12-20 16:55:31 +01:00
MultipartPayments.md Convert wiki pages in to files in the docs directory and general docs file cleanups (#2165) 2022-02-06 20:28:50 +01:00
PostgreSQL.md Database migration Sqlite->Postgres (#2156) 2022-01-31 12:49:39 +01:00
Tor.md Drop support for Tor v2 hidden services (#2296) 2022-06-06 10:03:44 +02:00
TrampolinePayments.md Add a payment recipient abstraction (#2480) 2022-12-16 10:44:34 +01:00
Usage.md fixup! Convert wiki pages in to files in the docs directory and general docs file cleanups (#2165) (#2167) 2022-02-07 14:21:08 +01:00