rust-lightning icon indicating copy to clipboard operation
rust-lightning copied to clipboard

Builld scoring data from local channels

Open TheBlueMatt opened this issue 2 years ago • 0 comments

Some LSPs running LDK want to give users scorer data directly from their node. Sadly, even if they're probing, this data will not include the channels the LSP has, which is fine for the LSP but may result in poor performance for the user. We should have some way to do historical tracking of our own channels and just include that into a scorer, maybe via some future "merge scorer" method.

TheBlueMatt avatar Nov 21 '23 14:11 TheBlueMatt