-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: a simple orderbook web UI #533
Conversation
Two more things that would be nice to have in this PR:
|
Very nice, works like a charme! Quick feedback: naming and design should be more like in the CLI order book:
|
Dependency: @sangaman 's feedback on how easy moving web-proxy -> grpc web is to get the https://api.exchangeunion.com/#subscribeorders working. |
Agree on both.
Should be and if we add a |
Current main blocking issue is grpc-web client throws error
envoy.yaml cluster type set to strict_dns seems successfully resolved domain name "xud". (type original value logical_dns cannot)
|
Could be related to xud gRPC needs tls |
Envoy exits with the error:
|
I'd go for
|
Got OPENSSL_internal:WRONG_VERSION_NUMBER
|
New tls error
|
We are facing the same issue like envoyproxy/envoy#11582 |
Will reopen this PR when breakthrough in grpc-web TLS. |
This PR adds an optional contianer webui to serve static reactjs application and reverse proxy
/api
to xud webproxy (8080).How to test?
Simply run
bash setup.sh -b xud-webproxy
and open http://localhost:8080Closes ExchangeUnion/xud#1495
Closes ExchangeUnion/xud#1661 (EDIT by @kilrau )
Todo list