F. Eugene Aumson
|
629a8d6328
|
Add migration to fix exchange events primary keys (#1593)
* 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
|
2019-02-08 13:21:41 -05:00 |
|
fragosti
|
4f3cab4213
|
add row deletion step to migration
|
2019-02-01 15:50:04 -08:00 |
|
fragosti
|
5ad2e9d6b6
|
write migration to add trade_index primary key to dex_trades
|
2019-01-30 10:06:04 -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 |
|
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 |
|
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 |
|
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 |
|
Jake Ellowitz
|
1aa3f9d69f
|
updating comment for 0x trusted tokens
|
2018-12-04 14:24:48 -08:00 |
|
Jake Ellowitz
|
dea89c4e22
|
metadata and trusted sources in same raw table
|
2018-12-04 14:24:48 -08:00 |
|
Jake Ellowitz
|
c6af5131b0
|
Pull token metadata re trusted tokens
|
2018-12-04 14:24:48 -08:00 |
|
Alex Browne
|
24fd2d9730
|
Add support for pulling Cancel and CancelUpTo events
|
2018-12-04 14:24:48 -08:00 |
|
Alex Browne
|
b771020f88
|
Add homepage_url to relayers
|
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
|
a948305e7a
|
Rename taker and maker amounts in sra_orders
|
2018-12-04 14:24:48 -08:00 |
|
Alex Browne
|
2cbb82eb04
|
Update schema for sra_orders
|
2018-12-04 14:24:48 -08:00 |
|
Jake Ellowitz
|
96134003e1
|
Pointing entities to raw schema
Fix linter issues
|
2018-12-04 14:25:00 -08:00 |
|
Jake Ellowitz
|
599a3f9b96
|
Mapping dev schema to initial migration
|
2018-12-04 14:24:48 -08:00 |
|