L2-Technology / sensei

A lightning node implementation for everyone
https://l2.technology/sensei
Other
199 stars 39 forks source link

Single scorer #98

Closed johncantrell97 closed 2 years ago

johncantrell97 commented 2 years ago

Currently every node manages their own scorer. I was told this is not ideal and all the nodes should just share a single scorer. This probably means treating it similar to the NetworkGraph where there's only one per node that gets shared to each node. So each node "still has the ability" to have a scorer but in reality only one really does.