aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/index.ts
Commit message (Expand)AuthorAgeFilesLines
* 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