Disable MPP routing when the payee does not support it
[rust-lightning] / lightning / src / routing / router.rs
2021-03-08 Matt CoralloDisable MPP routing when the payee does not support it
2021-03-08 Matt CoralloAdd an Option<>al InvoiceFeatures object for the payee...
2021-03-05 Matt CoralloMerge pull request #808 from TheBlueMatt/2021-02-791...
2021-03-05 Matt CoralloMerge pull request #825 from jkczyz/2021-03-client...
2021-03-05 Matt CoralloMerge pull request #821 from jkczyz/2021-03-fix-build...
2021-03-03 Jeffrey CzyzFix build warnings
2021-03-03 Matt CoralloMerge pull request #646 from naumenkogs/2020-06-router-mpp
2021-03-02 Gleb NaumenkoDon't underpay htlc_min due to path contribution
2021-03-02 Gleb NaumenkoMind htlc_minimum_msat when truncating overpaid value
2021-03-02 Gleb NaumenkoUse outbound_capacity_msat from first_hops for routing
2021-03-02 Gleb NaumenkoImplement finding paths for MPP
2021-02-16 Matt CoralloMerge pull request #786 from TheBlueMatt/2021-02-chansi...
2021-02-16 Matt CoralloMerge pull request #797 from TheBlueMatt/2021-02-no...
2021-02-15 Matt CoralloMerge pull request #798 from TheBlueMatt/2021-02-route...
2021-02-15 Matt CoralloAdd a trivial benchmark of calculating routes on today...
2021-02-10 Matt CoralloMerge pull request #787 from TheBlueMatt/2021-02-check...
2021-02-04 Matt CoralloMerge pull request #790 from bmancini55/sync_complete
2021-02-03 Matt CoralloMerge pull request #768 from TheBlueMatt/2020-12-chanma...
2021-02-03 Matt Corallo[bindings] Don't require trait impl for-structs to...
2020-12-24 Gleb NaumenkoStore available routing amounts per channel to use...
2020-12-15 Matt CoralloMerge pull request #736 from bmancini55/gossip_queries
2020-12-09 bmancini55Add genesis block hash to NetworkGraph
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
2020-11-23 Matt CoralloMerge pull request #750 from TheBlueMatt/2020-11-dup...
2020-11-23 Matt Corallo[router] Fix + test routing via next/last-hop hints...
2020-11-23 Matt CoralloMerge pull request #749 from TheBlueMatt/2020-11-bindin...
2020-11-23 Matt Coralloderive(Clone) for several pub simple data structs.
2020-10-01 Matt CoralloMerge pull request #649 from jkczyz/2020-06-refactor...
2020-10-01 Jeffrey CzyzReplace ChainWatchInterface in NetGraphMsgHandler
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-10 Matt CoralloMerge pull request #686 from TheBlueMatt/2020-09-bump...
2020-09-10 Matt CoralloUpdate to latest upstream rust-bitcoin
2020-08-26 Matt CoralloMerge pull request #676 from TheBlueMatt/2020-08-c...
2020-08-26 Matt CoralloMerge pull request #674 from TheBlueMatt/2020-08-keyif...
2020-08-25 Matt CoralloUse slices to references not slices of concrete objects...
2020-08-25 Matt CoralloMerge pull request #667 from valentinewallace/remove...
2020-08-25 Matt CoralloMerge pull request #675 from dspicher/master
2020-08-24 Dominik SpicherRefactor route tests
2020-08-11 Matt CoralloMerge pull request #666 from TheBlueMatt/2020-08-licens...
2020-08-11 Matt CoralloRelicense as dual Apache-2.0 + MIT 2020-08-license-change
2020-07-27 Matt CoralloMerge pull request #651 from naumenkogs/2020-06-routing...
2020-07-27 Gleb NaumenkoAdd htlc_maximum_msat field
2020-07-22 Gleb NaumenkoFix formatting
2020-07-22 Gleb NaumenkoUse constant for max msats
2020-07-22 Gleb NaumenkoUpdate get_route comment to reflect new parameters
2020-07-22 Matt CoralloMerge pull request #644 from joemphilips/improve_error_...
2020-07-22 joe.miyamotoImprove error message.
2020-06-27 Matt CoralloMerge pull request #647 from valentinewallace/test...
2020-06-24 Matt CoralloMerge pull request #638 from TheBlueMatt/2020-06-c...
2020-06-23 Matt CoralloTake &NetworkGraph as input in get_route, not a NetGrap...
2020-05-18 Matt CoralloMerge pull request #622 from valentinewallace/chanmgr...
2020-05-17 Valentine WallaceChannelManager+Router++ Logger Arc --> Deref
2020-05-12 Matt CoralloMerge pull request #621 from TheBlueMatt/2020-05-592...
2020-05-12 Gleb NaumenkoImprove routing-related documentation
2020-05-12 Gleb NaumenkoMake DirectionalChannelInfo optional
2020-05-12 Gleb NaumenkoMove node announcement fields into a separate struct
2020-05-12 Gleb NaumenkoSplit routing from getting network messages
2020-05-12 Gleb NaumenkoRemove non-bitcoin chain helpers
2020-05-12 Gleb NaumenkoMove router to a separate module