aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Address PR feedbackAlex Browne2018-12-053-4/+8
|
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-052-9/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [WIP] pull OHLCV records from Crypto Compare * lint * refactor to pull logic out of script and into modules * add entity test for ohlcv_external entity * implement rate limit and chronological backfill for ohlcv * add unit tests; cleanup variable names * Fetch OHLCV pairs params from events table * better method names * fix outdated test * lint * Clean up after review * oops * fix failing test * better filtering of most recent records * fix bug when generating pairs * fix default earliest backfill date * fix bug with retrieving backfill time * prettier
* Introduce framework for running basic tests for entities (#1344)Alex Browne2018-12-054-15/+46
| | | | | | | | | | | | | | | | | | | | | | * Introduce framework for running basic tests for entities * Add pipeline tests to CircleCI config * Make pipeline tests more configurable and fix CircleCI config * Add coverage dir to pipeline package * Add basic tests for all exchange event entities * Add tests for remaining entities * Create separate test scripts in package.json and add new info to README * Update db_setup.ts to revert migrations even if you are using docker * Automatically pull the postgres image if needed * Add comment about why NumberToBigIntTransformer is needed
* updating comment for 0x trusted tokensJake Ellowitz2018-12-051-1/+1
|
* metadata and trusted sources in same raw tableJake Ellowitz2018-12-051-0/+3
|
* Pull token metadata re trusted tokensJake Ellowitz2018-12-051-0/+6
|
* Change some column types from varchar to numericAlex Browne2018-12-051-0/+15
|
* Configure linter with --format stylish and fix linter errorsAlex Browne2018-12-051-0/+14
|
* Add better error handling for immediately invoked async functionsAlex Browne2018-12-051-0/+14
|
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-051-1/+1
|
* Add preliminary support for scraping orders from SRA endpoints (no ↵Alex Browne2018-12-051-0/+8
pagination, only RR support for now)