mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-25 15:09:53 +01:00
* Add route-weight-ratios to SendPayment/RouteRequest * Update test channel_update with real world fee values * Add maxFeeBase and maxFeePct to SendCommand, use high fee tolerance in integration test * Expose randomized route selection feature in SendPayment, used in integration test too * Add maxCltv to SendPayment/RouteRequest * Implement boundaries for graph searching with cost, cltv, and size * Enable searching for routes with size/CLTV/fee limits * Expose RouteParams in RouteRequest and SendPayment * If we couldn't find a route on the first attempt, retry relaxing the restriction on the route size * Avoid returning an empty path, collapse the route not found cases into one * When retrying to search for a route, relax 'maxCltv' * Group search params configurations into a block * Use the returning edges in 'ignoredEdges' when looking for a spur path * Log path-finding params when receiving a route request * Enforce weight ratios to be between (0,1] * Make path-finding heuristics optional |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |