backend-replacement icon indicating copy to clipboard operation
backend-replacement copied to clipboard

Replacement backend

Results 19 backend-replacement issues
Sort by recently updated
recently updated
newest added

if i do: docker-compose run contract_observer alembic upgrade head with alembic.ini line 38: `sqlalchemy.url = postgresql+psycopg2://dex1:password@postgres:5432/forkdelta` i get this error: ` sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) FATAL: password authentication failed for user "postgres"`...

Add entrypoint.sh file to be used as entrypoint inside the containers of different services.

A developer should be able to stand up an instance of the backend that allows them to test a backend client with transactions done on testnet.

enhancement

Instead of a fixed time interval, tickers should be recomputed based on events. Preliminary list of events includes: * order updated (ie., order's `availableVolume` changed: after creation, after partial fill,...

enhancement

I have a program which scans the markets of a list of tokens, some of which may not actually have any open orders. The problem is that the response to...

enhancement

Hi, I'm trying to mirror the live order book using the websocket api. Currently I get the initial data of all tickers by emitting a getMarket for each token, the...

There have been several tokens with artificially inflated volume as 1 user trades large ETH amounts between two addresses they own. We need some sort of tool for tracking transactions...

Backend assumes that fuctions like decimals are always implemented in token contracts. This is not the case and some functions are optional per: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md We should handle all contract calls...

bug

We need some sort of error tracking system so that we can monitor any errors, ED downtime, order malfunctions, etc.