aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/parsers
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to ddex api v3 (#1507)Xianny2019-01-111-6/+4
|
* fetch and save copper (#1472)Xianny2019-01-091-0/+259
| | | | Fetch and save Copper CRM
* Use enums in pipelineAmir Bandeali2019-01-084-12/+20
|
* Minimize unnecessary type assertionsAmir Bandeali2019-01-082-42/+32
|
* FIx linting errorsAmir Bandeali2019-01-082-0/+4
|
* Add recursive MultiAsset decoding, store first address in pipelineAmir Bandeali2019-01-082-17/+23
|
* Do not attempt to parse tokenAddress if decoding data from multiAssetProxyAmir Bandeali2019-01-082-22/+40
|
* Fix dex order quote/base asset assigning (#1432)zkao2018-12-153-10/+12
|
* Fix bug that occurs when token metadata decimals is undefined. (#1426)Alex Browne2018-12-131-4/+3
| | | | | | * Fix bug that occurs when token metadata decimals is undefined. * move toBigNumberOrNull to utils
* track idex orderbook snapshots (#1397)zkao2018-12-124-15/+179
| | | * Track Idex and Oasis Orderbook Snapshots
* Refactor event scraping and add support for scraping ERC20 approval events ↵Alex Browne2018-12-123-133/+169
| | | | | | | | (#1401) * Refactor event scraping and add support for scraping ERC20 approval events * Add tests for data_sources/contract-wrappers/utils
* perform null check on token metadata (#1412)Xianny2018-12-111-1/+1
|
* Change type of transactions.gas_used and gas_price to BigNumber/numericAlex Browne2018-12-051-2/+3
|
* Address PR feedbackAlex Browne2018-12-054-16/+17
|
* Fix typo in packages/pipeline/src/parsers/bloxy/index.tsFabio B2018-12-051-1/+1
| | | Co-Authored-By: albrow <stephenalexbrowne@gmail.com>
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-052-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-052-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-051-0/+53
|
* updating comment for 0x trusted tokensJake Ellowitz2018-12-051-3/+1
|
* metadata and trusted sources in same raw tableJake Ellowitz2018-12-051-7/+17
|
* Pull token metadata re trusted tokensJake Ellowitz2018-12-052-0/+37
|
* Add script for pulling missing block dataAlex Browne2018-12-051-1/+4
|
* Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-051-35/+23
|
* Add transactionHash to CancelUpToEvent and CancelEvent entitiesAlex Browne2018-12-051-0/+2
|
* Add homepage_url to relayersAlex Browne2018-12-051-1/+1
|
* Change some column types from varchar to numericAlex Browne2018-12-052-11/+11
|
* Implement scraping sra orders from radar relayAlex Browne2018-12-051-4/+0
|
* Configure linter with --format stylish and fix linter errorsAlex Browne2018-12-054-0/+58
|
* Rename table and column namesAlex Browne2018-12-052-2/+2
|
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-054-7/+4
|
* Update relayer code to use new relayer-registry formatAlex Browne2018-12-051-2/+6
|
* Implement fetching and parsing relayer infoAlex Browne2018-12-051-0/+28
|
* Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-051-0/+39
|
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-051-1/+2
|
* Update pipeline to use new @0x npm org for importsAlex Browne2018-12-052-6/+6
|
* Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-052-0/+165