Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deploy @dexon-foundation/0x.jsstable | Hsuan Lee | 2019-03-06 | 19 | -631/+0 |
| | |||||
* | Add migration to fix exchange events primary keys (#1593) | F. Eugene Aumson | 2019-02-09 | 4 | -4/+4 |
| | | | | | | | | | | * Add migration to fix exchange events primary key * correct comment: "foreign key" -> "primary key" * Refine hack to handle only the expected error * Add tx hash to erc20 approval events primary key | ||||
* | update types to adhere to new dex trades and bloxy api format | fragosti | 2019-01-31 | 1 | -0/+2 |
| | |||||
* | fetch and save copper (#1472) | Xianny | 2019-01-09 | 6 | -0/+162 |
| | | | | Fetch and save Copper CRM | ||||
* | Use enums in pipeline | Amir Bandeali | 2019-01-08 | 1 | -2/+1 |
| | |||||
* | track idex orderbook snapshots (#1397) | zkao | 2018-12-12 | 1 | -5/+5 |
| | | | * Track Idex and Oasis Orderbook Snapshots | ||||
* | Refactor event scraping and add support for scraping ERC20 approval events ↵ | Alex Browne | 2018-12-12 | 2 | -0/+27 |
| | | | | | | | | (#1401) * Refactor event scraping and add support for scraping ERC20 approval events * Add tests for data_sources/contract-wrappers/utils | ||||
* | Fix RadarRelay timestamps (#1391) | Alex Browne | 2018-12-06 | 1 | -2/+5 |
| | | | | | | * Fixing rr timestamps * Apply prettier | ||||
* | Change type of transactions.gas_used and gas_price to BigNumber/numeric | Alex Browne | 2018-12-05 | 1 | -5/+6 |
| | |||||
* | Address PR feedback | Alex Browne | 2018-12-05 | 5 | -13/+5 |
| | |||||
* | pull OHLCV records from Crypto Compare (#1349) | Xianny | 2018-12-05 | 1 | -7/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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/+30 |
| | | | | | | * 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 | 2 | -3/+58 |
| | |||||
* | Introduce framework for running basic tests for entities (#1344) | Alex Browne | 2018-12-05 | 7 | -14/+24 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | metadata and trusted sources in same raw table | Jake Ellowitz | 2018-12-05 | 5 | -40/+29 |
| | |||||
* | Pull token metadata re trusted tokens | Jake Ellowitz | 2018-12-05 | 4 | -0/+35 |
| | |||||
* | Add script for pulling missing block data | Alex Browne | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | Add support for pulling Cancel and CancelUpTo events | Alex Browne | 2018-12-05 | 1 | -0/+6 |
| | |||||
* | Add transactionHash to CancelUpToEvent and CancelEvent entities | Alex Browne | 2018-12-05 | 2 | -1/+4 |
| | |||||
* | Add homepage_url to relayers | Alex Browne | 2018-12-05 | 1 | -6/+7 |
| | |||||
* | Change some column types from varchar to numeric | Alex Browne | 2018-12-05 | 3 | -22/+29 |
| | |||||
* | Rename taker and maker amounts in sra_orders | Alex Browne | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | Implement scraping sra orders from radar relay | Alex Browne | 2018-12-05 | 3 | -2/+33 |
| | |||||
* | Update schema for sra_orders | Alex Browne | 2018-12-05 | 1 | -6/+1 |
| | |||||
* | Pointing entities to raw schema | Jake Ellowitz | 2018-12-05 | 8 | -9/+9 |
| | | | | Fix linter issues | ||||
* | Mapping dev schema to initial migration | Jake Ellowitz | 2018-12-05 | 3 | -1/+18 |
| | |||||
* | 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 | ||||
* | Rename table and column names | Alex Browne | 2018-12-05 | 7 | -95/+169 |
| | |||||
* | Reorganize entities. Make scripts work from any directory. | Alex Browne | 2018-12-05 | 5 | -0/+7 |
| | |||||
* | Use bigint for gasUsed and gasPrice in Transaction | Alex Browne | 2018-12-05 | 1 | -2/+4 |
| | |||||
* | Update relayer code to use new relayer-registry format | Alex Browne | 2018-12-05 | 1 | -1/+2 |
| | |||||
* | Implement fetching and parsing relayer info | Alex Browne | 2018-12-05 | 1 | -0/+22 |
| | |||||
* | Implement support for getting and parsing blocks and transactions | Alex Browne | 2018-12-05 | 2 | -0/+20 |
| | |||||
* | Update script to work with existing v1 pipeline data | Alex Browne | 2018-12-05 | 4 | -9/+12 |
| | |||||
* | Add soruceUrl to SraOrder entity | Alex Browne | 2018-12-05 | 1 | -0/+1 |
| | |||||
* | Add preliminary support for scraping orders from SRA endpoints (no ↵ | Alex Browne | 2018-12-05 | 3 | -0/+44 |
| | | | | pagination, only RR support for now) | ||||
* | For event entities, rename address -> contractAddress and make it a primary key | Alex Browne | 2018-12-05 | 3 | -3/+3 |
| | |||||
* | Implement scraping and parsing exchange CancelUpTo events | Alex Browne | 2018-12-05 | 1 | -0/+15 |
| | |||||
* | Use multi-primary keys for event and filter null logIndexes | Alex Browne | 2018-12-05 | 2 | -2/+2 |
| | |||||
* | Implement scraping and parsing exchange cancel events | Alex Browne | 2018-12-05 | 2 | -3/+35 |
| | |||||
* | Re-organize event parsing and decoding | Alex Browne | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | Add support for decoding asset data | Alex Browne | 2018-12-05 | 1 | -3/+14 |
| | |||||
* | Add typeorm and begin inserting database records | Alex Browne | 2018-12-05 | 1 | -0/+24 |