aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/parsers
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | Co-Authored-By: albrow <stephenalexbrowne@gmail.com>
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-062-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [WIP] pull OHLCV records from Crypto Compare * lint * refactor to pull logic out of script and into modules * add entity test for ohlcv_external entity * implement rate limit and chronological backfill for ohlcv * add unit tests; cleanup variable names * Fetch OHLCV pairs params from events table * better method names * fix outdated test * lint * Clean up after review * oops * fix failing test * better filtering of most recent records * fix bug when generating pairs * fix default earliest backfill date * fix bug with retrieving backfill time * prettier
* Token_orderbook_snapshots for Ddex and Paradex(#1354)zkao2018-12-062-0/+143
| | | | | | * Implements the TokenOrderbookSnapshot Table * Scripts, Data Sources and Entities to pull Ddex and Paradex API data.
* 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