aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/parsers
Commit message (Expand)AuthorAgeFilesLines
* Refactor event scraping and add support for scraping ERC20 approval events (#...Alex Browne2018-12-133-133/+169
* perform null check on token metadata (#1412)Xianny2018-12-131-1/+1
* Address PR feedbackAlex Browne2018-12-132-9/+10
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-131-0/+0
* updating comment for 0x trusted tokensJake Ellowitz2018-12-131-3/+1
* metadata and trusted sources in same raw tableJake Ellowitz2018-12-132-42/+5
* Pull token metadata re trusted tokensJake Ellowitz2018-12-132-0/+37
* Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-131-35/+23
* Add transactionHash to CancelUpToEvent and CancelEvent entitiesAlex Browne2018-12-131-0/+2
* Change some column types from varchar to numericAlex Browne2018-12-132-11/+11
* Implement scraping sra orders from radar relayAlex Browne2018-12-131-4/+0
* Configure linter with --format stylish and fix linter errorsAlex Browne2018-12-132-0/+46
* Rename table and column namesAlex Browne2018-12-132-2/+2
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-132-4/+2
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-131-1/+2
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-132-6/+6
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-132-86/+56
* Change type of transactions.gas_used and gas_price to BigNumber/numericAlex Browne2018-12-061-2/+3
* Address PR feedbackAlex Browne2018-12-064-16/+17
* Fix typo in packages/pipeline/src/parsers/bloxy/index.tsFabio B2018-12-061-1/+1
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-062-0/+38
* Token_orderbook_snapshots for Ddex and Paradex(#1354)zkao2018-12-062-0/+143
* Add script for parsing competing dex trades from Bloxy (#1355)Alex Browne2018-12-061-0/+53
* updating comment for 0x trusted tokensJake Ellowitz2018-12-061-3/+1
* metadata and trusted sources in same raw tableJake Ellowitz2018-12-061-7/+17
* Pull token metadata re trusted tokensJake Ellowitz2018-12-062-0/+37
* Add script for pulling missing block dataAlex Browne2018-12-061-1/+4
* Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-061-35/+23
* Add transactionHash to CancelUpToEvent and CancelEvent entitiesAlex Browne2018-12-061-0/+2
* Add homepage_url to relayersAlex Browne2018-12-061-1/+1
* Change some column types from varchar to numericAlex Browne2018-12-062-11/+11
* Implement scraping sra orders from radar relayAlex Browne2018-12-061-4/+0
* Configure linter with --format stylish and fix linter errorsAlex Browne2018-12-064-0/+58
* Rename table and column namesAlex Browne2018-12-062-2/+2
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-064-7/+4
* Update relayer code to use new relayer-registry formatAlex Browne2018-12-061-2/+6
* Implement fetching and parsing relayer infoAlex Browne2018-12-061-0/+28
* Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-061-0/+39
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-061-1/+2
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-062-6/+6
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-062-0/+165