aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/entities
Commit message (Expand)AuthorAgeFilesLines
* Change type of transactions.gas_used and gas_price to BigNumber/numericAlex Browne2018-12-131-5/+6
* Address PR feedbackAlex Browne2018-12-134-9/+0
* Introduce framework for running basic tests for entities (#1344)Alex Browne2018-12-135-10/+16
* metadata and trusted sources in same raw tableJake Ellowitz2018-12-132-29/+0
* Pull token metadata re trusted tokensJake Ellowitz2018-12-132-0/+13
* Add script for pulling missing block dataAlex Browne2018-12-131-2/+2
* Add transactionHash to CancelUpToEvent and CancelEvent entitiesAlex Browne2018-12-132-1/+4
* Add homepage_url to relayersAlex Browne2018-12-131-6/+7
* Change some column types from varchar to numericAlex Browne2018-12-133-22/+29
* Rename taker and maker amounts in sra_ordersAlex Browne2018-12-131-2/+2
* Implement scraping sra orders from radar relayAlex Browne2018-12-131-2/+2
* Update schema for sra_ordersAlex Browne2018-12-131-6/+1
* Pointing entities to raw schemaJake Ellowitz2018-12-138-9/+9
* Mapping dev schema to initial migrationJake Ellowitz2018-12-132-1/+17
* Rename Transaction.ts to transaction.tsAlex Browne2018-12-133-49/+0
* Add better error handling for immediately invoked async functionsAlex Browne2018-12-133-14/+18
* Rename table and column namesAlex Browne2018-12-137-95/+169
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-138-289/+89
* Split index.ts into multiple scripts in scripts/ and detect last known block ...Alex Browne2018-12-131-2/+4
* Use bigint for gasUsed and gasPrice in TransactionAlex Browne2018-12-131-2/+4
* Update relayer code to use new relayer-registry formatAlex Browne2018-12-132-2/+4
* Implement fetching and parsing relayer infoAlex Browne2018-12-132-10/+33
* Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-134-21/+29
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-134-9/+12
* Add soruceUrl to SraOrder entityAlex Browne2018-12-131-0/+1
* Add preliminary support for scraping orders from SRA endpoints (no pagination...Alex Browne2018-12-133-0/+44
* For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-133-3/+3
* Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-131-0/+15
* Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-132-2/+2
* Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-132-3/+35
* Re-organize event parsing and decodingAlex Browne2018-12-131-2/+2
* Add support for decoding asset dataAlex Browne2018-12-131-3/+14
* Add typeorm and begin inserting database recordsAlex Browne2018-12-131-0/+24
* Fix RadarRelay timestamps (#1391)Alex Browne2018-12-061-2/+5
* Change type of transactions.gas_used and gas_price to BigNumber/numericAlex Browne2018-12-061-5/+6
* Address PR feedbackAlex Browne2018-12-065-13/+5
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-061-7/+17
* Token_orderbook_snapshots for Ddex and Paradex(#1354)zkao2018-12-062-0/+30
* Add script for parsing competing dex trades from Bloxy (#1355)Alex Browne2018-12-062-3/+58
* Introduce framework for running basic tests for entities (#1344)Alex Browne2018-12-067-14/+24
* metadata and trusted sources in same raw tableJake Ellowitz2018-12-065-40/+29
* Pull token metadata re trusted tokensJake Ellowitz2018-12-064-0/+35
* Add script for pulling missing block dataAlex Browne2018-12-061-2/+2
* Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-061-0/+6
* Add transactionHash to CancelUpToEvent and CancelEvent entitiesAlex Browne2018-12-062-1/+4
* Add homepage_url to relayersAlex Browne2018-12-061-6/+7
* Change some column types from varchar to numericAlex Browne2018-12-063-22/+29
* Rename taker and maker amounts in sra_ordersAlex Browne2018-12-061-2/+2
* Implement scraping sra orders from radar relayAlex Browne2018-12-063-2/+33
* Update schema for sra_ordersAlex Browne2018-12-061-6/+1
* Pointing entities to raw schemaJake Ellowitz2018-12-068-9/+9
* Mapping dev schema to initial migrationJake Ellowitz2018-12-063-1/+18
* Rename Transaction.ts to transaction.tsAlex Browne2018-12-063-0/+0
* Rename table and column namesAlex Browne2018-12-067-95/+169
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-065-0/+7
* Use bigint for gasUsed and gasPrice in TransactionAlex Browne2018-12-061-2/+4
* Update relayer code to use new relayer-registry formatAlex Browne2018-12-061-1/+2
* Implement fetching and parsing relayer infoAlex Browne2018-12-061-0/+22
* Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-062-0/+20
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-064-9/+12
* Add soruceUrl to SraOrder entityAlex Browne2018-12-061-0/+1
* Add preliminary support for scraping orders from SRA endpoints (no pagination...Alex Browne2018-12-063-0/+44
* For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-063-3/+3
* Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-061-0/+15
* Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-062-2/+2
* Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-062-3/+35
* Re-organize event parsing and decodingAlex Browne2018-12-061-2/+2
* Add support for decoding asset dataAlex Browne2018-12-061-3/+14
* Add typeorm and begin inserting database recordsAlex Browne2018-12-061-0/+24