Merge pull request #1435 from TheBlueMatt/2022-04-1126-first-step
[rust-lightning] / lightning / src / routing / router.rs
2022-04-28 Matt CoralloMerge pull request #1435 from TheBlueMatt/2022-04-1126...
2022-04-27 valentinewallaceMerge pull request #1405 from TheBlueMatt/2022-04-log...
2022-04-27 Matt CoralloMerge pull request #1421 from TheBlueMatt/2022-04-less...
2022-04-26 valentinewallaceMerge pull request #1436 from TheBlueMatt/2022-04-event...
2022-04-25 Matt CoralloSeparate `ChannelDetails`' outbound capacity from the...
2022-04-21 Matt CoralloMerge pull request #1378 from ViktorTigerstrom/2022...
2022-04-21 Viktor TigerströmAdd outbound min/max to `ChannelCounterparty`
2022-04-21 Matt CoralloMerge pull request #1417 from johncantrell97/generic...
2022-04-20 valentinewallaceMerge pull request #1419 from atalw/2022-03-paymentforw...
2022-04-19 Viktor TigerströmAdd inbound htlc min/max to `ChannelDetails`
2022-04-18 Jeffrey CzyzMerge pull request #1414 from ViktorTigerstrom/2022...
2022-04-15 Matt CoralloAdd an (unused) `Logger` reference in `ProbabilisticScorer`
2022-04-14 Viktor TigerströmDefault to creating BOLT4 tlv payload format onions
2022-04-13 Matt CoralloMerge pull request #1384 from valentinewallace/2022...
2022-04-03 Matt CoralloMerge pull request #1397 from jkczyz/2022-03-release... v0.0.106
2022-04-02 Matt CoralloMerge pull request #1399 from jkczyz/2022-03-scoring...
2022-04-01 Matt CoralloMerge pull request #1398 from jkczyz/2022-03-middle...
2022-04-01 Matt CoralloDon't consider a path as having hit HTLC-min if it...
2022-04-01 Jeffrey CzyzSelect best route by lowest total cost
2022-03-30 Jeffrey CzyzCorrectly pick middle hop to victimize
2022-03-30 Jeffrey CzyzMerge pull request #1376 from jurvis/jurvis/persist...
2022-03-28 Matt CoralloMerge pull request #1351 from TheBlueMatt/2022-03-scid...
2022-03-27 Matt CoralloExpose chan type in `Event::OpenChannelRequest` & ...
2022-03-25 valentinewallaceMerge pull request #1375 from jkczyz/2022-03-scorer...
2022-03-25 Matt CoralloMerge pull request #1382 from TheBlueMatt/2022-03-gossi...
2022-03-25 valentinewallaceMerge pull request #1381 from shamardy/2022-03-set...
2022-03-24 Matt CoralloMerge pull request #1359 from tnull/2022-03-real-random...
2022-03-24 Matt CoralloMerge pull request #1380 from TheBlueMatt/2022-03-skip...
2022-03-24 Elias RohrerMinor refactor for sort / add, and some nits.
2022-03-24 Elias RohrerRandomize candidate paths during route selection.
2022-03-23 Matt CoralloMerge pull request #1370 from TheBlueMatt/2022-03-pref...
2022-03-23 Matt CoralloMerge pull request #1360 from tnull/2022-03-loopless...
2022-03-23 Matt CoralloAvoid needless MPP on multiple channels to the same... 2022-03-pref-first-hop-chans
2022-03-23 Elias RohrerAvoid looping CLTV shadow routes.
2022-03-22 Matt CoralloMerge pull request #1352 from TheBlueMatt/2022-03-debug...
2022-03-18 Matt CoralloMerge pull request #1363 from TheBlueMatt/2022-03-tx...
2022-03-17 Matt CoralloMerge pull request #1358 from TheBlueMatt/2022-03-max...
2022-03-16 Matt CoralloMake `max_total_cltv_expiry_delta` include the final... 2022-03-max-cltv
2022-03-16 Matt CoralloMake routing benchmark robust against path changes
2022-03-11 Jeffrey CzyzMerge pull request #1331 from TheBlueMatt/2022-02-no...
2022-03-10 Matt CoralloMerge pull request #1311 from TheBlueMatt/2022-02-0conf...
2022-03-09 valentinewallaceMerge pull request #1341 from jkczyz/2022-03-expiry...
2022-03-09 Jeffrey CzyzMerge pull request #1349 from TheBlueMatt/2022-03-liste...
2022-03-09 Matt CoralloMerge pull request #1348 from TheBlueMatt/2022-03-timer...
2022-03-09 Matt CoralloMerge pull request #1355 from lightningdevkit/dependabo...
2022-03-09 Matt CoralloTrack SCID aliases from our counterparty and use them...
2022-03-09 Jeffrey CzyzMerge pull request #1286 from tnull/add_random_cltv_offsets
2022-03-09 Elias RohrerAdd a random per-path CLTV offset for privacy.
2022-03-09 Jeffrey CzyzMerge pull request #1347 from jkczyz/2022-03-log-approx...
2022-03-09 Jeffrey CzyzFix compilation warnings with --features=no-std
2022-03-02 Matt CoralloMerge pull request #1310 from TheBlueMatt/2022-02-bump...
2022-03-01 Matt CoralloMerge pull request #1339 from TheBlueMatt/2022-02-0... v0.0.105
2022-03-01 Matt CoralloMerge branch '2022-02-bal-panic' into 2022-02-0.0.105-sec
2022-03-01 Matt CoralloMerge branch '2022-02-fix-multi-hop-hint-panic' into...
2022-02-28 Matt CoralloCorrect default value for A* heuristic for non-public...
2022-02-28 Matt CoralloFix panic when routing through multiple private last...
2022-02-28 Arik SosmanMerge pull request #1327 from TheBlueMatt/2022-02-log...
2022-02-28 Matt CoralloMerge pull request #1303 from jkczyz/2022-02-docs-with...
2022-02-28 Matt CoralloMerge pull request #1324 from valentinewallace/2022...
2022-02-26 Matt CoralloMerge pull request #1332 from TheBlueMatt/2022-02-persi...
2022-02-24 Matt CoralloMerge pull request #1318 from jurvis/jurvis/2022-02...
2022-02-24 Jurvis TanImplement custom debug for PathBuildingHop
2022-02-23 Matt CoralloUse &mut self in invoice updaters, not take-self-return... 2022-02-no-copy-invoice-fields
2022-02-22 valentinewallaceMerge pull request #1309 from TheBlueMatt/2022-02-first...
2022-02-18 Arik SosmanMerge pull request #1314 from TheBlueMatt/2022-02-accep...
2022-02-18 Matt CoralloSpecify whether we have first-hop hints when routing 2022-02-first-hop-log
2022-02-18 Matt CoralloMerge pull request #1316 from TheBlueMatt/2022-02-no...
2022-02-18 Matt CoralloDrop `fuzztarget` feature entirely
2022-02-17 Matt CoralloMerge pull request #1266 from TheBlueMatt/2022-01-fix...
2022-02-14 Matt CoralloMerge pull request #1301 from TheBlueMatt/2022-02-route...
2022-02-14 valentinewallaceMerge pull request #1305 from ConorOkus/update-readme
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-10 Matt CoralloMake router benchmarks more realistic by not running... 2022-02-router-no-test
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...
next