aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/test/parsers
Commit message (Collapse)AuthorAgeFilesLines
* Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-131-3/+3
|
* Change some column types from varchar to numericAlex Browne2018-12-132-11/+11
|
* Implement scraping sra orders from radar relayAlex Browne2018-12-131-2/+0
|
* Rename table and column namesAlex Browne2018-12-131-1/+1
|
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-132-2/+2
|
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-131-1/+2
|
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-132-4/+4
|
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-132-23/+24
|
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-061-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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
* Token_orderbook_snapshots for Ddex and Paradex(#1354)zkao2018-12-062-0/+120
| | | | | | * Implements the TokenOrderbookSnapshot Table * Scripts, Data Sources and Entities to pull Ddex and Paradex API data.
* Add script for parsing competing dex trades from Bloxy (#1355)Alex Browne2018-12-061-0/+99
|
* Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-061-3/+3
|
* Change some column types from varchar to numericAlex Browne2018-12-062-11/+11
|
* Implement scraping sra orders from radar relayAlex Browne2018-12-061-2/+0
|
* Rename table and column namesAlex Browne2018-12-061-1/+1
|
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-062-2/+2
|
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-061-1/+2
|
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-062-4/+4
|
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-062-0/+147