Fred Carlsen
49a1f84e16
Slash the zeroes
2018-12-06 13:29:20 +01:00
Fred Carlsen
23675b4901
Update lock file
2018-12-06 13:19:33 +01:00
Fred Carlsen
950c56d7b8
Migrate away from injectGlobal
2018-12-06 13:19:24 +01:00
Fred Carlsen
4b166828b8
Import configurator in new instant page
2018-12-06 13:19:00 +01:00
fragosti
c1698aa634
fix: add comma to affiliateInfo config in configurator
2018-12-06 12:06:35 +01:00
Steve Klebanoff
ae6f7cc454
feat(instant): More aggressive error reporting
2018-12-06 12:06:35 +01:00
fragosti
506c736d4f
fix: remove target=_blank from instant link
2018-12-06 12:06:35 +01:00
Xianny
0dbb866918
Fix/pipeline/ohlcv ( #1393 )
...
The OHLCV script in data pipeline quits early when we get no data from Crypto Compare. Sometimes Crypto Compare gives us a valid empty response (e.g. when we query for way back in time) and we need to just continue. This adds better filtering for the types of Crypto Compare responses to detect when we should continue and when we should really quit.
2018-12-06 12:06:35 +01:00
fragosti
e82f807d7c
feat: change New notification to point to instant
2018-12-06 12:06:35 +01:00
fragosti
b586ecdf92
chore: run prettier
2018-12-06 12:06:35 +01:00
fragosti
ff8029402d
fix: ensure copy button is above code
2018-12-06 12:06:35 +01:00
fragosti
92361ae811
feat: notify user they've copied to clipboard on copy
2018-12-06 12:06:35 +01:00
fragosti
cba8dc8a75
chore: make default fee percentage in configurator 0
2018-12-06 12:06:35 +01:00
Alex Browne
ef1e5eacbd
Fix RadarRelay timestamps ( #1391 )
...
* Fixing rr timestamps
* Apply prettier
2018-12-06 12:06:35 +01:00
fragosti
7ba47c47bb
feat: lowercase keys in additionalAssetMetaDataMap
2018-12-06 12:06:35 +01:00
fragosti
f8f3a3b3cc
chore: add coingecko css example to externall.css
2018-12-06 12:06:35 +01:00
fragosti
b6e79fd9e0
fix: call toLowerCase in asset creation logic
2018-12-06 12:06:35 +01:00
fragosti
b39f511755
fix: input placeholder css specificity increase
2018-12-06 12:06:35 +01:00
Steve Klebanoff
43d1f61d28
Takeout console.log
2018-12-06 12:06:35 +01:00
Steve Klebanoff
37e3f481dd
Only include localhost in host domains if in development mode
2018-12-06 12:06:35 +01:00
Steve Klebanoff
5acf053f8b
Use dotenv in development
2018-12-06 12:06:35 +01:00
Fabio Berger
b3038787ea
Replace Rocket.chat with Discord
2018-12-06 12:06:35 +01:00
Fabio Berger
b9305f6ab7
Fix mixed up chinese translations
2018-12-06 12:06:35 +01:00
Alex Browne
21cbf05362
Change type of transactions.gas_used and gas_price to BigNumber/numeric
2018-12-06 12:06:35 +01:00
Alex Browne
a3718803a0
Fix prettier
2018-12-06 12:06:35 +01:00
Alex Browne
6742142ca5
Address PR feedback
2018-12-06 12:06:35 +01:00
Fabio B
b7e06a2282
Use a string template in packages/pipeline/src/scripts/pull_missing_events.ts
...
Co-Authored-By: albrow <stephenalexbrowne@gmail.com >
2018-12-06 12:06:35 +01:00
Fabio B
4c65bbbb8f
Fix typo in packages/pipeline/src/parsers/bloxy/index.ts
...
Co-Authored-By: albrow <stephenalexbrowne@gmail.com >
2018-12-06 12:06:35 +01:00
fragosti
105da3f814
chore: run linter
2018-12-06 12:06:35 +01:00
Alex Browne
4a5b72a5ab
Fix linter
2018-12-06 12:06:35 +01:00
fragosti
2d6c46b83c
feat: add copy code feature
2018-12-06 12:06:35 +01:00
Xianny
6f5787b2c4
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-06 12:06:34 +01:00
zkao
f96711bac3
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-06 12:05:38 +01:00
Alex Browne
ddd246a945
Add script for parsing competing dex trades from Bloxy ( #1355 )
2018-12-06 12:05:38 +01:00
Alex Browne
d14d38dabd
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-06 12:05:38 +01:00
Alex Browne
3ca876c574
[pipeline] Add additional documentation to the README ( #1328 )
2018-12-06 12:04:25 +01:00
Alex Browne
6d2f4b91a9
Reduce number of blocks per query in pull_missing_events
2018-12-06 12:04:25 +01:00
Jake Ellowitz
6739261a7e
updating comment for 0x trusted tokens
2018-12-06 12:04:25 +01:00
Jake Ellowitz
72c45d9ea9
metadata and trusted sources in same raw table
2018-12-06 12:04:25 +01:00
Jake Ellowitz
75df8a0e8b
Pull token metadata re trusted tokens
2018-12-06 12:04:25 +01:00
Alex Browne
f3c28afedd
Add script for pulling missing block data
2018-12-06 12:04:25 +01:00
Alex Browne
80ab797d3a
Check for special characters in table name in pull_missing_events
2018-12-06 12:04:25 +01:00
Alex Browne
d6dff5f86a
Add support for pulling Cancel and CancelUpTo events
2018-12-06 12:04:25 +01:00
Alex Browne
4a715c30fd
Add transactionHash to CancelUpToEvent and CancelEvent entities
2018-12-06 12:04:25 +01:00
Alex Browne
65bb8bdb5e
Optimize database operations in pull_missing_events script
2018-12-06 12:04:25 +01:00
Alex Browne
5237e9c2ed
Add homepage_url to relayers
2018-12-06 12:04:25 +01:00
Alex Browne
6bab2f70b9
Add workaround for broken save method
2018-12-06 12:04:25 +01:00
Alex Browne
a0a41b1b5d
Fix chunk size in pull_missing_events
2018-12-06 12:04:25 +01:00
Alex Browne
f07dc5ae6d
Use built-in chunk feature of TypeORM save method
2018-12-06 12:04:25 +01:00
Alex Browne
8cb6c2b51b
Change some column types from varchar to numeric
2018-12-06 12:04:25 +01:00