Upgrade watcher-ts packages for improving eth_getLogs
calls in FEVM (#4)
Part of [Investigate subgraph watchers lagging behind head](https://www.notion.so/Investigate-subgraph-watchers-lagging-behind-head-01b72294ca8e4f658e4c0e86b36d19e2) Reviewed-on: #4 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
This commit is contained in:
parent
5a1728c371
commit
0ee18d3c50
12
package.json
12
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cerc-io/ajna-watcher-ts",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "ajna-watcher-ts",
|
||||
"private": true,
|
||||
"main": "dist/index.js",
|
||||
@ -39,11 +39,11 @@
|
||||
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.3.19",
|
||||
"@cerc-io/cli": "^0.2.83",
|
||||
"@cerc-io/ipld-eth-client": "^0.2.83",
|
||||
"@cerc-io/solidity-mapper": "^0.2.83",
|
||||
"@cerc-io/util": "^0.2.83",
|
||||
"@cerc-io/graph-node": "^0.2.83",
|
||||
"@cerc-io/cli": "^0.2.84",
|
||||
"@cerc-io/ipld-eth-client": "^0.2.84",
|
||||
"@cerc-io/solidity-mapper": "^0.2.84",
|
||||
"@cerc-io/util": "^0.2.84",
|
||||
"@cerc-io/graph-node": "^0.2.84",
|
||||
"@ethersproject/providers": "^5.4.4",
|
||||
"debug": "^4.3.1",
|
||||
"decimal.js": "^10.3.1",
|
||||
|
94
yarn.lock
94
yarn.lock
@ -176,10 +176,10 @@
|
||||
binaryen "101.0.0-nightly.20210723"
|
||||
long "^4.0.0"
|
||||
|
||||
"@cerc-io/cache@^0.2.83":
|
||||
version "0.2.83"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcache/-/0.2.83/cache-0.2.83.tgz#2802fe7a360990c8f5d14f5a76112d1085e52f81"
|
||||
integrity sha512-JGUmhs6dbYIYZPDJ6LPTU+TcV3+/AqMQnczZB8n/E6ccHheb9LcIlVJZYylEfN8+hpgukd1p2ihXSGqkFj7HRw==
|
||||
"@cerc-io/cache@^0.2.84":
|
||||
version "0.2.84"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcache/-/0.2.84/cache-0.2.84.tgz#03c0f1669af33c869e93662522fd1e8065a8f95f"
|
||||
integrity sha512-I2nUJDbMuG0zV/fDY0wy19YVV/4d6CLCaA/lmbNoMjgZlqQni6k3vjf8Pa40oOCGx2YUMzSWRYWdSqMe5fY36g==
|
||||
dependencies:
|
||||
canonical-json "^0.0.4"
|
||||
debug "^4.3.1"
|
||||
@ -187,19 +187,19 @@
|
||||
fs-extra "^10.0.0"
|
||||
level "^7.0.0"
|
||||
|
||||
"@cerc-io/cli@^0.2.83":
|
||||
version "0.2.83"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcli/-/0.2.83/cli-0.2.83.tgz#827694470b87c0b7c3604e020803ac88102aefa8"
|
||||
integrity sha512-1lU4bzE9Oej+dtoOvClNq52jGhIJorfGLaBAQAd52Jar7wAspZVBI9zFteVKjJiCaVLsLpeZLqyBp4KA6ZeQ1g==
|
||||
"@cerc-io/cli@^0.2.84":
|
||||
version "0.2.84"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fcli/-/0.2.84/cli-0.2.84.tgz#bc82407a06fddfaa1a2fc5f2356fd4c3999e91f0"
|
||||
integrity sha512-PiXuNlDJQN74vHRgSxPKCcG5+EhbxKzvGCVeSXGvDiaeOQHTjQndOkbOD4+PlLehOACjYB5LKgmHszFw1sy2Jw==
|
||||
dependencies:
|
||||
"@apollo/client" "^3.7.1"
|
||||
"@cerc-io/cache" "^0.2.83"
|
||||
"@cerc-io/ipld-eth-client" "^0.2.83"
|
||||
"@cerc-io/cache" "^0.2.84"
|
||||
"@cerc-io/ipld-eth-client" "^0.2.84"
|
||||
"@cerc-io/libp2p" "^0.42.2-laconic-0.1.4"
|
||||
"@cerc-io/nitro-node" "^0.1.15"
|
||||
"@cerc-io/peer" "^0.2.83"
|
||||
"@cerc-io/rpc-eth-client" "^0.2.83"
|
||||
"@cerc-io/util" "^0.2.83"
|
||||
"@cerc-io/peer" "^0.2.84"
|
||||
"@cerc-io/rpc-eth-client" "^0.2.84"
|
||||
"@cerc-io/util" "^0.2.84"
|
||||
"@ethersproject/providers" "^5.4.4"
|
||||
"@graphql-tools/utils" "^9.1.1"
|
||||
"@ipld/dag-cbor" "^8.0.0"
|
||||
@ -220,16 +220,16 @@
|
||||
typeorm "0.2.37"
|
||||
yargs "^17.0.1"
|
||||
|
||||
"@cerc-io/graph-node@^0.2.83":
|
||||
version "0.2.83"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fgraph-node/-/0.2.83/graph-node-0.2.83.tgz#79d0d684724825d675db84df78e4a3c3b2d0a581"
|
||||
integrity sha512-UxFoK7DpIBOYdKY6TFAGi9SgK1gET/xAgdIKhQ7+d+QYDdMZYoEfCK0TDkAhzoarX5B/gYQ8gwbM8RQ1h4QMlA==
|
||||
"@cerc-io/graph-node@^0.2.84":
|
||||
version "0.2.84"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fgraph-node/-/0.2.84/graph-node-0.2.84.tgz#ad090f8f95599ace08f2e8107631e97b210307d8"
|
||||
integrity sha512-2DxM7uNBxgRsQewPBqLDGYAz0KIY2GQEzPx3GIMug3FS+CJqF9/ZSE6oo6Xu1VaWxiMJrlYp40+tkC3pPE8JfA==
|
||||
dependencies:
|
||||
"@apollo/client" "^3.3.19"
|
||||
"@cerc-io/assemblyscript" "0.19.10-watcher-ts-0.1.2"
|
||||
"@cerc-io/cache" "^0.2.83"
|
||||
"@cerc-io/ipld-eth-client" "^0.2.83"
|
||||
"@cerc-io/util" "^0.2.83"
|
||||
"@cerc-io/cache" "^0.2.84"
|
||||
"@cerc-io/ipld-eth-client" "^0.2.84"
|
||||
"@cerc-io/util" "^0.2.84"
|
||||
"@types/json-diff" "^0.5.2"
|
||||
"@types/yargs" "^17.0.0"
|
||||
bn.js "^4.11.9"
|
||||
@ -246,14 +246,14 @@
|
||||
typeorm-naming-strategies "^2.0.0"
|
||||
yargs "^17.0.1"
|
||||
|
||||
"@cerc-io/ipld-eth-client@^0.2.83":
|
||||
version "0.2.83"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fipld-eth-client/-/0.2.83/ipld-eth-client-0.2.83.tgz#8aeb35c17b4695a14316640c0b755e3f63ca5df7"
|
||||
integrity sha512-H/H0kfwOc3CiMDRk6Axx7rhorqUlLTVEIO3NIOYlrg6mqm7dPSg5LulTBK8pLamwmtjpKpAXp7WB/mOCLUX2Kg==
|
||||
"@cerc-io/ipld-eth-client@^0.2.84":
|
||||
version "0.2.84"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fipld-eth-client/-/0.2.84/ipld-eth-client-0.2.84.tgz#7de294a233fadb34cddc1e995ee2fe5263aafd8c"
|
||||
integrity sha512-45NH17v7U170w2phjA+w7ReCdVrREPCI9EpQN6OHkdCRbgYVoCG0+GU+D3lhU/XpkyiHoLZ5EIs/QImbOXuAvg==
|
||||
dependencies:
|
||||
"@apollo/client" "^3.7.1"
|
||||
"@cerc-io/cache" "^0.2.83"
|
||||
"@cerc-io/util" "^0.2.83"
|
||||
"@cerc-io/cache" "^0.2.84"
|
||||
"@cerc-io/util" "^0.2.84"
|
||||
cross-fetch "^3.1.4"
|
||||
debug "^4.3.1"
|
||||
ethers "^5.4.4"
|
||||
@ -406,10 +406,10 @@
|
||||
unique-names-generator "^4.7.1"
|
||||
yargs "^17.0.1"
|
||||
|
||||
"@cerc-io/peer@^0.2.83":
|
||||
version "0.2.83"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fpeer/-/0.2.83/peer-0.2.83.tgz#128d3243ec6a7d1f7272b1d45978bf76de66591b"
|
||||
integrity sha512-q6XRfJkxwT7k45Kayz1JKP7mtUH5I63vNhejwxTAfmM/puLOpbgVKSay6UfQHuSSniIQSMRrWOy3OQmJXNvMEQ==
|
||||
"@cerc-io/peer@^0.2.84":
|
||||
version "0.2.84"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fpeer/-/0.2.84/peer-0.2.84.tgz#ebe28375af90744485ff08abe9858743fe21a8d8"
|
||||
integrity sha512-W5yUbzR+fUcy7UrMXbL1Yu0K/n15KgiZugkk7+bX7Q0yPlfdvCiS7WdCMlb+5XktNrmd6NfDAfP/ADL5fgXFWg==
|
||||
dependencies:
|
||||
"@cerc-io/libp2p" "^0.42.2-laconic-0.1.4"
|
||||
"@cerc-io/prometheus-metrics" "1.1.4"
|
||||
@ -448,23 +448,23 @@
|
||||
it-stream-types "^1.0.4"
|
||||
promjs "^0.4.2"
|
||||
|
||||
"@cerc-io/rpc-eth-client@^0.2.83":
|
||||
version "0.2.83"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Frpc-eth-client/-/0.2.83/rpc-eth-client-0.2.83.tgz#ee49baef3a3f0c142de7320e4e2ee12998c6d142"
|
||||
integrity sha512-lVInLT3dERd4y+Mmb4ocjRsDSjvkjypC7+lo0ytn5k+d+wogIv2BsZd+ZI1PKTN1TUwqnPy0m815Egn5/PMvsQ==
|
||||
"@cerc-io/rpc-eth-client@^0.2.84":
|
||||
version "0.2.84"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Frpc-eth-client/-/0.2.84/rpc-eth-client-0.2.84.tgz#1ac4550c522a05dd1bbb043b2aa16e0cf3d8f206"
|
||||
integrity sha512-+SW5y1MmMb7RFKUdG5yFtoBtfjeo02cyzd1PYdbtQHeRZnr5e7ABbguIAXFBG9FwhlPlgg72KH0CvhwbS+i+Ug==
|
||||
dependencies:
|
||||
"@cerc-io/cache" "^0.2.83"
|
||||
"@cerc-io/ipld-eth-client" "^0.2.83"
|
||||
"@cerc-io/util" "^0.2.83"
|
||||
"@cerc-io/cache" "^0.2.84"
|
||||
"@cerc-io/ipld-eth-client" "^0.2.84"
|
||||
"@cerc-io/util" "^0.2.84"
|
||||
chai "^4.3.4"
|
||||
ethers "^5.4.4"
|
||||
left-pad "^1.3.0"
|
||||
mocha "^8.4.0"
|
||||
|
||||
"@cerc-io/solidity-mapper@^0.2.83":
|
||||
version "0.2.83"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fsolidity-mapper/-/0.2.83/solidity-mapper-0.2.83.tgz#f3a732696e72604e58444723229bf0da78f925e3"
|
||||
integrity sha512-3U6MJejvvUWzpbnsOTdKciKapSxzF0BuwlSrwaXJQKskbS5dIV2Jk1bsfogCokc86PrBxjusV4UNh8HohHbbmA==
|
||||
"@cerc-io/solidity-mapper@^0.2.84":
|
||||
version "0.2.84"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fsolidity-mapper/-/0.2.84/solidity-mapper-0.2.84.tgz#b35ba8c3d11eaabb9d425c31c7ea03bdadf0854b"
|
||||
integrity sha512-xmTi0Beo9X6OVyWKUcdbZiFqwUiv6XJeyCLxFfdCqGChFmDfRGSAWhFFpCePrO/D7SLXZTUb/Py3/SNQhGiETw==
|
||||
dependencies:
|
||||
dotenv "^10.0.0"
|
||||
|
||||
@ -473,15 +473,15 @@
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fts-channel/-/1.0.3-ts-nitro-0.1.1/ts-channel-1.0.3-ts-nitro-0.1.1.tgz#0768781313a167295c0bf21307f47e02dc17e936"
|
||||
integrity sha512-2jFICUSyffuZ+8+qRhXuLSJq4GJ6Y02wxiXoubH0Kzv2lIKkJtWICY1ZQQhtXAvP0ncAQB85WJHqtqwH8l7J3Q==
|
||||
|
||||
"@cerc-io/util@^0.2.83":
|
||||
version "0.2.83"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Futil/-/0.2.83/util-0.2.83.tgz#747813a51569dee7465ed1bfb4ac3d4ecdf99eb4"
|
||||
integrity sha512-6ZqIH1pUq1MWDXf2psXJvKhAWojtXWGFwXCHxF7pi68IjMqMQxXVpk/eZzympBsWQhzvl6IPH8JShJTTxK5ybQ==
|
||||
"@cerc-io/util@^0.2.84":
|
||||
version "0.2.84"
|
||||
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Futil/-/0.2.84/util-0.2.84.tgz#5815cd08a8b3aabb1ed8f8112b0cd0f124aac7a9"
|
||||
integrity sha512-54NUv3T0saHXJlg2JxHFrClpjrQp/I/t7TW/l4uy3L/mp/l63sUiM1xSHOMa41g7QMKXVWw0c1nifC8xtNrq2g==
|
||||
dependencies:
|
||||
"@apollo/utils.keyvaluecache" "^1.0.1"
|
||||
"@cerc-io/nitro-node" "^0.1.15"
|
||||
"@cerc-io/peer" "^0.2.83"
|
||||
"@cerc-io/solidity-mapper" "^0.2.83"
|
||||
"@cerc-io/peer" "^0.2.84"
|
||||
"@cerc-io/solidity-mapper" "^0.2.84"
|
||||
"@cerc-io/ts-channel" "1.0.3-ts-nitro-0.1.1"
|
||||
"@ethersproject/properties" "^5.7.0"
|
||||
"@ethersproject/providers" "^5.4.4"
|
||||
|
Loading…
Reference in New Issue
Block a user