CoinAlpha / gateway-api

Apache License 2.0
47 stars 25 forks source link

Feat/new gateway config #80

Closed vic-en closed 3 years ago

vic-en commented 3 years ago

Note the list of updated commands for gateway. yarn run start - To start gateway in production mode yarn run status - To view active status of gateway in production mode yarn run logs - To view recent logs of gateway yarn run stop - To stop gateway in production yarn run debug- To run gateway in debug mode

Also, users have to update the global_config.yml file on first run as usual.

RC-13 commented 3 years ago

New commands have been tested and confirmed working however, we tried running the new gateway change with AMM arbitrage strategy and it fails to run when Balancer and Uniswap are used as connectors. Stuck with market not ready status and no pool on the gateway side. However, it's working fine when the gateway instance is using the master or development branch. Is this issue related to the recent change?

This test is done using KOVAN network. For terra, no issue on both mainnet and testnet. image image

PtrckM commented 3 years ago

Docker Build

image

PtrckM commented 3 years ago

Docker script create-gateway.sh needs updating in order to make it work on docker build. Overall works well on source build.