Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address PR feedback | Alex Browne | 2018-12-06 | 1 | -6/+1 |
| | |||||
* | pull OHLCV records from Crypto Compare (#1349) | Xianny | 2018-12-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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 | ||||
* | Introduce framework for running basic tests for entities (#1344) | Alex Browne | 2018-12-06 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | * Introduce framework for running basic tests for entities * Add pipeline tests to CircleCI config * Make pipeline tests more configurable and fix CircleCI config * Add coverage dir to pipeline package * Add basic tests for all exchange event entities * Add tests for remaining entities * Create separate test scripts in package.json and add new info to README * Update db_setup.ts to revert migrations even if you are using docker * Automatically pull the postgres image if needed * Add comment about why NumberToBigIntTransformer is needed | ||||
* | Add script for pulling missing block data | Alex Browne | 2018-12-06 | 1 | -1/+2 |
| | |||||
* | Pointing entities to raw schema | Jake Ellowitz | 2018-12-06 | 1 | -1/+1 |
| | | | | Fix linter issues | ||||
* | Configure linter with --format stylish and fix linter errors | Alex Browne | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | Configure TypeORM for migrations. Add new package.json scripts. | Alex Browne | 2018-12-06 | 1 | -1/+4 |
| | |||||
* | Add build:ci to pipeline package.json | Alex Browne | 2018-12-06 | 1 | -0/+1 |
| | |||||
* | Implement fetching and parsing relayer info | Alex Browne | 2018-12-06 | 1 | -0/+1 |
| | |||||
* | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-06 | 1 | -3/+4 |
| | |||||
* | Update to use ContractWrappers + Infura instead of Etherscan | Alex Browne | 2018-12-06 | 1 | -10/+12 |
| | |||||
* | Rebase and update to use new modularized artifacts | Alex Browne | 2018-12-06 | 1 | -7/+4 |
| | |||||
* | Add preliminary support for scraping orders from SRA endpoints (no ↵ | Alex Browne | 2018-12-06 | 1 | -0/+1 |
| | | | | pagination, only RR support for now) | ||||
* | Add support for decoding asset data | Alex Browne | 2018-12-06 | 1 | -0/+2 |
| | |||||
* | Add typeorm and begin inserting database records | Alex Browne | 2018-12-06 | 1 | -5/+8 |
| | |||||
* | Add tests for etherscan events | Alex Browne | 2018-12-06 | 1 | -1/+6 |
| | |||||
* | Remove old code. Create function for getting contract events via etherscan | Alex Browne | 2018-12-06 | 1 | -26/+19 |
| | |||||
* | Rebase pipeline branch off development | Alex Browne | 2018-12-06 | 1 | -0/+52 |