Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 typo in packages/pipeline/src/parsers/bloxy/index.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 | 12 | -16/+491 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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 | 14 | -0/+669 |
| | | | | | | * 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 | 9 | -4/+498 |
| | |||||
* | Introduce framework for running basic tests for entities (#1344) | Alex Browne | 2018-12-05 | 25 | -52/+698 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | [pipeline] Add additional documentation to the README (#1328) | Alex Browne | 2018-12-05 | 1 | -0/+113 |
| | |||||
* | Reduce number of blocks per query in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | updating comment for 0x trusted tokens | Jake Ellowitz | 2018-12-05 | 4 | -13/+8 |
| | |||||
* | metadata and trusted sources in same raw table | Jake Ellowitz | 2018-12-05 | 10 | -55/+75 |
| | |||||
* | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-05 | 12 | -2/+208 |
| | |||||
* | Add script for pulling missing block data | Alex Browne | 2018-12-05 | 4 | -4/+91 |
| | |||||
* | 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 | 6 | -90/+170 |
| | |||||
* | Add transactionHash to CancelUpToEvent and CancelEvent entities | Alex Browne | 2018-12-05 | 3 | -1/+6 |
| | |||||
* | Optimize database operations in pull_missing_events script | Alex Browne | 2018-12-05 | 1 | -9/+26 |
| | |||||
* | Add homepage_url to relayers | Alex Browne | 2018-12-05 | 3 | -7/+22 |
| | |||||
* | Add workaround for broken save method | Alex Browne | 2018-12-05 | 2 | -2/+22 |
| | |||||
* | 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 | 11 | -46/+121 |
| | |||||
* | Add raw schema prefix to query in pull_missing_events | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Rename taker and maker amounts in sra_orders | Alex Browne | 2018-12-05 | 2 | -2/+15 |
| | |||||
* | Implement scraping sra orders from radar relay | Alex Browne | 2018-12-05 | 7 | -24/+52 |
| | |||||
* | Preliminary work for adding RR order book scraping | Alex Browne | 2018-12-05 | 1 | -0/+52 |
| | |||||
* | Update schema for sra_orders | Alex Browne | 2018-12-05 | 2 | -6/+49 |
| | |||||
* | Pointing entities to raw schema | Jake Ellowitz | 2018-12-05 | 10 | -132/+129 |
| | | | | Fix linter issues | ||||
* | Mapping dev schema to initial migration | Jake Ellowitz | 2018-12-05 | 4 | -1/+208 |
| | |||||
* | Configure linter with --format stylish and fix linter errors | Alex Browne | 2018-12-05 | 12 | -7/+81 |
| | |||||
* | Configure TypeORM for migrations. Add new package.json scripts. | Alex Browne | 2018-12-05 | 6 | -30/+21 |
| | |||||
* | Rename Transaction.ts to transaction.ts | Alex Browne | 2018-12-05 | 3 | -0/+0 |
| | | | | | | Rename Relayer.ts to relayer.ts Rename Block.ts to block.ts | ||||
* | Add better error handling for immediately invoked async functions | Alex Browne | 2018-12-05 | 4 | -85/+20 |
| | |||||
* | Rename table and column names | Alex Browne | 2018-12-05 | 10 | -98/+172 |
| | |||||
* | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-05 | 15 | -14/+38 |
| | |||||
* | Split index.ts into multiple scripts in scripts/ and detect last known block ↵ | Alex Browne | 2018-12-05 | 4 | -92/+95 |
| | | | | when pulling events | ||||
* | Remove unused function parameter in index.ts script | Alex Browne | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | Use bigint for gasUsed and gasPrice in Transaction | Alex Browne | 2018-12-05 | 2 | -5/+7 |
| | |||||
* | Update relayer code to use new relayer-registry format | Alex Browne | 2018-12-05 | 4 | -6/+14 |
| | |||||
* | Remove outdated info from README | Alex Browne | 2018-12-05 | 1 | -21/+0 |
| | |||||
* | Add build:ci to pipeline package.json | Alex Browne | 2018-12-05 | 1 | -0/+1 |
| | |||||
* | Implement fetching and parsing relayer info | Alex Browne | 2018-12-05 | 5 | -6/+107 |
| | |||||
* | Implement support for getting and parsing blocks and transactions | Alex Browne | 2018-12-05 | 5 | -0/+149 |
| | |||||
* | chore: Fix tslint config. | Alex Browne | 2018-12-05 | 2 | -2/+2 |
| | |||||
* | Fix bugs in merge_v2_events script and disable verbose logging | Alex Browne | 2018-12-05 | 2 | -2/+5 |
| | |||||
* | Enable verbose logging | Alex Browne | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Rename index.ts -> merge_v2_events | Alex Browne | 2018-12-05 | 1 | -0/+0 |
| | |||||
* | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-05 | 10 | -40/+90 |
| | |||||
* | Update pipeline to use new @0x npm org for imports | Alex Browne | 2018-12-05 | 7 | -16/+16 |
| | |||||
* | Update to use ContractWrappers + Infura instead of Etherscan | Alex Browne | 2018-12-05 | 10 | -242/+85 |
| | |||||
* | Rebase and update to use new modularized artifacts | Alex Browne | 2018-12-05 | 6 | -2289/+8 |
| | |||||
* | Add tests for SRA order conversion | Alex Browne | 2018-12-05 | 3 | -4/+83 |
| | |||||
* | Re-add missing tests | Alex Browne | 2018-12-05 | 3 | -90/+164 |
| | |||||
* | Add soruceUrl to SraOrder entity | Alex Browne | 2018-12-05 | 2 | -1/+4 |
| | |||||
* | Add preliminary support for scraping orders from SRA endpoints (no ↵ | Alex Browne | 2018-12-05 | 8 | -12/+134 |
| | | | | pagination, only RR support for now) | ||||
* | For event entities, rename address -> contractAddress and make it a primary key | Alex Browne | 2018-12-05 | 5 | -11/+19 |
| | |||||
* | Implement scraping and parsing exchange CancelUpTo events | Alex Browne | 2018-12-05 | 3 | -9/+45 |
| | |||||
* | Use multi-primary keys for event and filter null logIndexes | Alex Browne | 2018-12-05 | 4 | -6/+15 |
| | |||||
* | Implement scraping and parsing exchange cancel events | Alex Browne | 2018-12-05 | 5 | -10/+81 |
| | |||||
* | Make event parsing more functional and less class-based | Alex Browne | 2018-12-05 | 3 | -65/+21 |
| | |||||
* | Re-organize event parsing and decoding | Alex Browne | 2018-12-05 | 7 | -175/+206 |
| | |||||
* | Add support for decoding asset data | Alex Browne | 2018-12-05 | 5 | -36/+94 |
| | |||||
* | Add typeorm and begin inserting database records | Alex Browne | 2018-12-05 | 6 | -13/+89 |
| | |||||
* | Make contractAbi a parameter of getContractEventsAsync | Alex Browne | 2018-12-05 | 4 | -11/+29 |
| | |||||
* | Add tests for etherscan events | Alex Browne | 2018-12-05 | 5 | -10/+124 |
| | |||||
* | Restructure pipeline package. Create data-sources dir | Alex Browne | 2018-12-05 | 4 | -75/+96 |
| | |||||
* | Remove old code. Create function for getting contract events via etherscan | Alex Browne | 2018-12-05 | 24 | -1895/+2368 |
| | |||||
* | Rebase pipeline branch off development | Alex Browne | 2018-12-05 | 25 | -0/+2001 |