diff options
author | Xianny <8582774+xianny@users.noreply.github.com> | 2018-12-05 05:36:18 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-13 01:18:37 +0800 |
commit | da51f6e56f0a0d90ef0abedc25b163b6445b73bb (patch) | |
tree | 9c83dd82c5c7ee81c6e5c035517aa27fe85107ad /yarn.lock | |
parent | 5d0f82c3c6b19996d789e4162d0df9444ff4e860 (diff) | |
download | dexon-sol-tools-da51f6e56f0a0d90ef0abedc25b163b6445b73bb.tar dexon-sol-tools-da51f6e56f0a0d90ef0abedc25b163b6445b73bb.tar.gz dexon-sol-tools-da51f6e56f0a0d90ef0abedc25b163b6445b73bb.tar.bz2 dexon-sol-tools-da51f6e56f0a0d90ef0abedc25b163b6445b73bb.tar.lz dexon-sol-tools-da51f6e56f0a0d90ef0abedc25b163b6445b73bb.tar.xz dexon-sol-tools-da51f6e56f0a0d90ef0abedc25b163b6445b73bb.tar.zst dexon-sol-tools-da51f6e56f0a0d90ef0abedc25b163b6445b73bb.zip |
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
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12656,6 +12656,10 @@ prettier@^1.15.3: version "1.15.3" resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.3.tgz#1feaac5bdd181237b54dbe65d874e02a1472786a" +prettier@^1.15.3: + version "1.15.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.3.tgz#1feaac5bdd181237b54dbe65d874e02a1472786a" + pretty-bytes@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-1.0.4.tgz#0a22e8210609ad35542f8c8d5d2159aff0751c84" |