Dev Random

Results 105 comments of Dev Random

Very interested in this. > Does VLS support plugable signing backends? We currently just use `InMemorySigner` internally, but we could abstract this to the `Sign` trait, which would seem to...

You might be interested in doing a system test, such as this one for *lnrod*: https://gitlab.com/lightning-signer/lnrod/-/blob/master/tests/integration-test.py Note also the Docker method of launching that, at top level of the repo.

Since we hand it to the `ChannelManager` first, it can tell us whether the channel is private, so we can skip handing it to the network graph.

any plans for moving forward with this?

As a specific use case, assume you have a kubernetes cluster, and bitcoind is on one of the nodes. If the nodes goes down and the service is migrated to...