aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/test/data_sources
Commit message (Collapse)AuthorAgeFilesLines
* Refactor event scraping and add support for scraping ERC20 approval events ↵Alex Browne2018-12-121-0/+109
| | | | | | | | (#1401) * Refactor event scraping and add support for scraping ERC20 approval events * Add tests for data_sources/contract-wrappers/utils
* query CC with larger batch sizexianny2018-12-081-2/+2
|
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-051-0/+47
* [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