@xyo-network/evm-call-witness 2.98.0 → 2.98.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/package.json CHANGED
@@ -15,8 +15,8 @@
15
15
  "@xylabs/promise": "^3.5.2",
16
16
  "@xyo-network/diviner-abstract": "^2.108.0",
17
17
  "@xyo-network/diviner-model": "^2.108.0",
18
- "@xyo-network/erc1822-witness": "^2.98.0",
19
- "@xyo-network/erc1967-witness": "^2.98.0",
18
+ "@xyo-network/erc1822-witness": "^2.98.1",
19
+ "@xyo-network/erc1967-witness": "^2.98.1",
20
20
  "@xyo-network/module-model": "^2.108.0",
21
21
  "@xyo-network/payload-model": "^2.108.0",
22
22
  "@xyo-network/witness-evm-abstract": "^2.108.0",
@@ -30,7 +30,7 @@
30
30
  "@xylabs/tsconfig": "^3.11.12",
31
31
  "@xyo-network/account": "^2.108.0",
32
32
  "@xyo-network/archivist-memory": "^2.108.0",
33
- "@xyo-network/crypto-contract-function-read-payload-plugin": "^2.98.0",
33
+ "@xyo-network/crypto-contract-function-read-payload-plugin": "^2.98.1",
34
34
  "@xyo-network/diviner-boundwitness-memory": "^2.108.0",
35
35
  "@xyo-network/diviner-jsonpatch": "^2.108.0",
36
36
  "@xyo-network/diviner-jsonpatch-memory": "^2.108.0",
@@ -39,9 +39,9 @@
39
39
  "@xyo-network/diviner-payload-model": "^2.108.0",
40
40
  "@xyo-network/diviner-range": "^2.108.0",
41
41
  "@xyo-network/diviner-temporal-indexing": "^2.108.0",
42
- "@xyo-network/evm-contract-witness": "^2.98.0",
43
- "@xyo-network/evm-nft-id-payload-plugin": "^2.98.0",
44
- "@xyo-network/evm-token-interface-diviner": "^2.98.0",
42
+ "@xyo-network/evm-contract-witness": "^2.98.1",
43
+ "@xyo-network/evm-nft-id-payload-plugin": "^2.98.1",
44
+ "@xyo-network/evm-token-interface-diviner": "^2.98.1",
45
45
  "@xyo-network/manifest": "^2.108.0",
46
46
  "@xyo-network/module-factory-locator": "^2.108.0",
47
47
  "@xyo-network/node-memory": "^2.108.0",
@@ -93,6 +93,6 @@
93
93
  "url": "https://github.com/XYOracleNetwork/plugins.git"
94
94
  },
95
95
  "sideEffects": false,
96
- "version": "2.98.0",
96
+ "version": "2.98.1",
97
97
  "type": "module"
98
98
  }
@@ -105,15 +105,15 @@
105
105
  "tasks": [
106
106
  {
107
107
  "input": true,
108
- "module": "Erc721NameWitness"
108
+ "mod": "Erc721NameWitness"
109
109
  },
110
110
  {
111
111
  "input": true,
112
- "module": "Erc721SymbolWitness"
112
+ "mod": "Erc721SymbolWitness"
113
113
  },
114
114
  {
115
115
  "input": true,
116
- "module": "Erc721TotalSupplyWitness"
116
+ "mod": "Erc721TotalSupplyWitness"
117
117
  },
118
118
  {
119
119
  "input": [
@@ -121,7 +121,7 @@
121
121
  "Erc721SymbolWitness",
122
122
  "Erc721TotalSupplyWitness"
123
123
  ],
124
- "module": "ContractInfoDiviner"
124
+ "mod": "ContractInfoDiviner"
125
125
  }
126
126
  ]
127
127
  }
@@ -247,67 +247,67 @@
247
247
  "tasks": [
248
248
  {
249
249
  "input": true,
250
- "module": "Erc1822Witness"
250
+ "mod": "Erc1822Witness"
251
251
  },
252
252
  {
253
253
  "input": [
254
254
  "Erc1822Witness"
255
255
  ],
256
- "module": "Erc1822ToAddressDiviner"
256
+ "mod": "Erc1822ToAddressDiviner"
257
257
  },
258
258
  {
259
259
  "input": [
260
260
  "Erc1822ToAddressDiviner"
261
261
  ],
262
- "module": "Erc1967Witness"
262
+ "mod": "Erc1967Witness"
263
263
  },
264
264
  {
265
265
  "input": [
266
266
  "Erc1967Witness"
267
267
  ],
268
- "module": "Erc1967ToAddressDiviner"
268
+ "mod": "Erc1967ToAddressDiviner"
269
269
  },
270
270
  {
271
271
  "input": [
272
272
  "Erc1967ToAddressDiviner"
273
273
  ],
274
- "module": "ContractWitness"
274
+ "mod": "ContractWitness"
275
275
  },
276
276
  {
277
277
  "input": [
278
278
  "ContractWitness"
279
279
  ],
280
- "module": "TokenInterfaceDiviner"
280
+ "mod": "TokenInterfaceDiviner"
281
281
  },
282
282
  {
283
283
  "input": [
284
284
  "TokenInterfaceDiviner"
285
285
  ],
286
- "module": "TokenInterfaceToRangeDiviner"
286
+ "mod": "TokenInterfaceToRangeDiviner"
287
287
  },
288
288
  {
289
289
  "input": [
290
290
  "TokenInterfaceToRangeDiviner"
291
291
  ],
292
- "module": "Erc721RangeDiviner"
292
+ "mod": "Erc721RangeDiviner"
293
293
  },
294
294
  {
295
295
  "input": [
296
296
  "Erc721RangeDiviner"
297
297
  ],
298
- "module": "Erc721RangeToCallsDiviner"
298
+ "mod": "Erc721RangeToCallsDiviner"
299
299
  },
300
300
  {
301
301
  "input": [
302
302
  "Erc721RangeToCallsDiviner"
303
303
  ],
304
- "module": "Erc721CallWitness"
304
+ "mod": "Erc721CallWitness"
305
305
  },
306
306
  {
307
307
  "input": [
308
308
  "Erc721CallWitness"
309
309
  ],
310
- "module": "TokenInfoDiviner"
310
+ "mod": "TokenInfoDiviner"
311
311
  }
312
312
  ]
313
313
  }
@@ -321,53 +321,53 @@
321
321
  "tasks": [
322
322
  {
323
323
  "input": true,
324
- "module": "NumberZeroWitness"
324
+ "mod": "NumberZeroWitness"
325
325
  },
326
326
  {
327
327
  "input": true,
328
- "module": "Erc1822Witness"
328
+ "mod": "Erc1822Witness"
329
329
  },
330
330
  {
331
331
  "input": [
332
332
  "Erc1822Witness"
333
333
  ],
334
- "module": "Erc1822ToAddressDiviner"
334
+ "mod": "Erc1822ToAddressDiviner"
335
335
  },
336
336
  {
337
337
  "input": [
338
338
  "Erc1822ToAddressDiviner"
339
339
  ],
340
- "module": "Erc1967Witness"
340
+ "mod": "Erc1967Witness"
341
341
  },
342
342
  {
343
343
  "input": [
344
344
  "Erc1967Witness"
345
345
  ],
346
- "module": "Erc1967ToAddressDiviner"
346
+ "mod": "Erc1967ToAddressDiviner"
347
347
  },
348
348
  {
349
349
  "input": [
350
350
  "Erc1967ToAddressDiviner"
351
351
  ],
352
- "module": "ContractWitness"
352
+ "mod": "ContractWitness"
353
353
  },
354
354
  {
355
355
  "input": [
356
356
  "ContractWitness"
357
357
  ],
358
- "module": "TokenInterfaceDiviner"
358
+ "mod": "TokenInterfaceDiviner"
359
359
  },
360
360
  {
361
361
  "input": [
362
362
  "TokenInterfaceDiviner"
363
363
  ],
364
- "module": "TokenInterfaceToErc721EnumerableInterfaceDiviner"
364
+ "mod": "TokenInterfaceToErc721EnumerableInterfaceDiviner"
365
365
  },
366
366
  {
367
367
  "input": [
368
368
  "TokenInterfaceToErc721EnumerableInterfaceDiviner"
369
369
  ],
370
- "module": "ErcTokenInterfaceToCallDiviner"
370
+ "mod": "ErcTokenInterfaceToCallDiviner"
371
371
  }
372
372
  ]
373
373
  }
@@ -57,15 +57,15 @@
57
57
  "tasks": [
58
58
  {
59
59
  "input": true,
60
- "module": "Erc721TokenURIWitness"
60
+ "mod": "Erc721TokenURIWitness"
61
61
  },
62
62
  {
63
63
  "input": true,
64
- "module": "Erc721OwnerOfWitness"
64
+ "mod": "Erc721OwnerOfWitness"
65
65
  },
66
66
  {
67
67
  "input": true,
68
- "module": "Erc1155UriWitness"
68
+ "mod": "Erc1155UriWitness"
69
69
  },
70
70
  {
71
71
  "input": [
@@ -73,7 +73,7 @@
73
73
  "Erc721OwnerOfWitness",
74
74
  "Erc1155UriWitness"
75
75
  ],
76
- "module": "TokenInfoDiviner"
76
+ "mod": "TokenInfoDiviner"
77
77
  }
78
78
  ]
79
79
  }
@@ -216,19 +216,19 @@
216
216
  "tasks": [
217
217
  {
218
218
  "input": true,
219
- "module": "Erc721NameWitness"
219
+ "mod": "Erc721NameWitness"
220
220
  },
221
221
  {
222
222
  "input": true,
223
- "module": "Erc721SymbolWitness"
223
+ "mod": "Erc721SymbolWitness"
224
224
  },
225
225
  {
226
226
  "input": true,
227
- "module": "Erc721TotalSupplyWitness"
227
+ "mod": "Erc721TotalSupplyWitness"
228
228
  },
229
229
  {
230
230
  "input": true,
231
- "module": "Erc1155UriWitness"
231
+ "mod": "Erc1155UriWitness"
232
232
  },
233
233
  {
234
234
  "input": [
@@ -236,37 +236,37 @@
236
236
  "Erc721SymbolWitness",
237
237
  "Erc721TotalSupplyWitness"
238
238
  ],
239
- "module": "Erc721ContractInfoDiviner"
239
+ "mod": "Erc721ContractInfoDiviner"
240
240
  },
241
241
  {
242
242
  "input": [
243
243
  "Erc1155UriWitness"
244
244
  ],
245
- "module": "Erc1155ContractInfoDiviner"
245
+ "mod": "Erc1155ContractInfoDiviner"
246
246
  },
247
247
  {
248
248
  "input": [
249
249
  "Erc721ContractInfoDiviner"
250
250
  ],
251
- "module": "Erc721ContractInfoTransformDiviner"
251
+ "mod": "Erc721ContractInfoTransformDiviner"
252
252
  },
253
253
  {
254
254
  "input": [
255
255
  "Erc721ContractInfoDiviner"
256
256
  ],
257
- "module": "TimestampWitness"
257
+ "mod": "TimestampWitness"
258
258
  },
259
259
  {
260
260
  "input": [
261
261
  "Erc1155ContractInfoDiviner"
262
262
  ],
263
- "module": "Erc1155ContractInfoTransformDiviner"
263
+ "mod": "Erc1155ContractInfoTransformDiviner"
264
264
  },
265
265
  {
266
266
  "input": [
267
267
  "Erc1155ContractInfoDiviner"
268
268
  ],
269
- "module": "TimestampWitness"
269
+ "mod": "TimestampWitness"
270
270
  }
271
271
  ]
272
272
  }
@@ -112,19 +112,19 @@
112
112
  "tasks": [
113
113
  {
114
114
  "input": true,
115
- "module": "Erc721NameWitness"
115
+ "mod": "Erc721NameWitness"
116
116
  },
117
117
  {
118
118
  "input": true,
119
- "module": "Erc721SymbolWitness"
119
+ "mod": "Erc721SymbolWitness"
120
120
  },
121
121
  {
122
122
  "input": true,
123
- "module": "Erc721TotalSupplyWitness"
123
+ "mod": "Erc721TotalSupplyWitness"
124
124
  },
125
125
  {
126
126
  "input": true,
127
- "module": "Erc1155UriWitness"
127
+ "mod": "Erc1155UriWitness"
128
128
  },
129
129
  {
130
130
  "input": [
@@ -132,13 +132,13 @@
132
132
  "Erc721SymbolWitness",
133
133
  "Erc721TotalSupplyWitness"
134
134
  ],
135
- "module": "Erc721ContractInfoDiviner"
135
+ "mdo": "Erc721ContractInfoDiviner"
136
136
  },
137
137
  {
138
138
  "input": [
139
139
  "Erc1155UriWitness"
140
140
  ],
141
- "module": "Erc1155ContractInfoDiviner"
141
+ "mod": "Erc1155ContractInfoDiviner"
142
142
  }
143
143
  ]
144
144
  }
@@ -152,7 +152,7 @@
152
152
  "tasks": [
153
153
  {
154
154
  "input": true,
155
- "module": "Erc721TokenByIndexWitness"
155
+ "mod": "Erc721TokenByIndexWitness"
156
156
  }
157
157
  ]
158
158
  }
@@ -225,11 +225,11 @@
225
225
  "tasks": [
226
226
  {
227
227
  "input": true,
228
- "module": "TimestampWitness"
228
+ "mod": "TimestampWitness"
229
229
  },
230
230
  {
231
231
  "input": true,
232
- "module": "Erc721TotalSupplyWitness"
232
+ "mod": "Erc721TotalSupplyWitness"
233
233
  }
234
234
  ]
235
235
  }
@@ -52,7 +52,9 @@
52
52
  {
53
53
  "config": {
54
54
  "filter": {
55
- "payload_schemas": ["network.xyo.evm.nft.id"]
55
+ "payload_schemas": [
56
+ "network.xyo.evm.nft.id"
57
+ ]
56
58
  },
57
59
  "labels": {
58
60
  "network.xyo.diviner.stage": "stateToIndexCandidateDiviner"
@@ -216,7 +218,7 @@
216
218
  "tasks": [
217
219
  {
218
220
  "input": true,
219
- "module": "InputBufferingDiviner"
221
+ "mod": "InputBufferingDiviner"
220
222
  }
221
223
  ]
222
224
  }
@@ -235,7 +237,9 @@
235
237
  {
236
238
  "config": {
237
239
  "archiving": {
238
- "archivists": ["Archivist"]
240
+ "archivists": [
241
+ "Archivist"
242
+ ]
239
243
  },
240
244
  "name": "TokenIndexToTokenIdSentinel",
241
245
  "schema": "network.xyo.sentinel.config",
@@ -243,7 +247,7 @@
243
247
  "tasks": [
244
248
  {
245
249
  "input": true,
246
- "module": "Erc721TokenByIndexWitness"
250
+ "mod": "Erc721TokenByIndexWitness"
247
251
  }
248
252
  ]
249
253
  }
@@ -297,7 +301,9 @@
297
301
  {
298
302
  "config": {
299
303
  "archiving": {
300
- "archivists": ["Archivist"]
304
+ "archivists": [
305
+ "Archivist"
306
+ ]
301
307
  },
302
308
  "name": "Sentinel",
303
309
  "schema": "network.xyo.sentinel.config",
@@ -305,15 +311,19 @@
305
311
  "tasks": [
306
312
  {
307
313
  "input": true,
308
- "module": "Erc721TokenByIndexWitness"
314
+ "mod": "Erc721TokenByIndexWitness"
309
315
  },
310
316
  {
311
- "input": ["Erc721TokenByIndexWitness"],
312
- "module": "NftIdPartialToNftIdTransformDiviner"
317
+ "input": [
318
+ "Erc721TokenByIndexWitness"
319
+ ],
320
+ "mod": "NftIdPartialToNftIdTransformDiviner"
313
321
  },
314
322
  {
315
- "input": ["Erc721TokenByIndexWitness"],
316
- "module": "TimestampWitness"
323
+ "input": [
324
+ "Erc721TokenByIndexWitness"
325
+ ],
326
+ "mod": "TimestampWitness"
317
327
  }
318
328
  ]
319
329
  }
@@ -323,4 +333,4 @@
323
333
  }
324
334
  ],
325
335
  "schema": "network.xyo.manifest"
326
- }
336
+ }
@@ -277,7 +277,7 @@
277
277
  "tasks": [
278
278
  {
279
279
  "input": true,
280
- "module": "InputBufferingDiviner"
280
+ "mod": "InputBufferingDiviner"
281
281
  }
282
282
  ]
283
283
  }
@@ -290,19 +290,19 @@
290
290
  "tasks": [
291
291
  {
292
292
  "input": true,
293
- "module": "TotalSupplyToRangeQueryTransformDiviner"
293
+ "mod": "TotalSupplyToRangeQueryTransformDiviner"
294
294
  },
295
295
  {
296
296
  "input": [
297
297
  "TotalSupplyToRangeQueryTransformDiviner"
298
298
  ],
299
- "module": "RangeDiviner"
299
+ "mod": "RangeDiviner"
300
300
  },
301
301
  {
302
302
  "input": [
303
303
  "RangeDiviner"
304
304
  ],
305
- "module": "RangeToNftIndexTransformDiviner"
305
+ "mod": "RangeToNftIndexTransformDiviner"
306
306
  }
307
307
  ]
308
308
  }
@@ -372,25 +372,25 @@
372
372
  "tasks": [
373
373
  {
374
374
  "input": true,
375
- "module": "InputBufferingSentinel"
375
+ "mod": "InputBufferingSentinel"
376
376
  },
377
377
  {
378
378
  "input": true,
379
- "module": "TotalSupplyToSlugsSentinel"
379
+ "mod": "TotalSupplyToSlugsSentinel"
380
380
  },
381
381
  {
382
382
  "input": [
383
383
  "InputBufferingSentinel",
384
384
  "TotalSupplyToSlugsSentinel"
385
385
  ],
386
- "module": "NftIndexPartialToNftIndexTransformDiviner"
386
+ "mod": "NftIndexPartialToNftIndexTransformDiviner"
387
387
  },
388
388
  {
389
389
  "input": [
390
390
  "InputBufferingSentinel",
391
391
  "TotalSupplyToSlugsSentinel"
392
392
  ],
393
- "module": "TimestampWitness"
393
+ "mod": "TimestampWitness"
394
394
  }
395
395
  ]
396
396
  }