aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorXianny <8582774+xianny@users.noreply.github.com>2018-12-05 05:36:18 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-06 19:06:34 +0800
commit6f5787b2c43957c1c5db5a6123399e8baeb0ed78 (patch)
tree811b4c2269f716262d1263bf53d0e51d5a8a82a7 /yarn.lock
parentf96711bac373ac7caaca647defd68d91ba43a181 (diff)
downloaddexon-sol-tools-6f5787b2c43957c1c5db5a6123399e8baeb0ed78.tar
dexon-sol-tools-6f5787b2c43957c1c5db5a6123399e8baeb0ed78.tar.gz
dexon-sol-tools-6f5787b2c43957c1c5db5a6123399e8baeb0ed78.tar.bz2
dexon-sol-tools-6f5787b2c43957c1c5db5a6123399e8baeb0ed78.tar.lz
dexon-sol-tools-6f5787b2c43957c1c5db5a6123399e8baeb0ed78.tar.xz
dexon-sol-tools-6f5787b2c43957c1c5db5a6123399e8baeb0ed78.tar.zst
dexon-sol-tools-6f5787b2c43957c1c5db5a6123399e8baeb0ed78.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.lock10
1 files changed, 9 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock
index 6f2a7f126..cafe9fb0b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1520,6 +1520,10 @@
dependencies:
"@types/node" "*"
+"@types/p-limit@^2.0.0":
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/@types/p-limit/-/p-limit-2.0.0.tgz#c076b7daa9163108a35899ea6a9d927526943ea2"
+
"@types/prop-types@*":
version "15.5.5"
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.5.5.tgz#17038dd322c2325f5da650a94d5f9974943625e3"
@@ -11650,7 +11654,7 @@ p-limit@^1.1.0:
p-limit@^2.0.0:
version "2.0.0"
- resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz#e624ed54ee8c460a778b3c9f3670496ff8a57aec"
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.0.0.tgz#e624ed54ee8c460a778b3c9f3670496ff8a57aec"
dependencies:
p-try "^2.0.0"
@@ -12416,6 +12420,10 @@ prettier@^1.11.1:
version "1.12.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.1.tgz#c1ad20e803e7749faf905a409d2367e06bbe7325"
+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"