Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dependency packages | Hsuan Lee | 2019-01-19 | 13 | -1018/+0 |
| | |||||
* | Replace console.log with logUtils.log (#1515) | F. Eugene Aumson | 2019-01-15 | 8 | -66/+68 |
| | |||||
* | Update prettier to version ^1.15.3 | Alex Browne | 2019-01-11 | 1 | -11/+18 |
| | |||||
* | fetch and save copper (#1472) | Xianny | 2019-01-09 | 1 | -0/+129 |
| | | | | Fetch and save Copper CRM | ||||
* | Optimize SQL queries in pull_missing_blocks (#1458) | Alex Browne | 2019-01-08 | 1 | -19/+20 |
| | | | | | | * Optimize SQL queries in pull_missing_blocks * Update comment in pull_missing_blocks | ||||
* | Fix bug in pull_missing_blocks with incorrect start block (#1438) | Alex Browne | 2018-12-18 | 1 | -10/+6 |
| | |||||
* | Pull approval events for ZRX and DAI (#1430) | Alex Browne | 2018-12-18 | 1 | -19/+49 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2018-12-13 | 8 | -22/+22 |
| | |||||
* | Make pull_missing_blocks script consider all events with block numbers (#1420) | Alex Browne | 2018-12-12 | 1 | -1/+14 |
| | |||||
* | track idex orderbook snapshots (#1397) | zkao | 2018-12-12 | 2 | -0/+121 |
| | | | * Track Idex and Oasis Orderbook Snapshots | ||||
* | Refactor event scraping and add support for scraping ERC20 approval events ↵ | Alex Browne | 2018-12-12 | 3 | -10/+86 |
| | | | | | | | | (#1401) * Refactor event scraping and add support for scraping ERC20 approval events * Add tests for data_sources/contract-wrappers/utils | ||||
* | change to camelCase | xianny | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | rename variable and define default in only 1 location | xianny | 2018-12-08 | 1 | -2/+2 |
| | |||||
* | Fix/pipeline/ohlcv (#1393) | Xianny | 2018-12-06 | 1 | -22/+16 |
| | | | The OHLCV script in data pipeline quits early when we get no data from Crypto Compare. Sometimes Crypto Compare gives us a valid empty response (e.g. when we query for way back in time) and we need to just continue. This adds better filtering for the types of Crypto Compare responses to detect when we should continue and when we should really quit. | ||||
* | Fix RadarRelay timestamps (#1391) | Alex Browne | 2018-12-06 | 1 | -2/+3 |
| | | | | | | * Fixing rr timestamps * Apply prettier | ||||
* | Fix prettier | Alex Browne | 2018-12-05 | 1 | -18/+11 |
| | |||||
* | Address PR feedback | Alex Browne | 2018-12-05 | 4 | -28/+31 |
| | |||||
* | Use a string template in packages/pipeline/src/scripts/pull_missing_events.ts | Fabio B | 2018-12-05 | 1 | -1/+1 |
| | | | Co-Authored-By: albrow <stephenalexbrowne@gmail.com> | ||||
* | Fix linter | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | pull OHLCV records from Crypto Compare (#1349) | Xianny | 2018-12-05 | 1 | -0/+101 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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/+142 |
| | | | | | | * 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/+51 |
| | |||||
* | updating comment for 0x trusted tokens | Jake Ellowitz | 2018-12-05 | 1 | -4/+5 |
| | |||||
* | metadata and trusted sources in same raw table | Jake Ellowitz | 2018-12-05 | 1 | -4/+4 |
| | |||||
* | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-05 | 2 | -2/+53 |
| | |||||
* | Add script for pulling missing block data | Alex Browne | 2018-12-05 | 1 | -0/+83 |
| | |||||
* | Check for special characters in table name in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -3/+7 |
| | |||||
* | Add support for pulling Cancel and CancelUpTo events | Alex Browne | 2018-12-05 | 1 | -42/+81 |
| | |||||
* | Optimize database operations in pull_missing_events script | Alex Browne | 2018-12-05 | 1 | -9/+26 |
| | |||||
* | Add workaround for broken save method | Alex Browne | 2018-12-05 | 1 | -1/+21 |
| | |||||
* | Fix chunk size in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Use built-in chunk feature of TypeORM save method | Alex Browne | 2018-12-05 | 1 | -7/+2 |
| | |||||
* | Change some column types from varchar to numeric | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Add raw schema prefix to query in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Implement scraping sra orders from radar relay | Alex Browne | 2018-12-05 | 1 | -16/+17 |
| | |||||
* | Preliminary work for adding RR order book scraping | Alex Browne | 2018-12-05 | 1 | -0/+52 |
| | |||||
* | Configure linter with --format stylish and fix linter errors | Alex Browne | 2018-12-05 | 2 | -0/+2 |
| | |||||
* | Configure TypeORM for migrations. Add new package.json scripts. | Alex Browne | 2018-12-05 | 2 | -6/+6 |
| | |||||
* | Add better error handling for immediately invoked async functions | Alex Browne | 2018-12-05 | 3 | -85/+6 |
| | |||||
* | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-05 | 3 | -3/+3 |
| | |||||
* | Split index.ts into multiple scripts in scripts/ and detect last known block ↵ | Alex Browne | 2018-12-05 | 3 | -0/+172 |
| | | | | when pulling events | ||||
* | Remove old code. Create function for getting contract events via etherscan | Alex Browne | 2018-12-05 | 4 | -1228/+0 |
| | |||||
* | Rebase pipeline branch off development | Alex Browne | 2018-12-05 | 4 | -0/+1228 |