Tag `KVStore` `(C-not exported)` as `Writeable` isn't mapped
[rust-lightning] / lightning / src / routing /
2022-06-26 Matt CoralloConcretize `WriteableScore` into `MultiThreadedLockable...
2022-06-16 Jeffrey CzyzRestrict ChannelInfo::as_directed_from visibility
2022-06-16 Matt CoralloSimplify type aliasing somewhat around times
2022-06-16 Matt CoralloMake `as_directed_to` non-public
2022-06-09 Arik SosmanMerge pull request #1496 from TheBlueMatt/2022-05-macro...
2022-06-09 valentinewallaceMerge pull request #1513 from TheBlueMatt/2022-06-fix...
2022-06-09 Matt CoralloMerge pull request #1524 from ViktorTigerstrom/2022...
2022-06-07 Matt CoralloMerge pull request #1517 from jkczyz/2022-06-gossip...
2022-06-06 Jeffrey CzyzImplement EventHandler for NetworkGraph
2022-06-06 Jeffrey CzyzParameterize NetworkGraph with Logger
2022-06-04 Matt CoralloMerge pull request #1501 from tnull/2022-05-mention...
2022-06-03 Jeffrey CzyzMove Secp256k1 context to NetworkGraph
2022-06-02 Matt CoralloMerge pull request #1159 from jkczyz/2021-11-network...
2022-06-02 Jeffrey CzyzMove network_graph.rs to gossip.rs
2022-06-02 Jeffrey CzyzRename NetGraphMsgHandler to P2PGossipSync
2022-06-02 Jeffrey CzyzRename ChannelClosed to ChannelFailure
2022-06-02 Jeffrey CzyzFix build warnings
2022-06-02 valentinewallaceMerge pull request #1505 from tnull/2022-05-support...
2022-06-02 Jeffrey CzyzMerge pull request #1433 from arik-so/2022-04-rapid...
2022-06-02 Arik SosmanIndicate ongoing rapid sync to background processor.
2022-06-01 Jeffrey CzyzMerge pull request #1512 from tnull/2022-05-remove...
2022-06-01 Elias RohrerRemove previously deprecated `Scorer`
2022-06-01 Jeffrey CzyzMerge pull request #1504 from TheBlueMatt/2022-05-pub-io
2022-05-31 Arik SosmanMerge pull request #1500 from arik-so/2022-05-network...
2022-05-31 Matt CoralloMerge pull request #1506 from tnull/2022-05-rename...
2022-05-31 Arik SosmanAdd optional last_rapid_gossip_sync_timestamp field...
2022-05-31 Elias RohrerRename `FundingLocked` to `ChannelReady`.
2022-05-30 valentinewallaceMerge pull request #1434 from TheBlueMatt/2022-04-robus...
2022-05-27 Matt CoralloMerge pull request #1401 from TheBlueMatt/2022-02-0conf...
2022-05-27 Matt CoralloExpose outbound SCID alias in `ChannelDetails` and...
2022-05-27 valentinewallaceMerge pull request #1481 from TheBlueMatt/2022-05-new...
2022-05-27 Matt CoralloMerge pull request #1499 from tnull/2022-05-fix-unreach...
2022-05-27 Matt CoralloMerge pull request #1491 from tnull/2022-05-build-route...
2022-05-27 Elias RohrerAllow building of a route from given hops
2022-05-26 Matt CoralloMerge pull request #1494 from TheBlueMatt/2022-05-mon...
2022-05-25 Jeffrey CzyzMerge pull request #1155 from arik-so/graph_sync_crate
2022-05-25 Arik SosmanIntroduce graph sync crate for fast-forwarding through...
2022-05-23 Jeffrey CzyzMerge pull request #1490 from arik-so/rust_beta_doc_fix
2022-05-20 Arik SosmanMerge pull request #1492 from tnull/2022-05-fix-bolts-url
2022-05-20 Arik SosmanMerge pull request #1456 from jkczyz/2022-04-effective...
2022-05-20 Elias RohrerUse new spec repository URL.
2022-05-19 Jeffrey CzyzScore without uncertainty for exact liquidity
2022-05-19 Jeffrey CzyzPass effective capacity to scorer
2022-05-19 Jeffrey CzyzUse correct penalty and CLTV delta in route hints
2022-05-19 Jeffrey CzyzUse the correct amount when scoring route hints
2022-05-19 Jeffrey CzyzDistinguish maximum HTLC from effective capacity
2022-05-19 Jeffrey CzyzPathBuildingHop::value_contribution_msat in Debug
2022-05-18 Matt CoralloMerge pull request #1476 from tnull/2022-05-maximum...
2022-05-18 Elias RohrerConsider maximum path length during path finding.
2022-05-17 valentinewallaceMerge pull request #1472 from TheBlueMatt/2022-06-less...
2022-05-17 Matt CoralloMerge pull request #1418 from bruteforcecat/timeout...
2022-05-16 valentinewallaceMerge pull request #1475 from atalw/2022-04-paymentforw...
2022-05-14 Matt CoralloMerge pull request #1429 from TheBlueMatt/2022-04-drop...
2022-05-14 KaFai Choimove Time trait from scoring mod to util::time and...
2022-05-11 Matt CoralloMerge pull request #1023 from TheBlueMatt/2021-07-par...
2022-05-09 valentinewallaceMerge pull request #1467 from arik-so/fuzz_new_target_docs
2022-05-05 Jeffrey CzyzMerge pull request #1389 from lightning-signer/2022...
2022-05-05 Devrandombitcoin crate 0.28.1
2022-05-05 valentinewallaceMerge pull request #1463 from TheBlueMatt/2022-05-lol...
2022-05-04 Matt CoralloMerge pull request #1449 from TheBlueMatt/2022-04-fix...
2022-05-04 Matt CoralloMerge pull request #1430 from vincenzopalazzo/macros...
2022-05-04 Jeffrey CzyzMerge pull request #1416 from jurvis/jurvis/persist...
2022-05-04 valentinewallaceMerge pull request #1461 from TheBlueMatt/2022-05-uncon...
2022-05-03 Matt CoralloMerge pull request #1444 from ViktorTigerstrom/2022...
2022-05-03 Jurvis TanAdd utils to persist scorer in BackgroundProcessor
2022-05-03 Matt CoralloMerge pull request #1452 from tnull/2022-04-honor-gossi...
2022-05-03 Matt CoralloMerge pull request #1460 from TheBlueMatt/2022-04-liqui...
2022-05-02 Matt CoralloProvide a utility to log the ProbabilisticScorer's... 2022-04-liquidity-log
2022-04-28 Matt CoralloMerge pull request #1454 from TheBlueMatt/2022-04-fuzz...
2022-04-28 Matt CoralloMerge pull request #1425 from valentinewallace/2021...
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-27 Matt CoralloExplicitly log a warning when a payment failed on the... 2022-04-log-scoring
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 Viktor TigerströmAdd tests for defaulting to creating tlv onions
2022-04-15 Jeffrey CzyzMerge pull request #1404 from TheBlueMatt/2022-04-buf...
2022-04-15 Matt CoralloLog as channel liquidities are/not updated in `Probabil...
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-13 Matt CoralloMerge pull request #1406 from TheBlueMatt/2022-04-score...
2022-04-11 Matt CoralloLower-bound the log approximation and stop using it... 2022-04-scorer-precision
2022-04-10 Matt CoralloExpand the precision of our log10 lookup tables + add...
2022-04-03 Matt CoralloAdd a test which demonstrates scores for some realistic...
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 Jeffrey CzyzAdd an amount penalty to ProbabilisticScorer
2022-04-01 Jeffrey CzyzAvoid retrying over recently failed channels
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
next