lightningdevkit / ldk-node

A ready-to-go node implementation built using LDK.
Other
140 stars 72 forks source link

Allow to download and import a scorer from a binary file #313

Open tnull opened 2 months ago

tnull commented 2 months ago

We should allow to configure a URL from which we download and import a persisted scorer dump (similar to the RGS snapshot).

Eventually, we'll want to supporting merging the scorer with our local data, but as a first step we should just override whatever we currently have store in our KVStore.