Skip to content

Commit 22e6434

Browse files
committed
docs: update changelog
1 parent d483d27 commit 22e6434

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858

5959
## Synonym Fork Additions
6060

61+
- Added configurable routing scorer parameters:
62+
- New config structs: `ScoringFeeParameters` and `ScoringDecayParameters`
63+
- New `Config` fields: `scoring_fee_params` and `scoring_decay_params` (optional; default to
64+
LDK probabilistic scorer defaults when unset)
65+
- New builder APIs: `set_scoring_fee_params(...)` and `set_scoring_decay_params(...)`
66+
- Exposed via UniFFI/UDL for Swift/Kotlin/Python consumers
6167
- Added `connection_timeout_secs` field to `ElectrumSyncConfig` (default: 10 s). This bounds
6268
Electrum socket operations for both the BDK on-chain and LDK tx-sync clients, preventing Tokio's
6369
blocking thread pool from being exhausted by threads stuck on dead sockets under total packet

0 commit comments

Comments
 (0)