Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for Quadriga CX trading (DeviaVir#386)
* Quadriga CX Fixes * Add amount for takers fee * Minor update to backfill warning text * Fix variable shadowing error * Trades with the same timestamp are now ordered oldest to newest when r eturned from getTrades * Trade volume now returned as number and not a string, prevents NaN on volume report * Filter results on timestamp start to prevent re-reporting the same trades in the results * Sometime opts.from is undefined, and we should return all results. * Formatting
- Loading branch information