fragosti
0c871b67ca
Add parser test for Radar orderbook parsing
2019-02-19 16:58:11 -08:00
fragosti
8f7145f80a
Add parsing radar order test
2019-02-14 15:07:09 -08:00
fragosti
87da6a947d
Have migration to maker_address column working
2019-02-14 09:22:50 -08:00
fragosti
d1cc08f1d9
Attempt to add maker_address token_orderbook_snapshots
2019-02-13 11:03:40 -08:00
fragosti
c2ad95fd94
update types to adhere to new dex trades and bloxy api format
2019-01-30 10:12:15 -08:00
Fabio B
2cf57a48dd
Merge pull request #1500 from 0xProject/update-prettier-version
...
Update prettier to version ^1.15.3
2019-01-11 11:18:18 +01:00
Alex Browne
89e398fa39
Update prettier to version ^1.15.3
2019-01-10 17:41:13 -08:00
Xianny
a5b7a35160
upgrade to ddex api v3 ( #1507 )
2019-01-10 13:07:52 -08:00
Xianny
27fc640a9e
fetch and save copper ( #1472 )
...
Fetch and save Copper CRM
2019-01-08 13:50:51 -08:00
Amir Bandeali
fd37e88bdb
Use enums in pipeline
2019-01-07 11:11:19 -08:00
zkao
6d45beccad
Fix dex order quote/base asset assigning ( #1432 )
2018-12-14 12:15:35 -08:00
zkao
42be1a429f
track idex orderbook snapshots ( #1397 )
...
* Track Idex and Oasis Orderbook Snapshots
2018-12-11 15:48:54 -08:00
Alex Browne
b4cdb14b9b
Refactor event scraping and add support for scraping ERC20 approval events ( #1401 )
...
* Refactor event scraping and add support for scraping ERC20 approval events
* Add tests for data_sources/contract-wrappers/utils
2018-12-11 15:16:05 -08:00
xianny
7b1471ffe8
query CC with larger batch size
2018-12-07 09:43:55 -08:00
Alex Browne
e0348f9c04
Change type of transactions.gas_used and gas_price to BigNumber/numeric
2018-12-04 20:20:49 -08:00
Alex Browne
00f86ca0f7
Address PR feedback
2018-12-04 20:04:08 -08:00
Xianny
8c21a700ba
pull OHLCV records from Crypto Compare ( #1349 )
...
* [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
2018-12-04 14:26:03 -08:00
zkao
87ffa5d7ab
Token_orderbook_snapshots for Ddex and Paradex( #1354 )
...
* Implements the TokenOrderbookSnapshot Table
* Scripts, Data Sources and Entities to pull Ddex and Paradex API data.
2018-12-04 14:25:42 -08:00
Alex Browne
7198b441e0
Add script for parsing competing dex trades from Bloxy ( #1355 )
2018-12-04 14:25:42 -08:00
Alex Browne
3d211c415b
Introduce framework for running basic tests for entities ( #1344 )
...
* 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
2018-12-04 14:25:38 -08:00
Alex Browne
24fd2d9730
Add support for pulling Cancel and CancelUpTo events
2018-12-04 14:24:48 -08:00
Alex Browne
303bbc42f4
Change some column types from varchar to numeric
2018-12-04 14:24:48 -08:00
Alex Browne
26280e4aba
Implement scraping sra orders from radar relay
2018-12-04 14:24:48 -08:00
Alex Browne
53cc9e9bed
Rename table and column names
2018-12-04 14:24:48 -08:00
Alex Browne
ccad046eb6
Reorganize entities. Make scripts work from any directory.
2018-12-04 14:24:48 -08:00
Alex Browne
3a19faa5ff
Update script to work with existing v1 pipeline data
2018-12-04 14:24:48 -08:00
Alex Browne
bbe1a843ef
Update pipeline to use new @0x npm org for imports
2018-12-04 14:24:48 -08:00
Alex Browne
91e7485ecc
Update to use ContractWrappers + Infura instead of Etherscan
2018-12-04 14:24:44 -08:00
Alex Browne
6c00dd6f39
Rebase and update to use new modularized artifacts
2018-12-04 14:24:06 -08:00
Alex Browne
ada78d140b
Add tests for SRA order conversion
2018-12-04 14:24:06 -08:00
Alex Browne
6aca4e8272
Re-add missing tests
2018-12-04 14:24:06 -08:00
Alex Browne
fe523e1f3f
Re-organize event parsing and decoding
2018-12-04 14:24:06 -08:00
Alex Browne
d71fa65359
Make contractAbi a parameter of getContractEventsAsync
2018-12-04 14:23:32 -08:00
Alex Browne
75d3f24835
Add tests for etherscan events
2018-12-04 14:23:32 -08:00