aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/scripts
Commit message (Expand)AuthorAgeFilesLines
* Deploy @dexon-foundation/0x.jsstableHsuan Lee2019-03-0613-1024/+0
* Add migration to fix exchange events primary keys (#1593)F. Eugene Aumson2019-02-091-3/+9
* Replace console.log with logUtils.log (#1515)F. Eugene Aumson2019-01-158-66/+68
* Update prettier to version ^1.15.3Alex Browne2019-01-111-11/+18
* fetch and save copper (#1472)Xianny2019-01-091-0/+129
* Optimize SQL queries in pull_missing_blocks (#1458)Alex Browne2019-01-081-19/+20
* Fix bug in pull_missing_blocks with incorrect start block (#1438)Alex Browne2018-12-181-10/+6
* Pull approval events for ZRX and DAI (#1430)Alex Browne2018-12-181-19/+49
* Fix linter errorsLeonid Logvinov2018-12-138-22/+22
* Make pull_missing_blocks script consider all events with block numbers (#1420)Alex Browne2018-12-121-1/+14
* track idex orderbook snapshots (#1397)zkao2018-12-122-0/+121
* Refactor event scraping and add support for scraping ERC20 approval events (#...Alex Browne2018-12-123-10/+86
* change to camelCasexianny2018-12-111-1/+1
* rename variable and define default in only 1 locationxianny2018-12-081-2/+2
* Fix/pipeline/ohlcv (#1393)Xianny2018-12-061-22/+16
* Fix RadarRelay timestamps (#1391)Alex Browne2018-12-061-2/+3
* Fix prettierAlex Browne2018-12-051-18/+11
* Address PR feedbackAlex Browne2018-12-054-28/+31
* Use a string template in packages/pipeline/src/scripts/pull_missing_events.tsFabio B2018-12-051-1/+1
* Fix linterAlex Browne2018-12-051-1/+1
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-051-0/+101
* Token_orderbook_snapshots for Ddex and Paradex(#1354)zkao2018-12-052-0/+142
* Add script for parsing competing dex trades from Bloxy (#1355)Alex Browne2018-12-051-0/+51
* updating comment for 0x trusted tokensJake Ellowitz2018-12-051-4/+5
* metadata and trusted sources in same raw tableJake Ellowitz2018-12-051-4/+4
* Pull token metadata re trusted tokensJake Ellowitz2018-12-052-2/+53
* Add script for pulling missing block dataAlex Browne2018-12-051-0/+83
* Check for special characters in table name in pull_missing_eventsAlex Browne2018-12-051-3/+7
* Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-051-42/+81
* Optimize database operations in pull_missing_events scriptAlex Browne2018-12-051-9/+26
* Add workaround for broken save methodAlex Browne2018-12-051-1/+21
* Fix chunk size in pull_missing_eventsAlex Browne2018-12-051-1/+1
* Use built-in chunk feature of TypeORM save methodAlex Browne2018-12-051-7/+2
* Change some column types from varchar to numericAlex Browne2018-12-051-1/+1
* Add raw schema prefix to query in pull_missing_eventsAlex Browne2018-12-051-1/+1
* Implement scraping sra orders from radar relayAlex Browne2018-12-051-16/+17
* Preliminary work for adding RR order book scrapingAlex Browne2018-12-051-0/+52
* Configure linter with --format stylish and fix linter errorsAlex Browne2018-12-052-0/+2
* Configure TypeORM for migrations. Add new package.json scripts.Alex Browne2018-12-052-6/+6
* Add better error handling for immediately invoked async functionsAlex Browne2018-12-053-85/+6
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-053-3/+3
* Split index.ts into multiple scripts in scripts/ and detect last known block ...Alex Browne2018-12-053-0/+172
* Remove old code. Create function for getting contract events via etherscanAlex Browne2018-12-054-1228/+0
* Rebase pipeline branch off developmentAlex Browne2018-12-054-0/+1228