aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/test/parsers
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-1911-721/+0
|
* upgrade to ddex api v3 (#1507)Xianny2019-01-111-8/+5
|
* fetch and save copper (#1472)Xianny2019-01-091-0/+87
| | | | Fetch and save Copper CRM
* Use enums in pipelineAmir Bandeali2019-01-086-14/+16
|
* Fix dex order quote/base asset assigning (#1432)zkao2018-12-153-10/+12
|
* track idex orderbook snapshots (#1397)zkao2018-12-124-14/+167
| | | * Track Idex and Oasis Orderbook Snapshots
* Refactor event scraping and add support for scraping ERC20 approval events ↵Alex Browne2018-12-123-2/+55
| | | | | | | | (#1401) * Refactor event scraping and add support for scraping ERC20 approval events * Add tests for data_sources/contract-wrappers/utils
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-051-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-052-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-051-0/+99
|
* Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-051-3/+3
|
* Change some column types from varchar to numericAlex Browne2018-12-052-11/+11
|
* Implement scraping sra orders from radar relayAlex Browne2018-12-051-2/+0
|
* Rename table and column namesAlex Browne2018-12-051-1/+1
|
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-052-2/+2
|
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-051-1/+2
|
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-052-4/+4
|
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-052-0/+147