File tree Expand file tree Collapse file tree 15 files changed +37
-37
lines changed
Expand file tree Collapse file tree 15 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 0.2.109 " ,
5+ "version" : " 0.2.110 " ,
66 "npmClient" : " yarn" ,
77 "useWorkspaces" : true ,
88 "command" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @cerc-io/cache" ,
3- "version" : " 0.2.109 " ,
3+ "version" : " 0.2.110 " ,
44 "description" : " Generic object cache" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @cerc-io/cli" ,
3- "version" : " 0.2.109 " ,
3+ "version" : " 0.2.110 " ,
44 "main" : " dist/index.js" ,
55 "license" : " AGPL-3.0" ,
66 "scripts" : {
1515 },
1616 "dependencies" : {
1717 "@apollo/client" : " ^3.7.1" ,
18- "@cerc-io/cache" : " ^0.2.109 " ,
19- "@cerc-io/ipld-eth-client" : " ^0.2.109 " ,
18+ "@cerc-io/cache" : " ^0.2.110 " ,
19+ "@cerc-io/ipld-eth-client" : " ^0.2.110 " ,
2020 "@cerc-io/libp2p" : " ^0.42.2-laconic-0.1.4" ,
2121 "@cerc-io/nitro-node" : " ^0.1.15" ,
22- "@cerc-io/peer" : " ^0.2.109 " ,
23- "@cerc-io/rpc-eth-client" : " ^0.2.109 " ,
24- "@cerc-io/util" : " ^0.2.109 " ,
22+ "@cerc-io/peer" : " ^0.2.110 " ,
23+ "@cerc-io/rpc-eth-client" : " ^0.2.110 " ,
24+ "@cerc-io/util" : " ^0.2.110 " ,
2525 "@ethersproject/providers" : " ^5.4.4" ,
2626 "@graphql-tools/utils" : " ^9.1.1" ,
2727 "@ipld/dag-cbor" : " ^8.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cerc-io/codegen" ,
3- "version" : " 0.2.109 " ,
3+ "version" : " 0.2.110 " ,
44 "description" : " Code generator" ,
55 "private" : true ,
66 "main" : " index.js" ,
2020 },
2121 "homepage" : " https://github.com/cerc-io/watcher-ts#readme" ,
2222 "dependencies" : {
23- "@cerc-io/util" : " ^0.2.109 " ,
23+ "@cerc-io/util" : " ^0.2.110 " ,
2424 "@graphql-tools/load-files" : " ^6.5.2" ,
2525 "@npmcli/package-json" : " ^5.0.0" ,
2626 "@poanet/solidity-flattener" : " https://github.com/vulcanize/solidity-flattener.git" ,
Original file line number Diff line number Diff line change 4141 "homepage": "https://github.com/cerc-io/watcher-ts#readme",
4242 "dependencies": {
4343 "@apollo/client": "^3.3.19",
44- "@cerc-io/cli": "^0 .2.109 ",
45- "@cerc-io/ipld-eth-client": "^0 .2.109 ",
46- "@cerc-io/solidity-mapper": "^0 .2.109 ",
47- "@cerc-io/util": "^0 .2.109 ",
44+ "@cerc-io/cli": "^v0 .2.110 ",
45+ "@cerc-io/ipld-eth-client": "^v0 .2.110 ",
46+ "@cerc-io/solidity-mapper": "^v0 .2.110 ",
47+ "@cerc-io/util": "^v0 .2.110 ",
4848 {{ #if (subgraphPath )}}
49- "@cerc-io/graph-node": "^0 .2.109 ",
49+ "@cerc-io/graph-node": "^v0 .2.110 ",
5050 {{ /if }}
5151 "@ethersproject/providers": "^5.4.4",
5252 "debug": "^4.3.1",
Original file line number Diff line number Diff line change 11{
22 "name" : " @cerc-io/graph-node" ,
3- "version" : " 0.2.109 " ,
3+ "version" : " 0.2.110 " ,
44 "main" : " dist/index.js" ,
55 "license" : " AGPL-3.0" ,
66 "devDependencies" : {
7- "@cerc-io/solidity-mapper" : " ^0.2.109 " ,
7+ "@cerc-io/solidity-mapper" : " ^0.2.110 " ,
88 "@ethersproject/providers" : " ^5.4.4" ,
99 "@graphprotocol/graph-ts" : " ^0.22.0" ,
1010 "@nomiclabs/hardhat-ethers" : " ^2.0.2" ,
5151 "dependencies" : {
5252 "@apollo/client" : " ^3.3.19" ,
5353 "@cerc-io/assemblyscript" : " 0.19.10-watcher-ts-0.1.2" ,
54- "@cerc-io/cache" : " ^0.2.109 " ,
55- "@cerc-io/ipld-eth-client" : " ^0.2.109 " ,
56- "@cerc-io/util" : " ^0.2.109 " ,
54+ "@cerc-io/cache" : " ^0.2.110 " ,
55+ "@cerc-io/ipld-eth-client" : " ^0.2.110 " ,
56+ "@cerc-io/util" : " ^0.2.110 " ,
5757 "@types/json-diff" : " ^0.5.2" ,
5858 "@types/yargs" : " ^17.0.0" ,
5959 "bn.js" : " ^4.11.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cerc-io/ipld-eth-client" ,
3- "version" : " 0.2.109 " ,
3+ "version" : " 0.2.110 " ,
44 "description" : " IPLD ETH Client" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
2020 "homepage" : " https://github.com/cerc-io/watcher-ts#readme" ,
2121 "dependencies" : {
2222 "@apollo/client" : " ^3.7.1" ,
23- "@cerc-io/cache" : " ^0.2.109 " ,
24- "@cerc-io/util" : " ^0.2.109 " ,
23+ "@cerc-io/cache" : " ^0.2.110 " ,
24+ "@cerc-io/util" : " ^0.2.110 " ,
2525 "cross-fetch" : " ^3.1.4" ,
2626 "debug" : " ^4.3.1" ,
2727 "ethers" : " ^5.4.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cerc-io/peer" ,
3- "version" : " 0.2.109 " ,
3+ "version" : " 0.2.110 " ,
44 "description" : " libp2p module" ,
55 "main" : " dist/index.js" ,
66 "exports" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @cerc-io/rpc-eth-client" ,
3- "version" : " 0.2.109 " ,
3+ "version" : " 0.2.110 " ,
44 "description" : " RPC ETH Client" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
1919 },
2020 "homepage" : " https://github.com/cerc-io/watcher-ts#readme" ,
2121 "dependencies" : {
22- "@cerc-io/cache" : " ^0.2.109 " ,
23- "@cerc-io/ipld-eth-client" : " ^0.2.109 " ,
24- "@cerc-io/util" : " ^0.2.109 " ,
22+ "@cerc-io/cache" : " ^0.2.110 " ,
23+ "@cerc-io/ipld-eth-client" : " ^0.2.110 " ,
24+ "@cerc-io/util" : " ^0.2.110 " ,
2525 "chai" : " ^4.3.4" ,
2626 "ethers" : " ^5.4.4" ,
2727 "left-pad" : " ^1.3.0" ,
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ export class EthClient implements EthClientInterface {
376376 _handleGetBlockErrors ( err : any ) : Array < null > {
377377 if ( err . code === errors . SERVER_ERROR && err . error ) {
378378 // Check null block error and return null array
379- if ( err . error . message === NULL_BLOCK_ERROR ) {
379+ if ( err . error . message . startsWith ( NULL_BLOCK_ERROR ) ) {
380380 return [ null ] ;
381381 }
382382
You can’t perform that action at this time.
0 commit comments