From f5249448bbd909d1669f278a726400bd2ec966ce Mon Sep 17 00:00:00 2001 From: tecnovert Date: Sat, 30 May 2026 17:07:27 +0200 Subject: [PATCH] doc: update release notes --- doc/release-notes.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/release-notes.md b/doc/release-notes.md index cba6eaf..d8207cf 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,12 +1,20 @@ 0.16.3 ============== +- Automatic fee validation. + - Prevent sending bids to offers + - Reject received offers, and + - Prevent sending offers where the chain feerates are out of range. + - Valid feerate range is the nodes estimated feerate for confirmation in 24 blocks to 2x the estimated feerate. + - The minimum feerate confirmation can be adjusted with the "low_fee_conf_target" setting. + - If "low_feerate" is set above 0 it is used instead of the dynamic feerate with "low_fee_conf_target" + - The maximum feerate multiplier can be adjusted with the "high_estimated_feerate_multiplier" setting. + - If "high_estimated_feerate_multiplier" is set below 1.0 the max feerate can be set with the "high_feerate" setting. - New setting "startup_delay" - Adjusts the time waited for coin daemons to start between "startup_tries". - Valid as a base setting and can be overridden per coin with chainclients settings. - 0.14.5 ==============