aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/entities
Commit message (Collapse)AuthorAgeFilesLines
* Pull token metadata re trusted tokensJake Ellowitz2018-12-054-0/+35
|
* Add script for pulling missing block dataAlex Browne2018-12-051-2/+2
|
* Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-051-0/+6
|
* Add transactionHash to CancelUpToEvent and CancelEvent entitiesAlex Browne2018-12-052-1/+4
|
* Add homepage_url to relayersAlex Browne2018-12-051-6/+7
|
* Change some column types from varchar to numericAlex Browne2018-12-053-22/+29
|
* Rename taker and maker amounts in sra_ordersAlex Browne2018-12-051-2/+2
|
* Implement scraping sra orders from radar relayAlex Browne2018-12-053-2/+33
|
* Update schema for sra_ordersAlex Browne2018-12-051-6/+1
|
* Pointing entities to raw schemaJake Ellowitz2018-12-058-9/+9
| | | | Fix linter issues
* Mapping dev schema to initial migrationJake Ellowitz2018-12-053-1/+18
|
* Rename Transaction.ts to transaction.tsAlex Browne2018-12-053-0/+0
| | | | | | Rename Relayer.ts to relayer.ts Rename Block.ts to block.ts
* Rename table and column namesAlex Browne2018-12-057-95/+169
|
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-055-0/+7
|
* Use bigint for gasUsed and gasPrice in TransactionAlex Browne2018-12-051-2/+4
|
* Update relayer code to use new relayer-registry formatAlex Browne2018-12-051-1/+2
|
* Implement fetching and parsing relayer infoAlex Browne2018-12-051-0/+22
|
* Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-052-0/+20
|
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-054-9/+12
|
* Add soruceUrl to SraOrder entityAlex Browne2018-12-051-0/+1
|
* Add preliminary support for scraping orders from SRA endpoints (no ↵Alex Browne2018-12-053-0/+44
| | | | pagination, only RR support for now)
* For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-053-3/+3
|
* Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-051-0/+15
|
* Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-052-2/+2
|
* Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-052-3/+35
|
* Re-organize event parsing and decodingAlex Browne2018-12-051-2/+2
|
* Add support for decoding asset dataAlex Browne2018-12-051-3/+14
|
* Add typeorm and begin inserting database recordsAlex Browne2018-12-051-0/+24