trivial changes to fix clippy::write_with_newline warnings
[rust-lightning] / lightning / src / routing / network_graph.rs
2020-10-08 Ryan Loombatrivial changes to fix clippy::write_with_newline warnings
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-11 Matt CoralloMerge pull request #618 from TheBlueMatt/2020-05-sample...
2020-09-11 Matt CoralloAdd annotations for things which we cannot (yet) expose
2020-09-11 Matt CoralloRemove a few final ::-containing paths in generic args
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 CoralloAdd a C-bindings-compatible read lock type for NetworkGraph 2020-08-c-bindings-cleanups-3
2020-08-25 Matt CoralloRefer to generic types by importing them instead of...
2020-08-25 Matt CoralloReorder struct definitions so that they are in dependen...
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 NaumenkoCheck htlc_maximum_msat on channel update
2020-07-27 Gleb NaumenkoStore channel capacity if available
2020-07-27 Gleb NaumenkoAdd htlc_maximum_msat field
2020-07-22 Gleb NaumenkoImprove routing announcement test
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 CoralloAvoid references to primitives and add NetworkGraph...
2020-06-22 Matt CoralloAvoid use std and use std::fmt and fmt:: instead in...
2020-06-22 Matt CoralloReduce RwLock usage in public interface of NetworkGraph
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 Matt CoralloFix some new indentation nits 2020-05-592-nits
2020-05-12 Matt CoralloFix a few new (and one old) issues in the new channel_u...
2020-05-12 Matt CoralloAdd missing comment on why last_update_message is None
2020-05-12 Matt CoralloMove get_addresses to network_graph and drop now-useles...
2020-05-12 Gleb NaumenkoImprove routing-related documentation
2020-05-12 Gleb NaumenkoRemove NetGraphMsgHandler serialization
2020-05-12 Gleb NaumenkoMake DirectionalChannelInfo optional
2020-05-12 Gleb NaumenkoMove node announcement fields into a separate struct
2020-05-12 Gleb NaumenkoExpose some network graph methods
2020-05-12 Gleb NaumenkoSplit routing from getting network messages