aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/index.ts
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function parameter in index.ts scriptAlex Browne2018-12-131-2/+2
* Use bigint for gasUsed and gasPrice in TransactionAlex Browne2018-12-131-3/+3
* Update relayer code to use new relayer-registry formatAlex Browne2018-12-131-1/+4
* Implement fetching and parsing relayer infoAlex Browne2018-12-131-6/+23
* Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-131-0/+68
* Rename index.ts -> merge_v2_eventsAlex Browne2018-12-131-78/+0
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-131-24/+52
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-131-2/+2
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-131-26/+17
* Add tests for SRA order conversionAlex Browne2018-12-131-2/+2
* Add soruceUrl to SraOrder entityAlex Browne2018-12-131-1/+3
* Add preliminary support for scraping orders from SRA endpoints (no pagination...Alex Browne2018-12-131-4/+26
* For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-131-2/+10
* Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-131-5/+4
* Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-131-2/+2
* Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-131-3/+8
* Make event parsing more functional and less class-basedAlex Browne2018-12-131-13/+4
* Re-organize event parsing and decodingAlex Browne2018-12-131-7/+13
* Add support for decoding asset dataAlex Browne2018-12-131-23/+4
* Add typeorm and begin inserting database recordsAlex Browne2018-12-131-3/+35
* Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-131-1/+7
* Add tests for etherscan eventsAlex Browne2018-12-131-2/+1
* Restructure pipeline package. Create data-sources dirAlex Browne2018-12-131-0/+8
* Split index.ts into multiple scripts in scripts/ and detect last known block ...Alex Browne2018-12-061-88/+0
* Remove unused function parameter in index.ts scriptAlex Browne2018-12-061-2/+2
* Use bigint for gasUsed and gasPrice in TransactionAlex Browne2018-12-061-3/+3
* Update relayer code to use new relayer-registry formatAlex Browne2018-12-061-1/+4
* Implement fetching and parsing relayer infoAlex Browne2018-12-061-6/+23
* Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-061-0/+68
* Rename index.ts -> merge_v2_eventsAlex Browne2018-12-061-78/+0
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-061-24/+52
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-061-2/+2
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-061-26/+17
* Add tests for SRA order conversionAlex Browne2018-12-061-2/+2
* Add soruceUrl to SraOrder entityAlex Browne2018-12-061-1/+3
* Add preliminary support for scraping orders from SRA endpoints (no pagination...Alex Browne2018-12-061-4/+26
* For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-061-2/+10
* Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-061-5/+4
* Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-061-2/+2
* Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-061-3/+8
* Make event parsing more functional and less class-basedAlex Browne2018-12-061-13/+4
* Re-organize event parsing and decodingAlex Browne2018-12-061-7/+13
* Add support for decoding asset dataAlex Browne2018-12-061-23/+4
* Add typeorm and begin inserting database recordsAlex Browne2018-12-061-3/+35
* Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-061-1/+7
* Add tests for etherscan eventsAlex Browne2018-12-061-2/+1
* Restructure pipeline package. Create data-sources dirAlex Browne2018-12-061-0/+8