envio 2.5.2 → 2.6.1

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/evm.schema.json CHANGED
@@ -208,7 +208,8 @@
208
208
  "start_block": {
209
209
  "description": "The block at which the indexer should start ingesting data",
210
210
  "type": "integer",
211
- "format": "int32"
211
+ "format": "uint64",
212
+ "minimum": 0
212
213
  },
213
214
  "end_block": {
214
215
  "description": "The block at which the indexer should terminate.",
@@ -216,7 +217,8 @@
216
217
  "integer",
217
218
  "null"
218
219
  ],
219
- "format": "int32"
220
+ "format": "uint64",
221
+ "minimum": 0
220
222
  },
221
223
  "contracts": {
222
224
  "description": "All the contracts that should be indexed on the given network",
package/fuel.schema.json CHANGED
@@ -148,7 +148,8 @@
148
148
  "start_block": {
149
149
  "description": "The block at which the indexer should start ingesting data",
150
150
  "type": "integer",
151
- "format": "int32"
151
+ "format": "uint64",
152
+ "minimum": 0
152
153
  },
153
154
  "end_block": {
154
155
  "description": "The block at which the indexer should terminate.",
@@ -156,7 +157,8 @@
156
157
  "integer",
157
158
  "null"
158
159
  ],
159
- "format": "int32"
160
+ "format": "uint64",
161
+ "minimum": 0
160
162
  },
161
163
  "hyperfuel_config": {
162
164
  "description": "Optional HyperFuel Config for additional fine-tuning",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "envio",
3
- "version": "v2.5.2",
3
+ "version": "v2.6.1",
4
4
  "description": "A latency and sync speed optimized, developer friendly blockchain data indexer.",
5
5
  "bin": "./bin.js",
6
6
  "repository": {
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "homepage": "https://envio.dev",
25
25
  "optionalDependencies": {
26
- "envio-linux-x64": "v2.5.2",
27
- "envio-linux-arm64": "v2.5.2",
28
- "envio-darwin-x64": "v2.5.2",
29
- "envio-darwin-arm64": "v2.5.2"
26
+ "envio-linux-x64": "v2.6.1",
27
+ "envio-linux-arm64": "v2.6.1",
28
+ "envio-darwin-x64": "v2.6.1",
29
+ "envio-darwin-arm64": "v2.6.1"
30
30
  },
31
31
  "files": [
32
32
  "bin.js",