@subql/node-ethereum 3.4.3-0 → 3.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/yargs.js CHANGED
@@ -36,6 +36,11 @@ exports.yargsOptions = (0, yargs_1.yargsBuilder)({
36
36
  type: 'number',
37
37
  describe: 'The number of blocks to reindex if a fork happens before cached unfinalized blocks and POI is not enabled.',
38
38
  },
39
+ 'query-address-limit': {
40
+ describe: 'Set the limit for address on dictionary queries for dynamic datasources',
41
+ type: 'number',
42
+ default: 100,
43
+ },
39
44
  },
40
45
  });
41
46
  //# sourceMappingURL=yargs.js.map
package/dist/yargs.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"yargs.js","sourceRoot":"","sources":["../src/yargs.ts"],"names":[],"mappings":";AAAA,8DAA8D;AAC9D,mCAAmC;;;AAEnC,kDAAsD;AAEzC,QAAA,YAAY,GAAG,IAAA,oBAAY,EAAC;IACvC,WAAW,EAAE,GAAG,EAAE;QAChB,4EAA4E;QAC5E,8DAA8D;QAC9D,MAAM,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC;QAC9D,OAAO,WAAW,EAAE,CAAC;IACvB,CAAC;IACD,cAAc,EAAE,GAAG,EAAE;QACnB,4EAA4E;QAC5E,8DAA8D;QAC9D,MAAM,EAAE,cAAc,EAAE,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAAC;QACpE,OAAO,cAAc,EAAE,CAAC;IAC1B,CAAC;IACD,WAAW,EAAE,CAAC,YAAoB,EAAE,EAAE;QACpC,4EAA4E;QAC5E,8DAA8D;QAC9D,MAAM,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC;QAC9D,OAAO,WAAW,CAAC,YAAY,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE;QACV,qBAAqB,EAAE;YACrB,YAAY,EAAE,KAAK;YACnB,OAAO,EAAE,GAAG;YACZ,QAAQ,EACN,qIAAqI;YACvI,IAAI,EAAE,QAAQ;SACf;QACD,oBAAoB,EAAE;YACpB,YAAY,EAAE,KAAK;YACnB,OAAO,EAAE,IAAI;YACb,IAAI,EAAE,QAAQ;YACd,QAAQ,EACN,4GAA4G;SAC/G;KACF;CACF,CAAC,CAAC","sourcesContent":["// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors\n// SPDX-License-Identifier: GPL-3.0\n\nimport { yargsBuilder } from '@subql/node-core/yargs';\n\nexport const yargsOptions = yargsBuilder({\n initTesting: () => {\n // lazy import to make sure logger is instantiated before all other services\n // eslint-disable-next-line @typescript-eslint/no-var-requires\n const { testingInit } = require('./subcommands/testing.init');\n return testingInit();\n },\n initForceClean: () => {\n // lazy import to make sure logger is instantiated before all other services\n // eslint-disable-next-line @typescript-eslint/no-var-requires\n const { forceCleanInit } = require('./subcommands/forceClean.init');\n return forceCleanInit();\n },\n initReindex: (targetHeight: number) => {\n // lazy import to make sure logger is instantiated before all other services\n // eslint-disable-next-line @typescript-eslint/no-var-requires\n const { reindexInit } = require('./subcommands/reindex.init');\n return reindexInit(targetHeight);\n },\n runOptions: {\n 'block-confirmations': {\n demandOption: false,\n default: 200,\n describe:\n 'The number of blocks behind the head to be considered finalized for networks without deterministic finalisation such as Polygon POS',\n type: 'number',\n },\n 'block-fork-reindex': {\n demandOption: false,\n default: 1000,\n type: 'number',\n describe:\n 'The number of blocks to reindex if a fork happens before cached unfinalized blocks and POI is not enabled.',\n },\n },\n});\n"]}
1
+ {"version":3,"file":"yargs.js","sourceRoot":"","sources":["../src/yargs.ts"],"names":[],"mappings":";AAAA,8DAA8D;AAC9D,mCAAmC;;;AAEnC,kDAAsD;AAEzC,QAAA,YAAY,GAAG,IAAA,oBAAY,EAAC;IACvC,WAAW,EAAE,GAAG,EAAE;QAChB,4EAA4E;QAC5E,8DAA8D;QAC9D,MAAM,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC;QAC9D,OAAO,WAAW,EAAE,CAAC;IACvB,CAAC;IACD,cAAc,EAAE,GAAG,EAAE;QACnB,4EAA4E;QAC5E,8DAA8D;QAC9D,MAAM,EAAE,cAAc,EAAE,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAAC;QACpE,OAAO,cAAc,EAAE,CAAC;IAC1B,CAAC;IACD,WAAW,EAAE,CAAC,YAAoB,EAAE,EAAE;QACpC,4EAA4E;QAC5E,8DAA8D;QAC9D,MAAM,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC;QAC9D,OAAO,WAAW,CAAC,YAAY,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE;QACV,qBAAqB,EAAE;YACrB,YAAY,EAAE,KAAK;YACnB,OAAO,EAAE,GAAG;YACZ,QAAQ,EACN,qIAAqI;YACvI,IAAI,EAAE,QAAQ;SACf;QACD,oBAAoB,EAAE;YACpB,YAAY,EAAE,KAAK;YACnB,OAAO,EAAE,IAAI;YACb,IAAI,EAAE,QAAQ;YACd,QAAQ,EACN,4GAA4G;SAC/G;QACD,qBAAqB,EAAE;YACrB,QAAQ,EACN,yEAAyE;YAC3E,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,GAAG;SACb;KACF;CACF,CAAC,CAAC","sourcesContent":["// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors\n// SPDX-License-Identifier: GPL-3.0\n\nimport { yargsBuilder } from '@subql/node-core/yargs';\n\nexport const yargsOptions = yargsBuilder({\n initTesting: () => {\n // lazy import to make sure logger is instantiated before all other services\n // eslint-disable-next-line @typescript-eslint/no-var-requires\n const { testingInit } = require('./subcommands/testing.init');\n return testingInit();\n },\n initForceClean: () => {\n // lazy import to make sure logger is instantiated before all other services\n // eslint-disable-next-line @typescript-eslint/no-var-requires\n const { forceCleanInit } = require('./subcommands/forceClean.init');\n return forceCleanInit();\n },\n initReindex: (targetHeight: number) => {\n // lazy import to make sure logger is instantiated before all other services\n // eslint-disable-next-line @typescript-eslint/no-var-requires\n const { reindexInit } = require('./subcommands/reindex.init');\n return reindexInit(targetHeight);\n },\n runOptions: {\n 'block-confirmations': {\n demandOption: false,\n default: 200,\n describe:\n 'The number of blocks behind the head to be considered finalized for networks without deterministic finalisation such as Polygon POS',\n type: 'number',\n },\n 'block-fork-reindex': {\n demandOption: false,\n default: 1000,\n type: 'number',\n describe:\n 'The number of blocks to reindex if a fork happens before cached unfinalized blocks and POI is not enabled.',\n },\n 'query-address-limit': {\n describe:\n 'Set the limit for address on dictionary queries for dynamic datasources',\n type: 'number',\n default: 100,\n },\n },\n});\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "3.4.3-0",
3
+ "version": "3.4.4",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -25,9 +25,9 @@
25
25
  "@nestjs/event-emitter": "^2.0.0",
26
26
  "@nestjs/platform-express": "^9.4.0",
27
27
  "@nestjs/schedule": "^3.0.1",
28
- "@subql/common": "^3.3.0",
29
- "@subql/common-ethereum": "3.1.1-0",
30
- "@subql/node-core": "7.0.3-0",
28
+ "@subql/common": "^3.3.1",
29
+ "@subql/common-ethereum": "3.1.1",
30
+ "@subql/node-core": "^7.0.5",
31
31
  "@subql/testing": "^2.0.2",
32
32
  "@subql/types-ethereum": "3.2.1",
33
33
  "cacheable-lookup": "6",
@@ -65,6 +65,5 @@
65
65
  "files": [
66
66
  "/dist",
67
67
  "/bin"
68
- ],
69
- "stableVersion": "3.4.2"
68
+ ]
70
69
  }