aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/scripts/pull_missing_events.ts
Commit message (Expand)AuthorAgeFilesLines
* Refactor event scraping and add support for scraping ERC20 approval events (#...Alex Browne2018-12-121-136/+0
* Address PR feedbackAlex Browne2018-12-051-3/+2
* Use a string template in packages/pipeline/src/scripts/pull_missing_events.tsFabio B2018-12-051-1/+1
* Pull token metadata re trusted tokensJake Ellowitz2018-12-051-2/+2
* 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
* Configure linter with --format stylish and fix linter errorsAlex Browne2018-12-051-0/+1
* Configure TypeORM for migrations. Add new package.json scripts.Alex Browne2018-12-051-3/+3
* Add better error handling for immediately invoked async functionsAlex Browne2018-12-051-3/+4
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-051-1/+1
* Split index.ts into multiple scripts in scripts/ and detect last known block ...Alex Browne2018-12-051-0/+60