Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor event scraping and add support for scraping ERC20 approval events ↵ | Alex Browne | 2018-12-12 | 1 | -0/+2 |
| | | | | | | | | (#1401) * Refactor event scraping and add support for scraping ERC20 approval events * Add tests for data_sources/contract-wrappers/utils | ||||
* | pull OHLCV records from Crypto Compare (#1349) | Xianny | 2018-12-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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 | 1 | -0/+2 |
| | | | | | | * 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 | -1/+3 |
| | |||||
* | metadata and trusted sources in same raw table | Jake Ellowitz | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-05 | 1 | -0/+2 |
| | |||||
* | Add workaround for broken save method | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Change some column types from varchar to numeric | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Implement scraping sra orders from radar relay | Alex Browne | 2018-12-05 | 1 | -0/+2 |
| | |||||
* | Configure linter with --format stylish and fix linter errors | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Configure TypeORM for migrations. Add new package.json scripts. | Alex Browne | 2018-12-05 | 1 | -20/+5 |
| | |||||
* | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-05 | 1 | -2/+22 |
| | |||||
* | Fix bugs in merge_v2_events script and disable verbose logging | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Enable verbose logging | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-05 | 1 | -1/+14 |
| | |||||
* | Add typeorm and begin inserting database records | Alex Browne | 2018-12-05 | 1 | -0/+14 |