-
Notifications
You must be signed in to change notification settings - Fork 5
feat: make proxy independent with other services #803
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
Conversation
|
The More about this
|
version will be bumped in next PR, for now i will change the proxy version to current mainnet version (without create/unlock apis). |
This PR removes the waiting logic for tls.cert of lndbtc, lndltc and xud in proxy
entrypoint.sh
. And it runs proxy branch "proxy-first" too. It is a necessary step before we providing a native launcher because we could present thestatus
API first to let the frontend know when to callcreate
(after lnds got synced).How to test?
It should not break anything. And there is no obvious new features introduced. A simple test would be just bring up proxy only and
Todos
Add newSERVICES
environment variable/root/config.sh
withconfig.json
/root/.xud
,/root/.lndbtc
and/root/.lndltc
with/root/network/data/...
Reminders before merge