Update to rust-secp256k1 v0.11 and rust-bitcoin v0.14
[rust-lightning] / src / ln / router.rs
2018-08-23 Matt CoralloUpdate to rust-secp256k1 v0.11 and rust-bitcoin v0.14 2018-08-secp-0.10
2018-08-23 Matt CoralloClean up excess \ns in route debug, use all debug encoders 2018-08-114-rebase
2018-08-23 Antoine RiardAdd Display trait on network structs for routing bug...
2018-08-17 Matt CoralloMerge pull request #110 from TheBlueMatt/2018-08-router...
2018-08-17 Matt Corallo[Router] Remove channels from nodes when the channel... 2018-08-router-crashes-2
2018-08-17 Matt CoralloHandle only-path-overflows-fee in get_route and avoid...
2018-08-17 Matt CoralloFix fee_base_msat overflowing entire fee range in RouteHint
2018-08-17 Matt CoralloErr from get_route if the requested value is more than...
2018-08-17 Matt CoralloCorrect lowest_inbound_proportional_fee deduction in...
2018-08-17 Matt CoralloFix multiply-with-overflow panic in router
2018-08-17 Matt CoralloMerge pull request #91 from ariard/logging_interface
2018-08-17 Antoine RiardLogging interface
2018-07-28 Matt CoralloMerge pull request #95 from savil/rm-bitcoin-util-hexbytes
2018-07-28 Savil Srivastavareplace use of bitcoin::utils::misc::hex_bytes with...
2018-07-26 Matt CoralloMerge pull request #93 from TheBlueMatt/2018-07-announc...
2018-07-26 Matt CoralloRemove excess mut warned on in 1.22 2018-07-announce-bug
2018-07-26 Matt CoralloMerge pull request #84 from savil/sort_outputs
2018-07-25 Matt CoralloMerge pull request #89 from TheBlueMatt/2018-07-route...
2018-07-25 Matt CoralloFix fee addition overflow in get_route 2018-07-route-fuzz-fix-1
2018-07-25 Matt CoralloMerge pull request #87 from savil/editorconfig
2018-07-25 Matt CoralloMerge pull request #88 from TheBlueMatt/2018-07-new...
2018-07-25 Matt CoralloCatch fee overflow panic in get_route
2018-07-24 Matt CoralloMerge pull request #82 from TheBlueMatt/2018-07-send...
2018-07-24 Matt CoralloHalf-ass some CLTV fixes for real channel creation
2018-07-24 Matt CoralloMerge pull request #83 from TheBlueMatt/2018-07-direct...
2018-07-24 Matt CoralloShort-circuit router for an outbound specified direct... 2018-07-direct-route
2018-07-23 Matt CoralloMerge pull request #77 from TheBlueMatt/2018-07-route...
2018-07-23 Matt CoralloAdd arg to get_route to specify our local channels... 2018-07-route-tweaks
2018-07-23 Matt CoralloSkip always iterating over all nodes in get_route
2018-07-23 Matt CoralloMerge pull request #69 from savil/gen-target-fix
2018-07-22 Matt CoralloMerge pull request #67 from yuntai/issue_56
2018-07-22 Yuntai Kyongadd two methods for the issue #56
2018-07-20 Matt CoralloMerge pull request #65 from TheBlueMatt/master
2018-07-20 Matt CoralloMerge pull request #53 from savil/rename-error-msg...
2018-07-20 Savil Srivastava[Error] rename msg field to action
2018-06-17 Matt CoralloMerge pull request #30 from TheBlueMatt/master
2018-06-16 Matt CoralloSupport ignoring some errors, deserialize empty flags...
2018-04-26 Matt CoralloMerge pull request #21 from TheBlueMatt/master
2018-04-24 Matt CoralloHTLC Failure message handling
2018-03-22 Matt CoralloMerge pull request #13 from TheBlueMatt/2018-03-htlc...
2018-03-22 Matt CoralloClarify roles in failing HTLCs, impl it, support rebalances 2018-03-htlc-failures
2018-02-16 Matt Coralloinitial checkin