@xyo-network/evm-plugins 2.86.1 → 2.86.3

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
@@ -10,27 +10,28 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/erc1822-witness": "~2.86.1",
14
- "@xyo-network/erc1967-witness": "~2.86.1",
15
- "@xyo-network/ethereum-blockchain-plugins": "~2.86.1",
16
- "@xyo-network/evm-abi-diviner": "~2.86.1",
17
- "@xyo-network/evm-call-witness": "~2.86.1",
18
- "@xyo-network/evm-contract-witness": "~2.86.1",
13
+ "@xyo-network/erc1822-witness": "~2.86.3",
14
+ "@xyo-network/erc1967-witness": "~2.86.3",
15
+ "@xyo-network/ethereum-blockchain-plugins": "~2.86.3",
16
+ "@xyo-network/evm-abi-diviner": "~2.86.3",
17
+ "@xyo-network/evm-call-witness": "~2.86.3",
18
+ "@xyo-network/evm-contract-witness": "~2.86.3",
19
19
  "@xyo-network/payloadset-plugin": "^2.86.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/delay": "^2.13.23",
23
23
  "@xylabs/jest-helpers": "^2.13.23",
24
- "@xylabs/ts-scripts-yarn3": "^3.2.28",
25
- "@xylabs/tsconfig": "^3.2.28",
24
+ "@xylabs/ts-scripts-yarn3": "^3.2.29",
25
+ "@xylabs/tsconfig": "^3.2.29",
26
26
  "@xyo-network/account": "^2.86.1",
27
+ "@xyo-network/api-call-witness": "~2.86.3",
27
28
  "@xyo-network/diviner-boundwitness-memory": "^2.86.1",
28
- "@xyo-network/diviner-evm-call-result-to-token-uri": "~2.86.1",
29
+ "@xyo-network/diviner-evm-call-result-to-token-uri": "~2.86.3",
29
30
  "@xyo-network/diviner-model": "^2.86.1",
30
31
  "@xyo-network/diviner-payload-memory": "^2.86.1",
31
32
  "@xyo-network/diviner-payload-model": "^2.86.1",
32
33
  "@xyo-network/diviner-temporal-indexing": "^2.86.1",
33
- "@xyo-network/evm-nft-id-payload-plugin": "~2.86.1",
34
+ "@xyo-network/evm-nft-id-payload-plugin": "~2.86.3",
34
35
  "@xyo-network/manifest": "^2.86.1",
35
36
  "@xyo-network/module-model": "^2.86.1",
36
37
  "@xyo-network/node-memory": "^2.86.1",
@@ -81,6 +82,6 @@
81
82
  "url": "https://github.com/XYOracleNetwork/plugins.git"
82
83
  },
83
84
  "sideEffects": false,
84
- "version": "2.86.1",
85
+ "version": "2.86.3",
85
86
  "type": "module"
86
87
  }
@@ -0,0 +1,219 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/main/packages/manifest/src/schema.json",
3
+ "nodes": [
4
+ {
5
+ "config": {
6
+ "name": "NftTokenUriNode",
7
+ "schema": "network.xyo.node.config"
8
+ },
9
+ "modules": {
10
+ "private": [
11
+ {
12
+ "config": {
13
+ "name": "AddressStateArchivist",
14
+ "schema": "network.xyo.archivist.config",
15
+ "storeQueries": false
16
+ }
17
+ },
18
+ {
19
+ "config": {
20
+ "archivist": "AddressStateArchivist",
21
+ "name": "AddressStateBoundWitnessDiviner",
22
+ "schema": "network.xyo.diviner.boundwitness.config"
23
+ }
24
+ },
25
+ {
26
+ "config": {
27
+ "archivist": "AddressStateArchivist",
28
+ "name": "AddressStatePayloadDiviner",
29
+ "schema": "network.xyo.diviner.payload.config"
30
+ }
31
+ },
32
+ {
33
+ "config": {
34
+ "name": "IndexArchivist",
35
+ "schema": "network.xyo.archivist.config"
36
+ }
37
+ },
38
+ {
39
+ "config": {
40
+ "archivist": "IndexArchivist",
41
+ "name": "IndexBoundWitnessDiviner",
42
+ "schema": "network.xyo.diviner.boundwitness.config"
43
+ }
44
+ },
45
+ {
46
+ "config": {
47
+ "archivist": "IndexArchivist",
48
+ "name": "IndexPayloadDiviner",
49
+ "schema": "network.xyo.diviner.payload.config"
50
+ }
51
+ },
52
+ {
53
+ "config": {
54
+ "filter": {
55
+ "payload_schemas": ["network.xyo.api.call.result"]
56
+ },
57
+ "labels": {
58
+ "network.xyo.diviner.stage": "stateToIndexCandidateDiviner"
59
+ },
60
+ "name": "StateToIndexCandidateDiviner",
61
+ "payloadStore": {
62
+ "archivist": "Archivist",
63
+ "boundWitnessDiviner": "BoundWitnessDiviner",
64
+ "payloadDiviner": "PayloadDiviner"
65
+ },
66
+ "schema": "network.xyo.diviner.indexing.temporal.stage.stateToIndexCandidateDiviner.config"
67
+ }
68
+ },
69
+ {
70
+ "config": {
71
+ "labels": {
72
+ "network.xyo.diviner.stage": "indexCandidateToIndexDiviner"
73
+ },
74
+ "name": "IndexCandidateToIndexDiviner",
75
+ "schema": "network.xyo.diviner.indexing.temporal.stage.indexCandidateToIndexDiviner.config",
76
+ "schemaTransforms": {
77
+ "network.xyo.api.call.result": [
78
+ {
79
+ "destinationField": "uri",
80
+ "sourcePathExpression": "$.call"
81
+ }
82
+ ],
83
+ "network.xyo.timestamp": [
84
+ {
85
+ "destinationField": "timestamp",
86
+ "sourcePathExpression": "$.timestamp"
87
+ }
88
+ ]
89
+ }
90
+ }
91
+ },
92
+ {
93
+ "config": {
94
+ "divinerQuerySchema": "network.xyo.diviner.payload.query",
95
+ "indexQuerySchema": "network.xyo.diviner.payload.query",
96
+ "indexSchema": "network.xyo.diviner.indexing.temporal.result.index",
97
+ "labels": {
98
+ "network.xyo.diviner.stage": "divinerQueryToIndexQueryDiviner"
99
+ },
100
+ "name": "QueryToIndexQueryDiviner",
101
+ "schema": "network.xyo.diviner.indexing.temporal.stage.divinerQueryToIndexQueryDiviner.config",
102
+ "schemaTransforms": {
103
+ "network.xyo.diviner.payload.query": [
104
+ {
105
+ "destinationField": "uri",
106
+ "sourcePathExpression": "$.uri"
107
+ },
108
+ {
109
+ "defaultValue": 1,
110
+ "destinationField": "limit",
111
+ "sourcePathExpression": "$.limit"
112
+ },
113
+ {
114
+ "defaultValue": 0,
115
+ "destinationField": "offset",
116
+ "sourcePathExpression": "$.offset"
117
+ },
118
+ {
119
+ "defaultValue": "desc",
120
+ "destinationField": "order",
121
+ "sourcePathExpression": "$.order"
122
+ }
123
+ ]
124
+ }
125
+ }
126
+ },
127
+ {
128
+ "config": {
129
+ "labels": {
130
+ "network.xyo.diviner.stage": "indexQueryResponseToDivinerQueryResponseDiviner"
131
+ },
132
+ "name": "IndexQueryResponseToQueryResponseDiviner",
133
+ "schema": "network.xyo.diviner.indexing.temporal.stage.indexQueryResponseToDivinerQueryResponseDiviner.config"
134
+ }
135
+ },
136
+ {
137
+ "config": {
138
+ "name": "TimestampWitness",
139
+ "schema": "network.xyo.witness.timestamp.config"
140
+ }
141
+ },
142
+ {
143
+ "config": {
144
+ "name": "ApiCallWitness",
145
+ "schema": "network.xyo.api.call.witness.config"
146
+ }
147
+ }
148
+ ],
149
+ "public": [
150
+ {
151
+ "config": {
152
+ "name": "Archivist",
153
+ "schema": "network.xyo.archivist.config",
154
+ "storeQueries": false
155
+ }
156
+ },
157
+ {
158
+ "config": {
159
+ "archivist": "Archivist",
160
+ "name": "BoundWitnessDiviner",
161
+ "schema": "network.xyo.diviner.boundwitness.config"
162
+ }
163
+ },
164
+ {
165
+ "config": {
166
+ "archivist": "Archivist",
167
+ "name": "PayloadDiviner",
168
+ "schema": "network.xyo.diviner.payload.config"
169
+ }
170
+ },
171
+ {
172
+ "config": {
173
+ "indexStore": {
174
+ "archivist": "IndexArchivist",
175
+ "boundWitnessDiviner": "IndexBoundWitnessDiviner",
176
+ "payloadDiviner": "IndexPayloadDiviner"
177
+ },
178
+ "indexingDivinerStages": {
179
+ "divinerQueryToIndexQueryDiviner": "QueryToIndexQueryDiviner",
180
+ "indexCandidateToIndexDiviner": "IndexCandidateToIndexDiviner",
181
+ "indexQueryResponseToDivinerQueryResponseDiviner": "IndexQueryResponseToQueryResponseDiviner",
182
+ "stateToIndexCandidateDiviner": "StateToIndexCandidateDiviner"
183
+ },
184
+ "name": "IndexDiviner",
185
+ "pollFrequency": 1,
186
+ "schema": "network.xyo.diviner.indexing.temporal.config",
187
+ "stateStore": {
188
+ "archivist": "AddressStateArchivist",
189
+ "boundWitnessDiviner": "AddressStateBoundWitnessDiviner",
190
+ "payloadDiviner": "AddressStatePayloadDiviner"
191
+ }
192
+ }
193
+ },
194
+ {
195
+ "config": {
196
+ "archiving": {
197
+ "archivists": ["Archivist"]
198
+ },
199
+ "name": "NftMetadataSentinel",
200
+ "schema": "network.xyo.sentinel.config",
201
+ "synchronous": "true",
202
+ "tasks": [
203
+ {
204
+ "input": true,
205
+ "module": "ApiCallWitness"
206
+ },
207
+ {
208
+ "input": true,
209
+ "module": "TimestampWitness"
210
+ }
211
+ ]
212
+ }
213
+ }
214
+ ]
215
+ }
216
+ }
217
+ ],
218
+ "schema": "network.xyo.manifest"
219
+ }