Fix job-runner to process missing parent block (#274)

* Fix job-runner to process missing parent block

* Upgrade package versions to 0.2.18
This commit is contained in:
2022-12-13 11:59:55 +05:30
committed by GitHub
parent cc66f44bab
commit 9566dff466
19 changed files with 95 additions and 75 deletions
+6 -6
View File
@@ -1,10 +1,10 @@
{
"name": "@cerc-io/graph-node",
"version": "0.2.17",
"version": "0.2.18",
"main": "dist/index.js",
"license": "AGPL-3.0",
"devDependencies": {
"@cerc-io/solidity-mapper": "^0.2.17",
"@cerc-io/solidity-mapper": "^0.2.18",
"@ethersproject/providers": "^5.4.4",
"@graphprotocol/graph-ts": "^0.22.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
@@ -49,11 +49,11 @@
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@cerc-io/cache": "^0.2.17",
"@cerc-io/ipld-eth-client": "^0.2.17",
"@cerc-io/util": "^0.2.17",
"@types/json-diff": "^0.5.2",
"@cerc-io/assemblyscript": "0.19.10-watcher-ts-0.1.2",
"@cerc-io/cache": "^0.2.18",
"@cerc-io/ipld-eth-client": "^0.2.18",
"@cerc-io/util": "^0.2.18",
"@types/json-diff": "^0.5.2",
"bn.js": "^4.11.9",
"debug": "^4.3.1",
"fs-extra": "^10.0.0",