Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address PR feedback | Alex Browne | 2018-12-05 | 1 | -1/+2 |
| | |||||
* | pull OHLCV records from Crypto Compare (#1349) | Xianny | 2018-12-05 | 1 | -0/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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/+170 |
| | | | | | | * 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/+133 |
| | |||||
* | Reduce number of blocks per query in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-05 | 1 | -0/+29 |
| | |||||
* | Add support for pulling Cancel and CancelUpTo events | Alex Browne | 2018-12-05 | 1 | -10/+40 |
| | |||||
* | Configure linter with --format stylish and fix linter errors | Alex Browne | 2018-12-05 | 3 | -5/+5 |
| | |||||
* | Update relayer code to use new relayer-registry format | Alex Browne | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | Implement fetching and parsing relayer info | Alex Browne | 2018-12-05 | 1 | -0/+33 |
| | |||||
* | Implement support for getting and parsing blocks and transactions | Alex Browne | 2018-12-05 | 1 | -0/+22 |
| | |||||
* | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-05 | 1 | -1/+4 |
| | |||||
* | Update pipeline to use new @0x npm org for imports | Alex Browne | 2018-12-05 | 1 | -3/+3 |
| | |||||
* | Update to use ContractWrappers + Infura instead of Etherscan | Alex Browne | 2018-12-05 | 2 | -52/+51 |
| | |||||
* | Re-organize event parsing and decoding | Alex Browne | 2018-12-05 | 1 | -0/+52 |