aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/test
Commit message (Collapse)AuthorAgeFilesLines
* query CC with larger batch sizexianny2018-12-081-2/+2
|
* Change type of transactions.gas_used and gas_price to BigNumber/numericAlex Browne2018-12-051-2/+3
|
* Address PR feedbackAlex Browne2018-12-051-3/+4
|
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-053-0/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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-053-0/+151
| | | | | | * 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-052-0/+159
|
* Introduce framework for running basic tests for entities (#1344)Alex Browne2018-12-0511-0/+581
| | | | | | | | | | | | | | | | | | | | | | * 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
* 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-053-97/+2
|
* Rebase and update to use new modularized artifactsAlex Browne2018-12-051-3/+2
|
* Add tests for SRA order conversionAlex Browne2018-12-051-0/+79
|
* Re-add missing testsAlex Browne2018-12-053-90/+164
|
* Re-organize event parsing and decodingAlex Browne2018-12-051-86/+86
|
* Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-051-1/+3
|
* Add tests for etherscan eventsAlex Browne2018-12-052-0/+101