Ezekiel Aquino
a1889e2a23
Replaces icons in landing, text styling
2018-12-10 12:12:43 +01:00
Ezekiel Aquino
37a1483359
Adds withArrow button
2018-12-10 12:07:08 +01:00
Ezekiel Aquino
80811c9cca
Async load icons, adds margins
2018-12-10 11:53:01 +01:00
Fred Carlsen
14d342c3e0
Bind dev server to 0.0.0.0
2018-12-10 11:35:53 +01:00
Fred Carlsen
394105b860
Add options to svg loader
2018-12-10 11:35:53 +01:00
Fred Carlsen
1752aa63da
Comment out bg on code
2018-12-10 11:35:53 +01:00
Ezekiel Aquino
9636fd1b76
Adds size definition to Icon
2018-12-10 11:23:54 +01:00
Ezekiel Aquino
16f69ad718
Refactors <Icon>
2018-12-10 11:22:00 +01:00
Fred Carlsen
03ca825639
Cleanup
2018-12-10 11:19:42 +01:00
Fred Carlsen
c995586063
WIP mobile header + developer dropdown
2018-12-10 11:19:20 +01:00
Fred Carlsen
8dd738629a
Added global link color to theme
2018-12-10 11:05:16 +01:00
Fred Carlsen
701ea77a79
Mobile tweaks
2018-12-07 13:51:45 +01:00
Fred Carlsen
b68f3eb772
Break heading on why properly
2018-12-07 13:48:10 +01:00
Fred Carlsen
47e8bc8e43
Add viewbox to icons
2018-12-07 12:43:47 +01:00
Fred Carlsen
eb137cf576
Mobile tweaks
2018-12-07 11:00:34 +01:00
Fred Carlsen
f88ff698a4
Remove hardcoded min-width
...
This breaks smaller viewports than 355px. Should be handled in a local scope by css, not global inline styles.
2018-12-06 15:11:18 +01:00
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