aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src
Commit message (Expand)AuthorAgeFilesLines
* Configure TypeORM for migrations. Add new package.json scripts.Alex Browne2018-12-053-26/+11
* Rename Transaction.ts to transaction.tsAlex Browne2018-12-053-0/+0
* Add better error handling for immediately invoked async functionsAlex Browne2018-12-054-85/+20
* Rename table and column namesAlex Browne2018-12-059-97/+171
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-0513-12/+36
* Split index.ts into multiple scripts in scripts/ and detect last known block ...Alex Browne2018-12-054-92/+95
* Remove unused function parameter in index.ts scriptAlex Browne2018-12-051-2/+2
* Use bigint for gasUsed and gasPrice in TransactionAlex Browne2018-12-052-5/+7
* Update relayer code to use new relayer-registry formatAlex Browne2018-12-054-6/+14
* Implement fetching and parsing relayer infoAlex Browne2018-12-054-6/+106
* Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-055-0/+149
* chore: Fix tslint config.Alex Browne2018-12-051-1/+1
* Fix bugs in merge_v2_events script and disable verbose loggingAlex Browne2018-12-052-2/+5
* Enable verbose loggingAlex Browne2018-12-051-1/+1
* Rename index.ts -> merge_v2_eventsAlex Browne2018-12-051-0/+0
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-058-36/+84
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-055-12/+12
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-056-135/+71
* Rebase and update to use new modularized artifactsAlex Browne2018-12-054-2279/+2
* Add tests for SRA order conversionAlex Browne2018-12-052-4/+4
* Add soruceUrl to SraOrder entityAlex Browne2018-12-052-1/+4
* Add preliminary support for scraping orders from SRA endpoints (no pagination...Alex Browne2018-12-057-12/+133
* For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-055-11/+19
* Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-053-9/+45
* Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-054-6/+15
* Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-055-10/+81
* Make event parsing more functional and less class-basedAlex Browne2018-12-053-65/+21
* Re-organize event parsing and decodingAlex Browne2018-12-056-89/+120
* Add support for decoding asset dataAlex Browne2018-12-054-36/+92
* Add typeorm and begin inserting database recordsAlex Browne2018-12-054-7/+78
* Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-053-10/+26
* Add tests for etherscan eventsAlex Browne2018-12-052-9/+17
* Restructure pipeline package. Create data-sources dirAlex Browne2018-12-054-75/+96
* Remove old code. Create function for getting contract events via etherscanAlex Browne2018-12-0522-1868/+2348
* Rebase pipeline branch off developmentAlex Browne2018-12-0519-0/+1870