| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement scraping and parsing exchange CancelUpTo events | Alex Browne | 2018-12-13 | 1 | -5/+4 |
* | Use multi-primary keys for event and filter null logIndexes | Alex Browne | 2018-12-13 | 1 | -2/+2 |
* | Implement scraping and parsing exchange cancel events | Alex Browne | 2018-12-13 | 1 | -3/+8 |
* | Make event parsing more functional and less class-based | Alex Browne | 2018-12-13 | 1 | -13/+4 |
* | Re-organize event parsing and decoding | Alex Browne | 2018-12-13 | 1 | -7/+13 |
* | Add support for decoding asset data | Alex Browne | 2018-12-13 | 1 | -23/+4 |
* | Add typeorm and begin inserting database records | Alex Browne | 2018-12-13 | 1 | -3/+35 |
* | Make contractAbi a parameter of getContractEventsAsync | Alex Browne | 2018-12-13 | 1 | -1/+7 |
* | Add tests for etherscan events | Alex Browne | 2018-12-13 | 1 | -2/+1 |
* | Restructure pipeline package. Create data-sources dir | Alex Browne | 2018-12-13 | 1 | -0/+8 |
* | Split index.ts into multiple scripts in scripts/ and detect last known block ... | Alex Browne | 2018-12-06 | 1 | -88/+0 |
* | Remove unused function parameter in index.ts script | Alex Browne | 2018-12-06 | 1 | -2/+2 |
* | Use bigint for gasUsed and gasPrice in Transaction | Alex Browne | 2018-12-06 | 1 | -3/+3 |
* | Update relayer code to use new relayer-registry format | Alex Browne | 2018-12-06 | 1 | -1/+4 |
* | Implement fetching and parsing relayer info | Alex Browne | 2018-12-06 | 1 | -6/+23 |
* | Implement support for getting and parsing blocks and transactions | Alex Browne | 2018-12-06 | 1 | -0/+68 |
* | Rename index.ts -> merge_v2_events | Alex Browne | 2018-12-06 | 1 | -78/+0 |
* | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-06 | 1 | -24/+52 |
* | Update pipeline to use new @0x npm org for imports | Alex Browne | 2018-12-06 | 1 | -2/+2 |
* | Update to use ContractWrappers + Infura instead of Etherscan | Alex Browne | 2018-12-06 | 1 | -26/+17 |
* | Add tests for SRA order conversion | Alex Browne | 2018-12-06 | 1 | -2/+2 |
* | Add soruceUrl to SraOrder entity | Alex Browne | 2018-12-06 | 1 | -1/+3 |
* | Add preliminary support for scraping orders from SRA endpoints (no pagination... | Alex Browne | 2018-12-06 | 1 | -4/+26 |
* | For event entities, rename address -> contractAddress and make it a primary key | Alex Browne | 2018-12-06 | 1 | -2/+10 |
* | Implement scraping and parsing exchange CancelUpTo events | Alex Browne | 2018-12-06 | 1 | -5/+4 |
* | Use multi-primary keys for event and filter null logIndexes | Alex Browne | 2018-12-06 | 1 | -2/+2 |
* | Implement scraping and parsing exchange cancel events | Alex Browne | 2018-12-06 | 1 | -3/+8 |
* | Make event parsing more functional and less class-based | Alex Browne | 2018-12-06 | 1 | -13/+4 |
* | Re-organize event parsing and decoding | Alex Browne | 2018-12-06 | 1 | -7/+13 |
* | Add support for decoding asset data | Alex Browne | 2018-12-06 | 1 | -23/+4 |
* | Add typeorm and begin inserting database records | Alex Browne | 2018-12-06 | 1 | -3/+35 |
* | Make contractAbi a parameter of getContractEventsAsync | Alex Browne | 2018-12-06 | 1 | -1/+7 |
* | Add tests for etherscan events | Alex Browne | 2018-12-06 | 1 | -2/+1 |
* | Restructure pipeline package. Create data-sources dir | Alex Browne | 2018-12-06 | 1 | -0/+8 |