mirror of
https://github.com/ZmnSCPxj/clboss.git
synced 2026-08-19 13:18:20 +02:00
Previously, CLBOSS initialized the OnchainFeeMonitor with 2 weeks of synthetic data collected at an arbitrary time on an unknown system. This historical data often failed to accurately determine low/high fee conditions until 2 weeks had passed. This update changes the initialization to use a smaller amount of deliberately conservative history. This approach discourages CLBOSS from prematurely declaring a low-fee environment, while still allowing it to recognize low fees after a few days. The new size is designed to have 50% influence on the lower 20th percentile after 24 hours (24 * 6 * 20% * 0.5 = 14.4). This influence decreases over time: to 25% after two days, 10% after five days, and continues to decay until it has no effect after two weeks. It's important to note that CLBOSS will still function in high fee environments to manage initial liquidity, so this change does not impact its ability to operate effectively. |
||
|---|---|---|
| .. | ||
| bitcoin | ||
| boltz | ||
| boss | ||
| dnsseed | ||
| ev | ||
| graph | ||
| jsmn | ||
| json | ||
| ln | ||
| net | ||
| ripemd160 | ||
| s | ||
| sha256 | ||
| sqlite3 | ||
| stats | ||
| util | ||
| test_uuid.cpp | ||