hoprnet / hopr-community

A selection of awesome HOPR projects.
GNU General Public License v3.0
5 stars 20 forks source link

Calculate importance score overtime #147

Closed QYuQianchen closed 2 years ago

QYuQianchen commented 2 years ago

Either use subgraph or with Dune

QYuQianchen commented 2 years ago

It's difficult to calculate with both because each update of channel balance will trigger a loop of update (source node's importance score and all the nodes that have channels open to the source node). I'd rather calculate it on the "leader-board".