rust-lightning/lightning/src/routing
Valentine Wallace c106d4ff9f
OR NodeFeatures from both Channel and Routing message handlers
When we broadcast a node announcement, the features we support are really a
combination of all the various features our different handlers support. This
commit captures this concept by OR'ing our NodeFeatures across both our channel
and routing message handlers.
2022-09-09 15:58:20 -04:00
..
gossip.rs OR NodeFeatures from both Channel and Routing message handlers 2022-09-09 15:58:20 -04:00
mod.rs Move network_graph.rs to gossip.rs 2022-06-02 15:15:30 -07:00
router.rs Make htlc_maximum_msat a required field. 2022-07-25 20:35:51 +02:00
scoring.rs Keep track of inflight HTLCs across payments 2022-08-31 18:50:02 -07:00