aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src
Commit message (Expand)AuthorAgeFilesLines
* Rename table and column namesAlex Browne2018-12-139-97/+171
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-1311-294/+92
* Split index.ts into multiple scripts in scripts/ and detect last known block ...Alex Browne2018-12-133-94/+8
* Remove unused function parameter in index.ts scriptAlex Browne2018-12-131-2/+2
* Use bigint for gasUsed and gasPrice in TransactionAlex Browne2018-12-132-5/+7
* Update relayer code to use new relayer-registry formatAlex Browne2018-12-133-3/+8
* Implement fetching and parsing relayer infoAlex Browne2018-12-133-16/+56
* Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-135-21/+97
* chore: Fix tslint config.Alex Browne2018-12-131-1/+1
* Fix bugs in merge_v2_events script and disable verbose loggingAlex Browne2018-12-131-1/+4
* Rename index.ts -> merge_v2_eventsAlex Browne2018-12-131-0/+0
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-136-34/+66
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-133-8/+8
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-137-383/+73
* Rebase and update to use new modularized artifactsAlex Browne2018-12-134-2279/+2
* Add tests for SRA order conversionAlex Browne2018-12-132-4/+4
* Add soruceUrl to SraOrder entityAlex Browne2018-12-132-1/+4
* Add preliminary support for scraping orders from SRA endpoints (no pagination...Alex Browne2018-12-136-12/+125
* For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-135-11/+19
* Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-133-9/+45
* Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-134-6/+15
* Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-134-10/+80
* Make event parsing more functional and less class-basedAlex Browne2018-12-133-65/+21
* Re-organize event parsing and decodingAlex Browne2018-12-136-89/+120
* Add support for decoding asset dataAlex Browne2018-12-134-36/+92
* Add typeorm and begin inserting database recordsAlex Browne2018-12-133-7/+64
* Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-133-10/+26
* Add tests for etherscan eventsAlex Browne2018-12-132-9/+17
* Restructure pipeline package. Create data-sources dirAlex Browne2018-12-134-75/+96
* Remove old code. Create function for getting contract events via etherscanAlex Browne2018-12-1321-1862/+2348
* Rebase pipeline branch off developmentAlex Browne2018-12-1318-0/+1864
* Fix/pipeline/ohlcv (#1393)Xianny2018-12-062-31/+43
* Fix RadarRelay timestamps (#1391)Alex Browne2018-12-062-4/+8
* Change type of transactions.gas_used and gas_price to BigNumber/numericAlex Browne2018-12-062-7/+9
* Fix prettierAlex Browne2018-12-061-18/+11
* Address PR feedbackAlex Browne2018-12-0617-62/+63
* Use a string template in packages/pipeline/src/scripts/pull_missing_events.tsFabio B2018-12-061-1/+1
* Fix typo in packages/pipeline/src/parsers/bloxy/index.tsFabio B2018-12-061-1/+1
* Fix linterAlex Browne2018-12-061-1/+1
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-068-16/+344
* Token_orderbook_snapshots for Ddex and Paradex(#1354)zkao2018-12-0610-0/+488
* Add script for parsing competing dex trades from Bloxy (#1355)Alex Browne2018-12-066-4/+298
* Introduce framework for running basic tests for entities (#1344)Alex Browne2018-12-0611-29/+70
* Reduce number of blocks per query in pull_missing_eventsAlex Browne2018-12-061-1/+1
* updating comment for 0x trusted tokensJake Ellowitz2018-12-063-8/+7
* metadata and trusted sources in same raw tableJake Ellowitz2018-12-069-53/+55
* Pull token metadata re trusted tokensJake Ellowitz2018-12-0611-2/+162
* Add script for pulling missing block dataAlex Browne2018-12-063-3/+89
* Check for special characters in table name in pull_missing_eventsAlex Browne2018-12-061-3/+7
* Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-064-87/+150
* Add transactionHash to CancelUpToEvent and CancelEvent entitiesAlex Browne2018-12-063-1/+6
* Optimize database operations in pull_missing_events scriptAlex Browne2018-12-061-9/+26
* Add homepage_url to relayersAlex Browne2018-12-062-7/+8
* Add workaround for broken save methodAlex Browne2018-12-062-2/+22
* Fix chunk size in pull_missing_eventsAlex Browne2018-12-061-1/+1
* Use built-in chunk feature of TypeORM save methodAlex Browne2018-12-061-7/+2
* Change some column types from varchar to numericAlex Browne2018-12-068-35/+57
* Add raw schema prefix to query in pull_missing_eventsAlex Browne2018-12-061-1/+1
* Rename taker and maker amounts in sra_ordersAlex Browne2018-12-061-2/+2
* Implement scraping sra orders from radar relayAlex Browne2018-12-066-22/+52
* Preliminary work for adding RR order book scrapingAlex Browne2018-12-061-0/+52
* Update schema for sra_ordersAlex Browne2018-12-061-6/+1
* Pointing entities to raw schemaJake Ellowitz2018-12-068-9/+9
* Mapping dev schema to initial migrationJake Ellowitz2018-12-063-1/+18
* Configure linter with --format stylish and fix linter errorsAlex Browne2018-12-0611-6/+80
* Configure TypeORM for migrations. Add new package.json scripts.Alex Browne2018-12-063-26/+11
* Rename Transaction.ts to transaction.tsAlex Browne2018-12-063-0/+0
* Add better error handling for immediately invoked async functionsAlex Browne2018-12-064-85/+20
* Rename table and column namesAlex Browne2018-12-069-97/+171
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-0613-12/+36
* Split index.ts into multiple scripts in scripts/ and detect last known block ...Alex Browne2018-12-064-92/+95
* Remove unused function parameter in index.ts scriptAlex Browne2018-12-061-2/+2
* Use bigint for gasUsed and gasPrice in TransactionAlex Browne2018-12-062-5/+7
* Update relayer code to use new relayer-registry formatAlex Browne2018-12-064-6/+14
* Implement fetching and parsing relayer infoAlex Browne2018-12-064-6/+106
* Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-065-0/+149
* chore: Fix tslint config.Alex Browne2018-12-061-1/+1
* Fix bugs in merge_v2_events script and disable verbose loggingAlex Browne2018-12-062-2/+5
* Enable verbose loggingAlex Browne2018-12-061-1/+1
* Rename index.ts -> merge_v2_eventsAlex Browne2018-12-061-0/+0
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-068-36/+84
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-065-12/+12
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-066-135/+71
* Rebase and update to use new modularized artifactsAlex Browne2018-12-064-2279/+2
* Add tests for SRA order conversionAlex Browne2018-12-062-4/+4
* Add soruceUrl to SraOrder entityAlex Browne2018-12-062-1/+4
* Add preliminary support for scraping orders from SRA endpoints (no pagination...Alex Browne2018-12-067-12/+133
* For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-065-11/+19
* Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-063-9/+45
* Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-064-6/+15
* Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-065-10/+81
* Make event parsing more functional and less class-basedAlex Browne2018-12-063-65/+21
* Re-organize event parsing and decodingAlex Browne2018-12-066-89/+120
* Add support for decoding asset dataAlex Browne2018-12-064-36/+92
* Add typeorm and begin inserting database recordsAlex Browne2018-12-064-7/+78
* Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-063-10/+26
* Add tests for etherscan eventsAlex Browne2018-12-062-9/+17
* Restructure pipeline package. Create data-sources dirAlex Browne2018-12-064-75/+96
* Remove old code. Create function for getting contract events via etherscanAlex Browne2018-12-0622-1868/+2348
* Rebase pipeline branch off developmentAlex Browne2018-12-0619-0/+1870