CoinAlpha / gateway-api

Apache License 2.0
47 stars 25 forks source link

Refactor/architecture redesign es lint #81

Closed james-hummingbot closed 3 years ago

james-hummingbot commented 3 years ago

This also deletes unused code in src/static/uniswap-v3/helper_functions.js

dennisocana commented 3 years ago

For testing by @CoinAlpha/qa-team

RC-13 commented 3 years ago

@james-hummingbot We can't seem to interact with any of the endpoints, currently blocked and getting connection refused, same behavior when checking from Hummingbot client. Are we missing something here? Cross-checked on the development branch and was able to interact with the endpoints using postman and Hummingbot client. image

rxlxrxsx commented 3 years ago

Running gateway without errors however the connection seems to be not established in the client

Screen Shot 2021-06-07 at 2 33 43 PM

Tried to check in the client if I'll be able to run an amm_arb strategy or check the balance but failed

Screen Shot 2021-06-07 at 4 03 18 PM Screen Shot 2021-06-07 at 4 30 44 PM
james-hummingbot commented 3 years ago

@rxlxrxsx @RC-13 Thanks, I will investigate further.

james-hummingbot commented 3 years ago

@CoinAlpha/qa-team I have fixed some of the issues you have mentioned. Now I have it working with postman locally. Could you check again?

RC-13 commented 3 years ago

Confirming the reported issue has been fixed.