Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor event scraping and add support for scraping ERC20 approval events ↵ | Alex Browne | 2018-12-12 | 3 | -2/+55 |
| | | | | | | | | (#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/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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/+120 |
| | | | | | | * 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/+99 |
| | |||||
* | Add support for pulling Cancel and CancelUpTo events | Alex Browne | 2018-12-05 | 1 | -3/+3 |
| | |||||
* | 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 | -2/+0 |
| | |||||
* | Rename table and column names | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-05 | 2 | -2/+2 |
| | |||||
* | 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 | -4/+4 |
| | |||||
* | Update to use ContractWrappers + Infura instead of Etherscan | Alex Browne | 2018-12-05 | 2 | -0/+147 |