Try to overpay the recipient if we fail to find a path at all
[rust-lightning] / lightning / src / routing / router.rs
2023-09-28 Matt CoralloTry to overpay the recipient if we fail to find a path...
2023-09-28 Matt CoralloAllow routefinding again due to HTLC limit based on...
2023-09-28 Matt CoralloMerge pull request #2612 from TheBlueMatt/2023-09-names...
2023-09-28 Matt CoralloMerge pull request #2575 from tnull/2023-09-fix-debug...
2023-09-28 Elias RohrerMake ignored candidate counts `u32`
2023-09-28 Elias RohrerAvoid adding duplicate hint candidates if they are...
2023-09-28 Elias RohrerAlso add route hints if we are the source
2023-09-28 Matt CoralloMerge pull request #2607 from DhananjayPurohit/civkit...
2023-09-28 Matt CoralloMerge pull request #2606 from wpaulino/anchors-counterp...
2023-09-28 Elias RohrerExtend logging of ignored candidates
2023-09-28 Elias RohrerUse `saturating_add` when adding inflight HTLCs values
2023-09-27 Matt CoralloMerge pull request #2570 from valentinewallace/2023...
2023-09-27 Valentine Wallaceget_route: fix path value contribution to include min... 2023-09-2570-fuzz-test
2023-09-27 Valentine Wallaceget_route: fix path_min for first_hop<>network_node...
2023-09-27 Valentine Wallaceget_route: fix path_min for first_hop<>blinded_hint...
2023-09-27 Valentine Wallaceget_route: fix path_min when adding first_hop<>route_hi...
2023-09-27 Valentine Wallaceget_route: fix outdated var name
2023-09-27 Valentine WallacePathfinding: ignore blinded route hints where we are...
2023-09-27 Valentine WallaceRemove trailing whitespace in get_route
2023-09-27 Valentine WallaceRefuse to pathfind when provided our_node_id matches...
2023-09-27 Valentine WallacePathfinding: log when we ignore one hop blinded route...
2023-09-27 Matt CoralloMerge pull request #2601 from TheBlueMatt/2023-09-117... v0.0.117-alpha2
2023-09-27 Matt CoralloMerge pull request #2603 from TheBlueMatt/2023-09-defau...
2023-09-27 Matt CoralloMerge pull request #2359 from domZippilli/2023-06-monit...
2023-09-26 Matt CoralloSet a default `max_total_routing_fee_msat` of 1% +... 2023-09-default-route-limit
2023-09-26 Matt CoralloDerive `Debug` and `Display` for `Route`
2023-09-26 Matt CoralloMerge pull request #2417 from tnull/2023-07-max-total-fee
2023-09-26 Elias RohrerTest we adhere to `max_total_routing_fee_msat`
2023-09-26 Elias RohrerConsider `RouteParameters::max_total_routing_fee_msat...
2023-09-26 Elias RohrerIntroduce `RouteParameters::max_total_routing_fee_msat`
2023-09-25 Matt CoralloMerge pull request #2583 from Evanfeenstra/pub-make...
2023-09-25 Matt CoralloMerge pull request #2576 from valentinewallace/2023...
2023-09-22 Elias RohrerMerge pull request #2589 from ErikDeSmedt/reexport_rout...
2023-09-21 Matt CoralloMerge pull request #2592 from TheBlueMatt/2023-09-117... v0.0.117-alpha1
2023-09-21 Matt CoralloMerge pull request #2590 from TheBlueMatt/2023-09-defau...
2023-09-21 Matt CoralloMerge pull request #2562 from TheBlueMatt/2023-08-no...
2023-09-21 Matt CoralloUse `Default::default()` to construct `()` as a test... 2023-09-default-score-params
2023-09-20 Matt CoralloMerge pull request #2547 from TheBlueMatt/2023-04-nonli...
2023-09-20 Matt CoralloAvoid unnecessary newline in middle of log statement 2023-04-nonlinear-scoring
2023-09-20 Matt CoralloAdd an option to make the success probability estimatio...
2023-09-18 valentinewallaceMerge pull request #2584 from TheBlueMatt/2023-09-msrv...
2023-09-18 Matt CoralloMerge pull request #2534 from tnull/2023-08-upstream...
2023-09-18 Elias RohrerInclude `maybe_announced` field in `RouteHop`
2023-09-15 Matt CoralloMerge pull request #2176 from TheBlueMatt/2023-04-expos...
2023-09-10 Matt CoralloMerge pull request #2514 from valentinewallace/2023...
2023-09-07 Matt CoralloMerge pull request #2472 from tnull/2023-08-add-kvstore
2023-09-07 Elias RohrerMerge pull request #2134 from jbesraa/add_fromstr_to_ne...
2023-09-07 Matt CoralloMerge pull request #2557 from waterson/stale-monitor...
2023-09-06 Matt CoralloMerge pull request #2555 from tnull/2023-08-have-get...
2023-09-06 Elias RohrerImprove `Route::get_total_amount` docs
2023-09-06 Elias RohrerInclude overpaid value in `Route::get_total_fees`
2023-09-06 Elias RohrerHave `Route` hold `RouteParameters`
2023-09-06 Elias RohrerHave `get_route` take `RouteParameters`
2023-09-01 Matt CoralloMerge pull request #2522 from sr-gi/202308-set-feature
2023-09-01 Elias RohrerAdd constructor to `RouteParameters`
2023-08-29 Matt CoralloMerge pull request #2468 from jkczyz/2023-08-offer...
2023-08-28 Matt CoralloMerge pull request #2528 from arik-so/arik/2023-08...
2023-08-27 Matt CoralloMerge pull request #2485 from optout21/channel-id-4struct1
2023-08-25 optoutUse new ChannelId type
2023-08-25 Matt CoralloMerge pull request #2197 from jbesraa/feat/lockable_sco...
2023-08-25 Elias RohrerMerge pull request #2248 from TheBlueMatt/2023-04-gossi...
2023-08-25 Elias RohrerMerge pull request #2503 from valentinewallace/2023...
2023-08-25 Elias RohrerMerge pull request #2466 from TheBlueMatt/2023-07-expos...
2023-08-25 jbesraaSplit LockableScore responsibilities between read ...
2023-08-24 Valentine WallaceRouter: account for blinded path fee, etc on first_hop...
2023-08-23 Matt CoralloMake the `P2PGossipSync` `UtxoLookup` exchangable witho...
2023-08-23 Matt CoralloMerge pull request #2515 from TheBlueMatt/2023-08-earli...
2023-08-23 Matt CoralloMerge pull request #2337 from alecchendev/2023-06-watch...
2023-08-23 Matt CoralloMerge pull request #2412 from valentinewallace/2023...
2023-08-23 valentinewallaceMerge pull request #2492 from optout21/payment-hash...
2023-08-23 ArikMerge pull request #2441 from arik-so/2023-07-taproot...
2023-08-22 Matt CoralloMerge pull request #2511 from jbesraa/add-channel-id...
2023-08-22 valentinewallaceMerge pull request #2432 from jkczyz/2023-07-bolt12...
2023-08-22 Valentine WallaceRename ser macro
2023-08-22 Matt CoralloMerge pull request #2411 from valentinewallace/2023...
2023-08-22 Jeffrey CzyzExpose invoice accessors in UnsignedBolt12Invoice
2023-08-21 Matt CoralloMerge pull request #2498 from arik-so/arik/2023-08...
2023-08-16 Matt CoralloMerge pull request #2500 from TheBlueMatt/2023-08-fix...
2023-08-15 Matt CoralloMerge pull request #2428 from waterson/create-channel...
2023-08-15 Matt CoralloMerge pull request #2476 from wvanlint/remove_balance_msat
2023-08-15 Willem Van LintRemove AvailableBalances::balance_msat
2023-08-14 valentinewallaceMerge pull request #2458 from valentinewallace/2023...
2023-08-09 Matt CoralloMerge pull request #1789 from jkczyz/2022-10-scorer...
2023-08-08 Matt CoralloMerge pull request #2128 from valentinewallace/2023...
2023-07-31 valentinewallaceMerge pull request #2366 from valentinewallace/2023...
2023-07-25 Valentine WallaceFuzz test blinded payment pathfinding
2023-07-24 Matt CoralloMerge pull request #2370 from valentinewallace/2023...
2023-07-24 Matt CoralloMerge pull request #2431 from arik-so/2023-07-public...
2023-07-21 Jeffrey CzyzMerge pull request #2436 from tnull/2023-07-improve...
2023-07-21 Matt CoralloMerge pull request #2439 from tnull/2023-05-fix-0conf...
2023-07-21 Elias RohrerImprove logging for ignored candiate hops
2023-07-21 Elias RohrerUpdate outdated `router.rs` docs
2023-07-20 Matt CoralloMerge pull request #2430 from TheBlueMatt/2023-07-116...
2023-07-20 Matt CoralloPass `InFlightHltcs` to the scorer by ownership rather...
2023-07-17 Matt CoralloMerge pull request #2415 from wpaulino/update-fee-anchors
2023-07-17 Matt CoralloMerge pull request #2403 from wpaulino/bump-transaction...
2023-07-15 valentinewallaceMerge pull request #2416 from jkczyz/2023-07-invoice...
2023-07-14 Jeffrey CzyzQualify the BOLT 11 invoice features type
2023-07-14 Jeffrey CzyzQualify the BOLT 12 invoice type
2023-07-12 Matt CoralloMerge pull request #2391 from TheBlueMatt/2023-07-all...
next