John Cantrell
John Cantrell
With the introduction of remote p2p (graph, scorer, router) there's an issue getting alias' during list_channels. It currently looks at the local network_graph but when using a remote graph there...
In the initial version of Sensei it supported an electrum backend. This was largely implemented in https://github.com/johncantrell97/bdk-ldk . Haven't thought through how to best integrate it. The individual nodes should...
testing
there is NO testing to be found. I think a good first pass would be to get some kind of end-to-end integration test running so that we can at least...
One big pain point I've run into is that if I need to restart my sensei node then all of the child nodes stop running and can't automatically be started...
this is a new feature landing in ldk 105 that allows the creation of 'phantom' invoices. the idea is you can run a small cluster of nodes and then generate...
It should be pretty straight forward to implement a Zeus connecter for the child nodes. I think most if not all of the api endpoints needed probably exist. There might...
the grpc api is completely undocumented at the moment
currently there is no backup or recovery flows. need to review and brainstorm how this should work. I'd like to support multiple options for backup (filesystem, cloud (google drive /...
currently we just automatically sweep any ldk created utxo's into our bdk wallet when a channel is closed. this works fine but it costs the user an extra transaction. in...
I have implemented a full on-chain tx flow using bdk in an earlier wallet I was working on. it includes manual utxo selection. need to migrate that code into this...