Implement custom debug for PathBuildingHop
[rust-lightning] / lightning / src / routing / router.rs
2022-02-24 Jurvis TanImplement custom debug for PathBuildingHop
2022-02-12 valentinewallaceMerge pull request #1292 from TheBlueMatt/2022-02-overr...
2022-02-11 Arik SosmanMerge pull request #1268 from TheBlueMatt/2022-01-balan...
2022-02-04 Matt CoralloMerge pull request #1285 from TheBlueMatt/2022-01-remov...
2022-02-03 valentinewallaceMerge pull request #1227 from jkczyz/2021-12-probabilis...
2022-02-03 Jeffrey CzyzAdd ProbabilisticScorer benchmarks
2022-02-03 Jeffrey CzyzDeprecate Scorer in favor of ProbabilisticScorer
2022-02-03 Jeffrey CzyzEffective channel capacity for router and scoring
2022-01-27 valentinewallaceMerge pull request #1282 from TheBlueMatt/2022-01-fuzz...
2022-01-26 valentinewallaceMerge pull request #1273 from jkczyz/2022-01-invoice...
2022-01-25 valentinewallaceMerge pull request #1275 from jkczyz/2022-01-benchmark...
2022-01-25 Jeffrey CzyzBenchmark zero-penalty scorer
2022-01-25 Jeffrey CzyzBenchmark router using a scorer seeded with data
2022-01-25 Jeffrey CzyzAdd first_hops to generate_routes benchmarks
2022-01-25 Jeffrey CzyzRemove duplicate generate_routes benchmark code
2022-01-24 valentinewallaceMerge pull request #1272 from lightning-signer/2022...
2022-01-24 valentinewallaceMerge pull request #1271 from tnull/rename_payee_struct
2022-01-24 valentinewallaceMerge pull request #1253 from TheBlueMatt/2022-01-backg...
2022-01-22 Matt CoralloMerge pull request #1250 from vss96/sanity_check
2022-01-21 Elias RohrerRename `Payee` to `PaymentParameters`
2022-01-20 Jeffrey CzyzMerge pull request #1234 from tnull/limit_max_cltv_delta
2022-01-20 Elias RohrerLimit maximum total CLTV expiry delta during routing.
2022-01-19 Elias RohrerFixed some typos
2021-12-15 Matt CoralloMerge pull request #1202 from TheBlueMatt/2021-12-fix...
2021-12-09 Matt CoralloMerge pull request #1169 from TheBlueMatt/2021-11-fix...
2021-12-08 Matt CoralloMerge pull request #1203 from lightning-signer/2021...
2021-12-07 DevrandomGetter for the total channel balance
2021-12-07 Matt CoralloMerge pull request #1201 from jkczyz/2021-12-idempotent...
2021-12-06 Matt CoralloMerge pull request #1130 from TheBlueMatt/2021-10-mon...
2021-12-03 Matt CoralloMerge pull request #1197 from jkczyz/2021-11-score...
2021-12-03 Jeffrey CzyzScore successful payment paths
2021-11-29 Matt CoralloMerge pull request #1163 from TheBlueMatt/2021-11-suppo...
2021-11-24 Matt CoralloMerge pull request #1184 from TheBlueMatt/2021-11-c...
2021-11-24 Matt CoralloMake `Score : Writeable` in c_bindings and impl on...
2021-11-23 Matt CoralloMerge pull request #1178 from jkczyz/2021-11-payment...
2021-11-22 Matt CoralloMerge pull request #1054 from ariard/2021-08-check...
2021-11-22 Matt CoralloMerge pull request #1168 from TheBlueMatt/2021-11-mpp...
2021-11-22 Matt CoralloFix MPP routefinding when we first collect 95% of payme... 2021-11-mpp-routing-fixes
2021-11-20 Matt CoralloMerge pull request #1027 from TheBlueMatt/2021-07-check...
2021-11-17 Matt CoralloMerge pull request #1083 from TheBlueMatt/2021-09-fundi...
2021-11-16 Matt CoralloMerge pull request #1166 from TheBlueMatt/2021-11-chan...
2021-11-16 Matt CoralloMove `Score` into a `scoring` module instead of a top... 2021-11-chan-size-scoring
2021-11-16 Matt CoralloProvide `Score` the HTLC amount and channel capacity
2021-11-16 Matt CoralloMerge pull request #1119 from TheBlueMatt/2021-10-less...
2021-11-13 Matt CoralloMerge pull request #1131 from TheBlueMatt/2021-10-upstr...
2021-11-12 Matt CoralloMerge pull request #1143 from TheBlueMatt/2021-10-no...
2021-11-12 Matt CoralloMerge pull request #1165 from lightning-signer/2021...
2021-11-03 Matt CoralloMerge pull request #1078 from TheBlueMatt/2021-09-chan...
2021-11-02 Matt CoralloMerge pull request #1150 from TheBlueMatt/2021-11-103...
2021-11-02 Matt CoralloAdd `(C-not exported)` tag to a `Payee` modifier with...
2021-11-02 Matt CoralloMake payment_path_failed path type bindings-mappable
2021-11-02 Matt CoralloRename Payee::new to Payee::from_node_id to clarify...
2021-11-02 Matt CoralloMerge pull request #1146 from jkczyz/2021-10-score...
2021-11-02 Jeffrey CzyzParameterize Scorer by a Time trait
2021-11-01 Matt CoralloMerge pull request #1149 from jkczyz/2021-11-network...
2021-11-01 Jeffrey CzyzMake NetGraphMsgHandler::network_graph private
2021-11-01 Jeffrey CzyzParameterize NetGraphMsgHandler with NetworkGraph
2021-10-29 Matt CoralloMerge pull request #1144 from jkczyz/2021-10-invoice...
2021-10-29 Jeffrey CzyzPenalize failed channels in Scorer
2021-10-29 Jeffrey CzyzNotify scorer of failing payment path and channel
2021-10-28 Matt CoralloMerge pull request #1137 from TheBlueMatt/2021-10-ping...
2021-10-27 Matt CoralloMerge pull request #1142 from TheBlueMatt/2021-10-on...
2021-10-27 Matt CoralloAdd a utility trait in `router` to get the fees along...
2021-10-27 Matt CoralloMerge pull request #1059 from jkczyz/2021-08-payment...
2021-10-27 Jeffrey CzyzFail payment retry if Invoice is expired
2021-10-27 Jeffrey CzyzUnify route finding methods
2021-10-25 Matt CoralloMerge pull request #1138 from TheBlueMatt/2021-10-payee...
2021-10-25 Matt CoralloCopy `Payee` into `Route`s to provide them to `ChannelM...
2021-10-25 Matt CoralloMake `Payee::pubkey` pub.
2021-10-25 Matt CoralloMerge pull request #1134 from jkczyz/2021-10-payee-arg
2021-10-25 Jeffrey CzyzInclude PaymentPathRetry data in PaymentPathFailed
2021-10-25 Jeffrey CzyzRemove outdated line from get_route docs
2021-10-25 Jeffrey CzyzDefine Payee abstraction for use in get_route
2021-10-20 Matt CoralloMerge pull request #1108 from TheBlueMatt/2021-10-persi...
2021-10-19 Matt CoralloMerge pull request #1133 from jkczyz/2021-10-expand...
2021-10-19 Jeffrey CzyzAdd source and target nodes to routing::Score
2021-10-18 Jeffrey CzyzSimplify prefers_shorter_route_with_higher_fees
2021-10-16 Matt CoralloMerge pull request #1121 from TheBlueMatt/2021-10-retur...
2021-10-16 Matt CoralloMerge pull request #1124 from jkczyz/2021-10-default...
2021-10-16 Matt CoralloRename create_channel param to user_channel_id to stand... 2021-10-return-temp-id
2021-10-15 Jeffrey CzyzAdd channel scoring to get_route
2021-10-13 Matt CoralloMerge pull request #1077 from jkczyz/2021-09-failing...
2021-10-09 Matt CoralloMerge pull request #1098 from 1nF0rmed/2021-09-adds...
2021-10-08 Matt CoralloMerge pull request #1107 from dunxen/2021-10-swap-pubke...
2021-10-08 Matt CoralloMerge pull request #1062 from galderz/t_payment_hash_999
2021-10-08 Duncan DeanReplace PublicKey with [u8; 33] in NetworkGraph
2021-10-05 Matt CoralloMerge pull request #1079 from TheBlueMatt/2021-09-stale...
2021-10-05 Matt CoralloMerge pull request #1100 from TheBlueMatt/2021-09-multi...
2021-09-30 Matt CoralloMerge pull request #1080 from valentinewallace/2021...
2021-09-29 Matt Corallof readability improvements from val 2021-09-multihop-route-hint-fix
2021-09-29 Matt CoralloMerge pull request #1076 from TheBlueMatt/2021-09-forwa...
2021-09-29 Matt CoralloConsider many first-hop paths to the same counterparty...
2021-09-29 Matt CoralloCorrect step number in `get_route`
2021-09-27 Matt CoralloMerge pull request #1065 from TheBlueMatt/2021-08-bump...
2021-09-21 Matt CoralloMerge pull request #1091 from TheBlueMatt/2021-09-997...
2021-09-21 Matt CoralloMerge pull request #1084 from valentinewallace/2021...
2021-09-21 Matt CoralloMerge pull request #1061 from sr-gi/add-transaction...
2021-09-21 Matt CoralloMerge pull request #1088 from TheBlueMatt/2021-09-1063...
2021-09-21 Valentine WallaceAdd path field to PaymentPathFailed event
2021-09-21 Matt CoralloMerge pull request #997 from ariard/2021-07-add-chan...
next