We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d483d27 commit 22e6434Copy full SHA for 22e6434
1 file changed
CHANGELOG.md
@@ -58,6 +58,12 @@
58
59
## Synonym Fork Additions
60
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
67
- Added `connection_timeout_secs` field to `ElectrumSyncConfig` (default: 10 s). This bounds
68
Electrum socket operations for both the BDK on-chain and LDK tx-sync clients, preventing Tokio's
69
blocking thread pool from being exhausted by threads stuck on dead sockets under total packet
0 commit comments