-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zeus Integration #21
Comments
Would love to do this! Are the channels that the child nodes have with the Sensei hosted channels for the added privacy? |
well, right now the nodes can open real channels to any node on the network (including the root node). I guess in theory we could add hosted channels as an option to avoid the fees if running in custodial mode (i guess?). I haven't thought a lot about that yet but seems reasonable. @louneskmt has started on this and surfaced these missing endpoints:
should be pretty easy to add all of these |
Yep, my Sensei integration into Zeus is almost done (at least for all the basic stuff), I need to setup a Zeus dev env to test it out. @johncantrell97 has sent above the few points I've noticed while doing this 👌 |
I could imagine on a very local / community level this may be okay. For example, a family uses sensei with HC so each member gets privacy / their own keys but they have shared custody. Thanks for pointing these out we will get on to them asap. We have a big release coming up for the end of next month that will deal with most of these issues @kaloudis Zero amount invoices are in the latest release, what version are you using? |
@Bosch-0 I think there was a misunderstanding: the exposed points concern Sensei, not Zeus. I was talking about things available in Zeus that aren't in Sensei endpoints (e.g. for zero amount invoices, the Sensei pay invoice endpoint only accepts an |
My bad, I misread. Though two of those points weren't in Zeus - made issues for them. |
Another missing thing: channel fees ( |
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 be some nice-to-have ones we can add as part of this. Hardest part of this is probably setting up Zeus development environment to do testing, should probably talk with Evan about it.
The text was updated successfully, but these errors were encountered: