aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline
Commit message (Expand)AuthorAgeFilesLines
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-057-16/+16
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-0510-242/+85
* Rebase and update to use new modularized artifactsAlex Browne2018-12-056-2289/+8
* Add tests for SRA order conversionAlex Browne2018-12-053-4/+83
* Re-add missing testsAlex Browne2018-12-053-90/+164
* Add soruceUrl to SraOrder entityAlex Browne2018-12-052-1/+4
* Add preliminary support for scraping orders from SRA endpoints (no pagination...Alex Browne2018-12-058-12/+134
* 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-057-175/+206
* Add support for decoding asset dataAlex Browne2018-12-055-36/+94
* Add typeorm and begin inserting database recordsAlex Browne2018-12-056-13/+89
* Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-054-11/+29
* Add tests for etherscan eventsAlex Browne2018-12-055-10/+124
* 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-0524-1895/+2368
* Rebase pipeline branch off developmentAlex Browne2018-12-0525-0/+2001