Merge pull request #646 from naumenkogs/2020-06-router-mpp
[rust-lightning] / lightning / src / routing / network_graph.rs
2021-03-03 Matt CoralloMerge pull request #646 from naumenkogs/2020-06-router-mpp
2021-03-02 Gleb NaumenkoImplement finding paths for MPP
2021-02-26 Matt CoralloMerge pull request #791 from jkczyz/2021-01-spv-client
2021-02-22 Matt CoralloMerge pull request #803 from TheBlueMatt/2021-02-derives
2021-02-22 Matt CoralloAllow cloning NetworkGraphs
2021-02-22 Matt CoralloStandardize trait derives in network graph objects
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 CoralloAllow gossip messages to have 1KB of uninterpreted... 2021-02-no-addr-order
2021-02-11 Matt CoralloMerge pull request #788 from TheBlueMatt/2020-02-concre...
2021-02-11 Matt CoralloAdd additional Clone derives
2021-02-10 Matt CoralloMerge pull request #787 from TheBlueMatt/2021-02-check...
2021-02-05 Matt CoralloMerge pull request #793 from galderz/t_double_validatio...
2021-02-04 Matt CoralloMerge pull request #790 from bmancini55/sync_complete
2021-02-04 bmancini55Interpret sync_complete in reply_channel_range
2021-02-03 Matt CoralloMerge pull request #767 from TheBlueMatt/2020-12-chansi...
2021-02-01 Matt Corallo[bindings] Use consistent imports for MessageSendEvents...
2020-12-15 Matt CoralloMerge pull request #736 from bmancini55/gossip_queries
2020-12-14 bmancini55Remove should_request_full_sync from RoutingMessageHandler
2020-12-14 bmancini55Change routing table sync to use gossip_queries
2020-12-09 bmancini55Pass Init message to sync_routing_table method
2020-12-09 bmancini55Pass gossip_queries messages to handler via ownership
2020-12-09 bmancini55Refactor gossip_queries sync to be stateless
2020-12-09 bmancini55Add genesis block hash to NetworkGraph
2020-12-09 bmancini55Implement gossip_queries sync methods in NetGraphMsgHandler
2020-12-09 bmancini55Add gossip_queries methods to RoutingMessageHandler...
2020-11-24 Matt CoralloMerge pull request #759 from TheBlueMatt/2020-11-0... v0.0.12
2020-11-24 Matt CoralloMerge pull request #758 from TheBlueMatt/2020-11-bindin...
2020-11-24 Matt CoralloSplit `NetworkGraph` message handling fns into unsigned...
2020-11-24 Matt CoralloMove UTXO-lookup into pub utility function from Routing...
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
2020-11-24 Matt CoralloExpose manual-update methods in NetworkGraph.
2020-11-23 Matt Corallo[netgraph] Do not allow capacity_sats * 1000 to overflo...
2020-10-10 Matt CoralloMerge pull request #738 from TheBlueMatt/2020-10-opt...
2020-10-09 Matt CoralloMerge pull request #740 from rloomba/rloomba/trivial...
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