aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/test
Commit message (Expand)AuthorAgeFilesLines
* track idex orderbook snapshots (#1397)zkao2018-12-134-14/+167
* Refactor event scraping and add support for scraping ERC20 approval events (#...Alex Browne2018-12-135-2/+193
* query CC with larger batch sizexianny2018-12-131-2/+2
* 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-135-265/+24
* Rebase and update to use new modularized artifactsAlex Browne2018-12-131-3/+2
* Add tests for SRA order conversionAlex Browne2018-12-131-0/+79
* Re-add missing testsAlex Browne2018-12-133-90/+164
* Re-organize event parsing and decodingAlex Browne2018-12-131-86/+86
* Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-131-1/+3
* Add tests for etherscan eventsAlex Browne2018-12-131-0/+88
* Change type of transactions.gas_used and gas_price to BigNumber/numericAlex Browne2018-12-061-2/+3
* Address PR feedbackAlex Browne2018-12-061-3/+4
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-063-0/+144
* Token_orderbook_snapshots for Ddex and Paradex(#1354)zkao2018-12-063-0/+151
* Add script for parsing competing dex trades from Bloxy (#1355)Alex Browne2018-12-062-0/+159
* Introduce framework for running basic tests for entities (#1344)Alex Browne2018-12-0611-0/+581
* 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-063-97/+2
* Rebase and update to use new modularized artifactsAlex Browne2018-12-061-3/+2
* Add tests for SRA order conversionAlex Browne2018-12-061-0/+79
* Re-add missing testsAlex Browne2018-12-063-90/+164
* Re-organize event parsing and decodingAlex Browne2018-12-061-86/+86
* Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-061-1/+3
* Add tests for etherscan eventsAlex Browne2018-12-062-0/+101