Handle `short_to_id` state updates on channel closure via macros
[rust-lightning] / lightning / src / routing /
2022-03-09 Matt CoralloTrack SCID aliases from our counterparty and use them...
2022-03-05 Matt CoralloMerge pull request #1317 from TheBlueMatt/2022-02-fix...
2022-03-03 valentinewallaceMerge pull request #1343 from lightningdevkit/dependabo...
2022-03-03 valentinewallaceMerge pull request #1346 from TheBlueMatt/2022-03-clones
2022-03-03 Matt CoralloAdd Clone to a few structs which contain only a few... 2022-03-clones
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-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 Jeffrey CzyzUnhide struct docs in scoring module
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 CzyzDecay channel liquidity balance offsets
2022-02-03 Jeffrey CzyzProbabilistic channel scoring
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
2022-01-14 Matt CoralloMerge pull request #1229 from lightning-signer/2021...
2022-01-11 Matt CoralloMerge pull request #1013 from TheBlueMatt/2021-07-warni...
2022-01-11 Matt CoralloSend warning messages when appropriate in gossip handli...
2022-01-06 Matt CoralloMerge pull request #1223 from lightning-signer/2021...
2022-01-05 Matt CoralloMerge pull request #1226 from TheBlueMatt/2022-01-bindi...
2022-01-03 Matt CoralloMerge pull request #1220 from TheBlueMatt/2021-12-stale...
2021-12-19 Matt CoralloMerge pull request #1218 from TheBlueMatt/2021-12-minor...
2021-12-19 Matt CoralloLog gossip rejections due to stale channel_updates... 2021-12-stale-update-gossip-log
2021-12-18 Matt CoralloAdd a C-not exported tag to `NetGraphMsgHandler.network...
2021-12-18 Matt CoralloAdd a constructor to MultiThreadedLockableScore
2021-12-16 Matt CoralloMerge pull request #1212 from TheBlueMatt/2021-12-timeo...
2021-12-16 Matt CoralloAutomatically prune NetworkGraph of stale channels... 2021-12-timeout-graph
2021-12-16 Matt CoralloReject channel_update messages with timestamps too...
2021-12-16 Matt CoralloAdd a method to prune stale channels from `NetworkGraph`
2021-12-16 Matt CoralloDRY up network_graph tests substantially with message...
2021-12-15 Conor OkusMerge pull request #1211 from ConorOkus/2021-11-add...
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-09 Matt CoralloAdd a comment describing the timestamp field's use 2021-11-fix-update-announcements
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 CzyzFix shift overflow in Scorer::channel_penalty_msat
2021-12-03 Jeffrey CzyzDecay channel failure penalty upon success
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 CoralloSeal `scoring::Time` and only use `Instant` or `Eternit... 2021-11-c-bindings-tweaks
2021-11-24 Matt CoralloMake `Score : Writeable` in c_bindings and impl on...
2021-11-23 Matt CoralloRe-broadcast our own gossip even if its same as the...
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-22 Matt CoralloMerge pull request #1145 from tnull/add_gossip_log_level
2021-11-22 Elias RohrerAdd a new log-level for gossip messages.
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 CoralloPenalize large HTLCs relative to channels in default...
2021-11-16 Matt CoralloProvide `Score` the HTLC amount and channel capacity
2021-11-16 Matt CoralloMerge pull request #1160 from jkczyz/2011-11-spontaneou...
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...
next