Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fetch and save copper (#1472) | Xianny | 2019-01-09 | 1 | -0/+259 |
| | | | | Fetch and save Copper CRM | ||||
* | Use enums in pipeline | Amir Bandeali | 2019-01-08 | 4 | -12/+20 |
| | |||||
* | Minimize unnecessary type assertions | Amir Bandeali | 2019-01-08 | 2 | -42/+32 |
| | |||||
* | FIx linting errors | Amir Bandeali | 2019-01-08 | 2 | -0/+4 |
| | |||||
* | Add recursive MultiAsset decoding, store first address in pipeline | Amir Bandeali | 2019-01-08 | 2 | -17/+23 |
| | |||||
* | Do not attempt to parse tokenAddress if decoding data from multiAssetProxy | Amir Bandeali | 2019-01-08 | 2 | -22/+40 |
| | |||||
* | Fix dex order quote/base asset assigning (#1432) | zkao | 2018-12-15 | 3 | -10/+12 |
| | |||||
* | Fix bug that occurs when token metadata decimals is undefined. (#1426) | Alex Browne | 2018-12-13 | 1 | -4/+3 |
| | | | | | | * Fix bug that occurs when token metadata decimals is undefined. * move toBigNumberOrNull to utils | ||||
* | track idex orderbook snapshots (#1397) | zkao | 2018-12-12 | 4 | -15/+179 |
| | | | * Track Idex and Oasis Orderbook Snapshots | ||||
* | Refactor event scraping and add support for scraping ERC20 approval events ↵ | Alex Browne | 2018-12-12 | 3 | -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) | Xianny | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | Change type of transactions.gas_used and gas_price to BigNumber/numeric | Alex Browne | 2018-12-05 | 1 | -2/+3 |
| | |||||
* | Address PR feedback | Alex Browne | 2018-12-05 | 4 | -16/+17 |
| | |||||
* | Fix typo in packages/pipeline/src/parsers/bloxy/index.ts | Fabio B | 2018-12-05 | 1 | -1/+1 |
| | | | Co-Authored-By: albrow <stephenalexbrowne@gmail.com> | ||||
* | pull OHLCV records from Crypto Compare (#1349) | Xianny | 2018-12-05 | 2 | -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) | zkao | 2018-12-05 | 2 | -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 Browne | 2018-12-05 | 1 | -0/+53 |
| | |||||
* | updating comment for 0x trusted tokens | Jake Ellowitz | 2018-12-05 | 1 | -3/+1 |
| | |||||
* | metadata and trusted sources in same raw table | Jake Ellowitz | 2018-12-05 | 1 | -7/+17 |
| | |||||
* | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-05 | 2 | -0/+37 |
| | |||||
* | Add script for pulling missing block data | Alex Browne | 2018-12-05 | 1 | -1/+4 |
| | |||||
* | Add support for pulling Cancel and CancelUpTo events | Alex Browne | 2018-12-05 | 1 | -35/+23 |
| | |||||
* | Add transactionHash to CancelUpToEvent and CancelEvent entities | Alex Browne | 2018-12-05 | 1 | -0/+2 |
| | |||||
* | Add homepage_url to relayers | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Change some column types from varchar to numeric | Alex Browne | 2018-12-05 | 2 | -11/+11 |
| | |||||
* | Implement scraping sra orders from radar relay | Alex Browne | 2018-12-05 | 1 | -4/+0 |
| | |||||
* | Configure linter with --format stylish and fix linter errors | Alex Browne | 2018-12-05 | 4 | -0/+58 |
| | |||||
* | Rename table and column names | Alex Browne | 2018-12-05 | 2 | -2/+2 |
| | |||||
* | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-05 | 4 | -7/+4 |
| | |||||
* | Update relayer code to use new relayer-registry format | Alex Browne | 2018-12-05 | 1 | -2/+6 |
| | |||||
* | Implement fetching and parsing relayer info | Alex Browne | 2018-12-05 | 1 | -0/+28 |
| | |||||
* | Implement support for getting and parsing blocks and transactions | Alex Browne | 2018-12-05 | 1 | -0/+39 |
| | |||||
* | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-05 | 1 | -1/+2 |
| | |||||
* | Update pipeline to use new @0x npm org for imports | Alex Browne | 2018-12-05 | 2 | -6/+6 |
| | |||||
* | Update to use ContractWrappers + Infura instead of Etherscan | Alex Browne | 2018-12-05 | 2 | -0/+165 |