| Commit message (Expand) | Author | Age | Files | Lines |
* | Pointing entities to raw schema | Jake Ellowitz | 2018-12-05 | 8 | -9/+9 |
* | Mapping dev schema to initial migration | Jake Ellowitz | 2018-12-05 | 3 | -1/+18 |
* | Rename Transaction.ts to transaction.ts | Alex Browne | 2018-12-05 | 3 | -0/+0 |
* | Rename table and column names | Alex Browne | 2018-12-05 | 7 | -95/+169 |
* | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-05 | 5 | -0/+7 |
* | Use bigint for gasUsed and gasPrice in Transaction | Alex Browne | 2018-12-05 | 1 | -2/+4 |
* | Update relayer code to use new relayer-registry format | Alex Browne | 2018-12-05 | 1 | -1/+2 |
* | Implement fetching and parsing relayer info | Alex Browne | 2018-12-05 | 1 | -0/+22 |
* | Implement support for getting and parsing blocks and transactions | Alex Browne | 2018-12-05 | 2 | -0/+20 |
* | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-05 | 4 | -9/+12 |
* | Add soruceUrl to SraOrder entity | Alex Browne | 2018-12-05 | 1 | -0/+1 |
* | Add preliminary support for scraping orders from SRA endpoints (no pagination... | Alex Browne | 2018-12-05 | 3 | -0/+44 |
* | For event entities, rename address -> contractAddress and make it a primary key | Alex Browne | 2018-12-05 | 3 | -3/+3 |
* | Implement scraping and parsing exchange CancelUpTo events | Alex Browne | 2018-12-05 | 1 | -0/+15 |
* | Use multi-primary keys for event and filter null logIndexes | Alex Browne | 2018-12-05 | 2 | -2/+2 |
* | Implement scraping and parsing exchange cancel events | Alex Browne | 2018-12-05 | 2 | -3/+35 |
* | Re-organize event parsing and decoding | Alex Browne | 2018-12-05 | 1 | -2/+2 |
* | Add support for decoding asset data | Alex Browne | 2018-12-05 | 1 | -3/+14 |
* | Add typeorm and begin inserting database records | Alex Browne | 2018-12-05 | 1 | -0/+24 |