dkg.js 6.0.0 → 6.0.2
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/.eslintrc.js +2 -0
- package/README.md +1 -3
- package/constants.js +74 -9
- package/dist/dkg.min.js +1 -1
- package/dist/dkg.min.js.LICENSE.txt +93 -1111
- package/{demo.js → examples/demo-private.js} +24 -51
- package/{demo.html → examples/demo.html} +2 -4
- package/examples/demo.js +184 -0
- package/{socket-front-demo.html → examples/socket-front-demo.html} +1 -1
- package/{sockets-demo.js → examples/sockets-demo.js} +2 -2
- package/managers/asset-operations-manager.js +832 -150
- package/managers/graph-operations-manager.js +55 -6
- package/managers/node-operations-manager.js +16 -2
- package/package.json +11 -13
- package/services/base-service-manager.js +3 -0
- package/services/blockchain-service/blockchain-service-base.js +262 -91
- package/services/blockchain-service/implementations/browser-blockchain-service.js +5 -21
- package/services/blockchain-service/implementations/node-blockchain-service.js +6 -21
- package/services/input-service.js +167 -0
- package/services/node-api-service/implementations/http-service.js +93 -74
- package/services/utilities.js +62 -24
- package/services/validation-service.js +289 -52
- package/webpack.config.js +8 -2
|
@@ -1,1111 +1,93 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
!*** ./node_modules/base64-js/index.js ***!
|
|
95
|
-
\*****************************************/
|
|
96
|
-
|
|
97
|
-
/*!*****************************************!*\
|
|
98
|
-
!*** ./node_modules/crypto-js/index.js ***!
|
|
99
|
-
\*****************************************/
|
|
100
|
-
|
|
101
|
-
/*!*****************************************!*\
|
|
102
|
-
!*** ./node_modules/jsonld/lib/util.js ***!
|
|
103
|
-
\*****************************************/
|
|
104
|
-
|
|
105
|
-
/*!*****************************************!*\
|
|
106
|
-
!*** ./node_modules/lru-cache/index.js ***!
|
|
107
|
-
\*****************************************/
|
|
108
|
-
|
|
109
|
-
/*!*****************************************!*\
|
|
110
|
-
!*** ./node_modules/process/browser.js ***!
|
|
111
|
-
\*****************************************/
|
|
112
|
-
|
|
113
|
-
/*!*****************************************!*\
|
|
114
|
-
!*** ./node_modules/treeify/treeify.js ***!
|
|
115
|
-
\*****************************************/
|
|
116
|
-
|
|
117
|
-
/*!*****************************************!*\
|
|
118
|
-
!*** ./node_modules/yallist/yallist.js ***!
|
|
119
|
-
\*****************************************/
|
|
120
|
-
|
|
121
|
-
/*!******************************************!*\
|
|
122
|
-
!*** ./node_modules/crypto-js/evpkdf.js ***!
|
|
123
|
-
\******************************************/
|
|
124
|
-
|
|
125
|
-
/*!******************************************!*\
|
|
126
|
-
!*** ./node_modules/crypto-js/pbkdf2.js ***!
|
|
127
|
-
\******************************************/
|
|
128
|
-
|
|
129
|
-
/*!******************************************!*\
|
|
130
|
-
!*** ./node_modules/crypto-js/rabbit.js ***!
|
|
131
|
-
\******************************************/
|
|
132
|
-
|
|
133
|
-
/*!******************************************!*\
|
|
134
|
-
!*** ./node_modules/crypto-js/sha224.js ***!
|
|
135
|
-
\******************************************/
|
|
136
|
-
|
|
137
|
-
/*!******************************************!*\
|
|
138
|
-
!*** ./node_modules/crypto-js/sha256.js ***!
|
|
139
|
-
\******************************************/
|
|
140
|
-
|
|
141
|
-
/*!******************************************!*\
|
|
142
|
-
!*** ./node_modules/crypto-js/sha384.js ***!
|
|
143
|
-
\******************************************/
|
|
144
|
-
|
|
145
|
-
/*!******************************************!*\
|
|
146
|
-
!*** ./node_modules/crypto-js/sha512.js ***!
|
|
147
|
-
\******************************************/
|
|
148
|
-
|
|
149
|
-
/*!******************************************!*\
|
|
150
|
-
!*** ./node_modules/hash.js/lib/hash.js ***!
|
|
151
|
-
\******************************************/
|
|
152
|
-
|
|
153
|
-
/*!******************************************!*\
|
|
154
|
-
!*** ./node_modules/js-sha3/src/sha3.js ***!
|
|
155
|
-
\******************************************/
|
|
156
|
-
|
|
157
|
-
/*!******************************************!*\
|
|
158
|
-
!*** ./node_modules/jsonld/lib/frame.js ***!
|
|
159
|
-
\******************************************/
|
|
160
|
-
|
|
161
|
-
/*!******************************************!*\
|
|
162
|
-
!*** ./node_modules/jsonld/lib/toRdf.js ***!
|
|
163
|
-
\******************************************/
|
|
164
|
-
|
|
165
|
-
/*!******************************************!*\
|
|
166
|
-
!*** ./node_modules/jsonld/lib/types.js ***!
|
|
167
|
-
\******************************************/
|
|
168
|
-
|
|
169
|
-
/*!******************************************!*\
|
|
170
|
-
!*** ./node_modules/scrypt-js/scrypt.js ***!
|
|
171
|
-
\******************************************/
|
|
172
|
-
|
|
173
|
-
/*!******************************************!*\
|
|
174
|
-
!*** ./node_modules/yallist/iterator.js ***!
|
|
175
|
-
\******************************************/
|
|
176
|
-
|
|
177
|
-
/*!******************************************!*\
|
|
178
|
-
!*** ./services/base-service-manager.js ***!
|
|
179
|
-
\******************************************/
|
|
180
|
-
|
|
181
|
-
/*!*******************************************!*\
|
|
182
|
-
!*** ./node_modules/jsonld/lib/NQuads.js ***!
|
|
183
|
-
\*******************************************/
|
|
184
|
-
|
|
185
|
-
/*!*******************************************!*\
|
|
186
|
-
!*** ./node_modules/jsonld/lib/events.js ***!
|
|
187
|
-
\*******************************************/
|
|
188
|
-
|
|
189
|
-
/*!*******************************************!*\
|
|
190
|
-
!*** ./node_modules/jsonld/lib/expand.js ***!
|
|
191
|
-
\*******************************************/
|
|
192
|
-
|
|
193
|
-
/*!*******************************************!*\
|
|
194
|
-
!*** ./node_modules/jsonld/lib/jsonld.js ***!
|
|
195
|
-
\*******************************************/
|
|
196
|
-
|
|
197
|
-
/*!********************************************!*\
|
|
198
|
-
!*** ./node_modules/axios/lib/env/data.js ***!
|
|
199
|
-
\********************************************/
|
|
200
|
-
|
|
201
|
-
/*!********************************************!*\
|
|
202
|
-
!*** ./node_modules/crypto-js/mode-cfb.js ***!
|
|
203
|
-
\********************************************/
|
|
204
|
-
|
|
205
|
-
/*!********************************************!*\
|
|
206
|
-
!*** ./node_modules/crypto-js/mode-ctr.js ***!
|
|
207
|
-
\********************************************/
|
|
208
|
-
|
|
209
|
-
/*!********************************************!*\
|
|
210
|
-
!*** ./node_modules/crypto-js/mode-ecb.js ***!
|
|
211
|
-
\********************************************/
|
|
212
|
-
|
|
213
|
-
/*!********************************************!*\
|
|
214
|
-
!*** ./node_modules/crypto-js/mode-ofb.js ***!
|
|
215
|
-
\********************************************/
|
|
216
|
-
|
|
217
|
-
/*!********************************************!*\
|
|
218
|
-
!*** ./node_modules/crypto-js/x64-core.js ***!
|
|
219
|
-
\********************************************/
|
|
220
|
-
|
|
221
|
-
/*!********************************************!*\
|
|
222
|
-
!*** ./node_modules/jsonld/lib/compact.js ***!
|
|
223
|
-
\********************************************/
|
|
224
|
-
|
|
225
|
-
/*!********************************************!*\
|
|
226
|
-
!*** ./node_modules/jsonld/lib/context.js ***!
|
|
227
|
-
\********************************************/
|
|
228
|
-
|
|
229
|
-
/*!********************************************!*\
|
|
230
|
-
!*** ./node_modules/jsonld/lib/flatten.js ***!
|
|
231
|
-
\********************************************/
|
|
232
|
-
|
|
233
|
-
/*!********************************************!*\
|
|
234
|
-
!*** ./node_modules/jsonld/lib/fromRdf.js ***!
|
|
235
|
-
\********************************************/
|
|
236
|
-
|
|
237
|
-
/*!********************************************!*\
|
|
238
|
-
!*** ./node_modules/jsonld/lib/nodeMap.js ***!
|
|
239
|
-
\********************************************/
|
|
240
|
-
|
|
241
|
-
/*!********************************************!*\
|
|
242
|
-
!*** ./node_modules/rdf-canonize/index.js ***!
|
|
243
|
-
\********************************************/
|
|
244
|
-
|
|
245
|
-
/*!********************************************!*\
|
|
246
|
-
!*** ./node_modules/web3/dist/web3.min.js ***!
|
|
247
|
-
\********************************************/
|
|
248
|
-
|
|
249
|
-
/*!*********************************************!*\
|
|
250
|
-
!*** ./managers/node-operations-manager.js ***!
|
|
251
|
-
\*********************************************/
|
|
252
|
-
|
|
253
|
-
/*!*********************************************!*\
|
|
254
|
-
!*** ./node_modules/crypto-js/enc-utf16.js ***!
|
|
255
|
-
\*********************************************/
|
|
256
|
-
|
|
257
|
-
/*!*********************************************!*\
|
|
258
|
-
!*** ./node_modules/crypto-js/ripemd160.js ***!
|
|
259
|
-
\*********************************************/
|
|
260
|
-
|
|
261
|
-
/*!*********************************************!*\
|
|
262
|
-
!*** ./node_modules/crypto-js/tripledes.js ***!
|
|
263
|
-
\*********************************************/
|
|
264
|
-
|
|
265
|
-
/*!**********************************************!*\
|
|
266
|
-
!*** ./managers/asset-operations-manager.js ***!
|
|
267
|
-
\**********************************************/
|
|
268
|
-
|
|
269
|
-
/*!**********************************************!*\
|
|
270
|
-
!*** ./managers/graph-operations-manager.js ***!
|
|
271
|
-
\**********************************************/
|
|
272
|
-
|
|
273
|
-
/*!**********************************************!*\
|
|
274
|
-
!*** ./node_modules/axios/lib/core/Axios.js ***!
|
|
275
|
-
\**********************************************/
|
|
276
|
-
|
|
277
|
-
/*!**********************************************!*\
|
|
278
|
-
!*** ./node_modules/buffer-reverse/index.js ***!
|
|
279
|
-
\**********************************************/
|
|
280
|
-
|
|
281
|
-
/*!**********************************************!*\
|
|
282
|
-
!*** ./node_modules/crypto-js/enc-base64.js ***!
|
|
283
|
-
\**********************************************/
|
|
284
|
-
|
|
285
|
-
/*!**********************************************!*\
|
|
286
|
-
!*** ./node_modules/crypto-js/format-hex.js ***!
|
|
287
|
-
\**********************************************/
|
|
288
|
-
|
|
289
|
-
/*!**********************************************!*\
|
|
290
|
-
!*** ./node_modules/ethers/lib.esm/index.js ***!
|
|
291
|
-
\**********************************************/
|
|
292
|
-
|
|
293
|
-
/*!**********************************************!*\
|
|
294
|
-
!*** ./node_modules/ethers/lib.esm/utils.js ***!
|
|
295
|
-
\**********************************************/
|
|
296
|
-
|
|
297
|
-
/*!**********************************************!*\
|
|
298
|
-
!*** ./node_modules/hash.js/lib/hash/sha.js ***!
|
|
299
|
-
\**********************************************/
|
|
300
|
-
|
|
301
|
-
/*!**********************************************!*\
|
|
302
|
-
!*** ./node_modules/jsonld/lib/constants.js ***!
|
|
303
|
-
\**********************************************/
|
|
304
|
-
|
|
305
|
-
/*!***********************************************!*\
|
|
306
|
-
!*** ./node_modules/assertion-tools/index.js ***!
|
|
307
|
-
\***********************************************/
|
|
308
|
-
|
|
309
|
-
/*!***********************************************!*\
|
|
310
|
-
!*** ./node_modules/axios/lib/core/settle.js ***!
|
|
311
|
-
\***********************************************/
|
|
312
|
-
|
|
313
|
-
/*!***********************************************!*\
|
|
314
|
-
!*** ./node_modules/crypto-js/cipher-core.js ***!
|
|
315
|
-
\***********************************************/
|
|
316
|
-
|
|
317
|
-
/*!***********************************************!*\
|
|
318
|
-
!*** ./node_modules/ethers/lib.esm/ethers.js ***!
|
|
319
|
-
\***********************************************/
|
|
320
|
-
|
|
321
|
-
/*!***********************************************!*\
|
|
322
|
-
!*** ./node_modules/hash.js/lib/hash/hmac.js ***!
|
|
323
|
-
\***********************************************/
|
|
324
|
-
|
|
325
|
-
/*!***********************************************!*\
|
|
326
|
-
!*** ./node_modules/jsonld/lib/graphTypes.js ***!
|
|
327
|
-
\***********************************************/
|
|
328
|
-
|
|
329
|
-
/*!************************************************!*\
|
|
330
|
-
!*** ./node_modules/axios/lib/adapters/xhr.js ***!
|
|
331
|
-
\************************************************/
|
|
332
|
-
|
|
333
|
-
/*!************************************************!*\
|
|
334
|
-
!*** ./node_modules/axios/lib/helpers/bind.js ***!
|
|
335
|
-
\************************************************/
|
|
336
|
-
|
|
337
|
-
/*!************************************************!*\
|
|
338
|
-
!*** ./node_modules/axios/lib/helpers/null.js ***!
|
|
339
|
-
\************************************************/
|
|
340
|
-
|
|
341
|
-
/*!************************************************!*\
|
|
342
|
-
!*** ./node_modules/crypto-js/pad-ansix923.js ***!
|
|
343
|
-
\************************************************/
|
|
344
|
-
|
|
345
|
-
/*!************************************************!*\
|
|
346
|
-
!*** ./node_modules/crypto-js/pad-iso10126.js ***!
|
|
347
|
-
\************************************************/
|
|
348
|
-
|
|
349
|
-
/*!************************************************!*\
|
|
350
|
-
!*** ./node_modules/crypto-js/pad-iso97971.js ***!
|
|
351
|
-
\************************************************/
|
|
352
|
-
|
|
353
|
-
/*!************************************************!*\
|
|
354
|
-
!*** ./node_modules/hash.js/lib/hash/sha/1.js ***!
|
|
355
|
-
\************************************************/
|
|
356
|
-
|
|
357
|
-
/*!************************************************!*\
|
|
358
|
-
!*** ./node_modules/hash.js/lib/hash/utils.js ***!
|
|
359
|
-
\************************************************/
|
|
360
|
-
|
|
361
|
-
/*!************************************************!*\
|
|
362
|
-
!*** ./node_modules/jsonld/lib/JsonLdError.js ***!
|
|
363
|
-
\************************************************/
|
|
364
|
-
|
|
365
|
-
/*!************************************************!*\
|
|
366
|
-
!*** ./node_modules/merkletreejs/dist/Base.js ***!
|
|
367
|
-
\************************************************/
|
|
368
|
-
|
|
369
|
-
/*!************************************************!*\
|
|
370
|
-
!*** ./node_modules/rdf-canonize/lib/index.js ***!
|
|
371
|
-
\************************************************/
|
|
372
|
-
|
|
373
|
-
/*!*************************************************!*\
|
|
374
|
-
!*** ./node_modules/crypto-js/pad-nopadding.js ***!
|
|
375
|
-
\*************************************************/
|
|
376
|
-
|
|
377
|
-
/*!*************************************************!*\
|
|
378
|
-
!*** ./node_modules/crypto-js/rabbit-legacy.js ***!
|
|
379
|
-
\*************************************************/
|
|
380
|
-
|
|
381
|
-
/*!*************************************************!*\
|
|
382
|
-
!*** ./node_modules/ethers/lib.esm/_version.js ***!
|
|
383
|
-
\*************************************************/
|
|
384
|
-
|
|
385
|
-
/*!*************************************************!*\
|
|
386
|
-
!*** ./node_modules/hash.js/lib/hash/common.js ***!
|
|
387
|
-
\*************************************************/
|
|
388
|
-
|
|
389
|
-
/*!*************************************************!*\
|
|
390
|
-
!*** ./node_modules/hash.js/lib/hash/ripemd.js ***!
|
|
391
|
-
\*************************************************/
|
|
392
|
-
|
|
393
|
-
/*!*************************************************!*\
|
|
394
|
-
!*** ./node_modules/jsonld/lib/RequestQueue.js ***!
|
|
395
|
-
\*************************************************/
|
|
396
|
-
|
|
397
|
-
/*!*************************************************!*\
|
|
398
|
-
!*** ./node_modules/merkletreejs/dist/index.js ***!
|
|
399
|
-
\*************************************************/
|
|
400
|
-
|
|
401
|
-
/*!*************************************************!*\
|
|
402
|
-
!*** ./node_modules/rdf-canonize/lib/NQuads.js ***!
|
|
403
|
-
\*************************************************/
|
|
404
|
-
|
|
405
|
-
/*!**************************************************!*\
|
|
406
|
-
!*** ./node_modules/axios/lib/defaults/index.js ***!
|
|
407
|
-
\**************************************************/
|
|
408
|
-
|
|
409
|
-
/*!**************************************************!*\
|
|
410
|
-
!*** ./node_modules/axios/lib/helpers/spread.js ***!
|
|
411
|
-
\**************************************************/
|
|
412
|
-
|
|
413
|
-
/*!**************************************************!*\
|
|
414
|
-
!*** ./node_modules/hash.js/lib/hash/sha/224.js ***!
|
|
415
|
-
\**************************************************/
|
|
416
|
-
|
|
417
|
-
/*!**************************************************!*\
|
|
418
|
-
!*** ./node_modules/hash.js/lib/hash/sha/256.js ***!
|
|
419
|
-
\**************************************************/
|
|
420
|
-
|
|
421
|
-
/*!**************************************************!*\
|
|
422
|
-
!*** ./node_modules/hash.js/lib/hash/sha/384.js ***!
|
|
423
|
-
\**************************************************/
|
|
424
|
-
|
|
425
|
-
/*!**************************************************!*\
|
|
426
|
-
!*** ./node_modules/hash.js/lib/hash/sha/512.js ***!
|
|
427
|
-
\**************************************************/
|
|
428
|
-
|
|
429
|
-
/*!***************************************************!*\
|
|
430
|
-
!*** ./node_modules/assertion-tools/keccak256.js ***!
|
|
431
|
-
\***************************************************/
|
|
432
|
-
|
|
433
|
-
/*!***************************************************!*\
|
|
434
|
-
!*** ./node_modules/axios/lib/cancel/isCancel.js ***!
|
|
435
|
-
\***************************************************/
|
|
436
|
-
|
|
437
|
-
/*!***************************************************!*\
|
|
438
|
-
!*** ./node_modules/axios/lib/core/AxiosError.js ***!
|
|
439
|
-
\***************************************************/
|
|
440
|
-
|
|
441
|
-
/*!***************************************************!*\
|
|
442
|
-
!*** ./node_modules/axios/lib/helpers/cookies.js ***!
|
|
443
|
-
\***************************************************/
|
|
444
|
-
|
|
445
|
-
/*!***************************************************!*\
|
|
446
|
-
!*** ./node_modules/crypto-js/lib-typedarrays.js ***!
|
|
447
|
-
\***************************************************/
|
|
448
|
-
|
|
449
|
-
/*!***************************************************!*\
|
|
450
|
-
!*** ./node_modules/crypto-js/pad-zeropadding.js ***!
|
|
451
|
-
\***************************************************/
|
|
452
|
-
|
|
453
|
-
/*!***************************************************!*\
|
|
454
|
-
!*** ./node_modules/inherits/inherits_browser.js ***!
|
|
455
|
-
\***************************************************/
|
|
456
|
-
|
|
457
|
-
/*!***************************************************!*\
|
|
458
|
-
!*** ./node_modules/minimalistic-assert/index.js ***!
|
|
459
|
-
\***************************************************/
|
|
460
|
-
|
|
461
|
-
/*!***************************************************!*\
|
|
462
|
-
!*** ./node_modules/rdf-canonize/lib/Permuter.js ***!
|
|
463
|
-
\***************************************************/
|
|
464
|
-
|
|
465
|
-
/*!***************************************************!*\
|
|
466
|
-
!*** ./node_modules/setimmediate/setImmediate.js ***!
|
|
467
|
-
\***************************************************/
|
|
468
|
-
|
|
469
|
-
/*!****************************************************!*\
|
|
470
|
-
!*** ./node_modules/axios/lib/core/mergeConfig.js ***!
|
|
471
|
-
\****************************************************/
|
|
472
|
-
|
|
473
|
-
/*!****************************************************!*\
|
|
474
|
-
!*** ./node_modules/axios/lib/helpers/buildURL.js ***!
|
|
475
|
-
\****************************************************/
|
|
476
|
-
|
|
477
|
-
/*!****************************************************!*\
|
|
478
|
-
!*** ./node_modules/crypto-js/mode-ctr-gladman.js ***!
|
|
479
|
-
\****************************************************/
|
|
480
|
-
|
|
481
|
-
/*!****************************************************!*\
|
|
482
|
-
!*** ./node_modules/jsonld/lib/ContextResolver.js ***!
|
|
483
|
-
\****************************************************/
|
|
484
|
-
|
|
485
|
-
/*!****************************************************!*\
|
|
486
|
-
!*** ./node_modules/jsonld/lib/JsonLdProcessor.js ***!
|
|
487
|
-
\****************************************************/
|
|
488
|
-
|
|
489
|
-
/*!****************************************************!*\
|
|
490
|
-
!*** ./node_modules/jsonld/lib/ResolvedContext.js ***!
|
|
491
|
-
\****************************************************/
|
|
492
|
-
|
|
493
|
-
/*!****************************************************!*\
|
|
494
|
-
!*** ./node_modules/rdf-canonize/lib/URDNA2015.js ***!
|
|
495
|
-
\****************************************************/
|
|
496
|
-
|
|
497
|
-
/*!****************************************************!*\
|
|
498
|
-
!*** ./node_modules/rdf-canonize/lib/URGNA2012.js ***!
|
|
499
|
-
\****************************************************/
|
|
500
|
-
|
|
501
|
-
/*!*****************************************************!*\
|
|
502
|
-
!*** ./node_modules/axios/lib/helpers/validator.js ***!
|
|
503
|
-
\*****************************************************/
|
|
504
|
-
|
|
505
|
-
/*!*****************************************************!*\
|
|
506
|
-
!*** ./node_modules/hash.js/lib/hash/sha/common.js ***!
|
|
507
|
-
\*****************************************************/
|
|
508
|
-
|
|
509
|
-
/*!*****************************************************!*\
|
|
510
|
-
!*** ./node_modules/jsonld/lib/platform-browser.js ***!
|
|
511
|
-
\*****************************************************/
|
|
512
|
-
|
|
513
|
-
/*!******************************************************!*\
|
|
514
|
-
!*** ./node_modules/axios/lib/cancel/CancelToken.js ***!
|
|
515
|
-
\******************************************************/
|
|
516
|
-
|
|
517
|
-
/*!******************************************************!*\
|
|
518
|
-
!*** ./node_modules/axios/lib/core/buildFullPath.js ***!
|
|
519
|
-
\******************************************************/
|
|
520
|
-
|
|
521
|
-
/*!******************************************************!*\
|
|
522
|
-
!*** ./node_modules/axios/lib/core/transformData.js ***!
|
|
523
|
-
\******************************************************/
|
|
524
|
-
|
|
525
|
-
/*!******************************************************!*\
|
|
526
|
-
!*** ./node_modules/axios/lib/helpers/toFormData.js ***!
|
|
527
|
-
\******************************************************/
|
|
528
|
-
|
|
529
|
-
/*!******************************************************!*\
|
|
530
|
-
!*** ./node_modules/merkletreejs/dist/MerkleTree.js ***!
|
|
531
|
-
\******************************************************/
|
|
532
|
-
|
|
533
|
-
/*!*******************************************************!*\
|
|
534
|
-
!*** ./node_modules/axios/lib/helpers/combineURLs.js ***!
|
|
535
|
-
\*******************************************************/
|
|
536
|
-
|
|
537
|
-
/*!*******************************************************!*\
|
|
538
|
-
!*** ./node_modules/canonicalize/lib/canonicalize.js ***!
|
|
539
|
-
\*******************************************************/
|
|
540
|
-
|
|
541
|
-
/*!********************************************************!*\
|
|
542
|
-
!*** ./node_modules/@ethersproject/hash/lib.esm/id.js ***!
|
|
543
|
-
\********************************************************/
|
|
544
|
-
|
|
545
|
-
/*!********************************************************!*\
|
|
546
|
-
!*** ./node_modules/assertion-tools/calculate-root.js ***!
|
|
547
|
-
\********************************************************/
|
|
548
|
-
|
|
549
|
-
/*!********************************************************!*\
|
|
550
|
-
!*** ./node_modules/assertion-tools/peer-id-2-hash.js ***!
|
|
551
|
-
\********************************************************/
|
|
552
|
-
|
|
553
|
-
/*!********************************************************!*\
|
|
554
|
-
!*** ./node_modules/axios/lib/cancel/CanceledError.js ***!
|
|
555
|
-
\********************************************************/
|
|
556
|
-
|
|
557
|
-
/*!********************************************************!*\
|
|
558
|
-
!*** ./node_modules/axios/lib/core/dispatchRequest.js ***!
|
|
559
|
-
\********************************************************/
|
|
560
|
-
|
|
561
|
-
/*!********************************************************!*\
|
|
562
|
-
!*** ./node_modules/axios/lib/helpers/isAxiosError.js ***!
|
|
563
|
-
\********************************************************/
|
|
564
|
-
|
|
565
|
-
/*!********************************************************!*\
|
|
566
|
-
!*** ./node_modules/axios/lib/helpers/parseHeaders.js ***!
|
|
567
|
-
\********************************************************/
|
|
568
|
-
|
|
569
|
-
/*!********************************************************!*\
|
|
570
|
-
!*** ./node_modules/jsonld/lib/documentLoaders/xhr.js ***!
|
|
571
|
-
\********************************************************/
|
|
572
|
-
|
|
573
|
-
/*!********************************************************!*\
|
|
574
|
-
!*** ./node_modules/rdf-canonize/lib/URDNA2015Sync.js ***!
|
|
575
|
-
\********************************************************/
|
|
576
|
-
|
|
577
|
-
/*!********************************************************!*\
|
|
578
|
-
!*** ./node_modules/rdf-canonize/lib/URGNA2012Sync.js ***!
|
|
579
|
-
\********************************************************/
|
|
580
|
-
|
|
581
|
-
/*!*********************************************************!*\
|
|
582
|
-
!*** ./node_modules/axios/lib/defaults/transitional.js ***!
|
|
583
|
-
\*********************************************************/
|
|
584
|
-
|
|
585
|
-
/*!*********************************************************!*\
|
|
586
|
-
!*** ./node_modules/axios/lib/helpers/isAbsoluteURL.js ***!
|
|
587
|
-
\*********************************************************/
|
|
588
|
-
|
|
589
|
-
/*!*********************************************************!*\
|
|
590
|
-
!*** ./node_modules/axios/lib/helpers/parseProtocol.js ***!
|
|
591
|
-
\*********************************************************/
|
|
592
|
-
|
|
593
|
-
/*!*********************************************************!*\
|
|
594
|
-
!*** ./services/node-api-service/node-api-interface.js ***!
|
|
595
|
-
\*********************************************************/
|
|
596
|
-
|
|
597
|
-
/*!**********************************************************!*\
|
|
598
|
-
!*** ./node_modules/@ethersproject/rlp/lib.esm/index.js ***!
|
|
599
|
-
\**********************************************************/
|
|
600
|
-
|
|
601
|
-
/*!**********************************************************!*\
|
|
602
|
-
!*** ./node_modules/@ethersproject/sha2/lib.esm/sha2.js ***!
|
|
603
|
-
\**********************************************************/
|
|
604
|
-
|
|
605
|
-
/*!**********************************************************!*\
|
|
606
|
-
!*** ./node_modules/@ethersproject/web/lib.esm/index.js ***!
|
|
607
|
-
\**********************************************************/
|
|
608
|
-
|
|
609
|
-
/*!**********************************************************!*\
|
|
610
|
-
!*** ./node_modules/assertion-tools/format-assertion.js ***!
|
|
611
|
-
\**********************************************************/
|
|
612
|
-
|
|
613
|
-
/*!**********************************************************!*\
|
|
614
|
-
!*** ./node_modules/assertion-tools/get-merkle-proof.js ***!
|
|
615
|
-
\**********************************************************/
|
|
616
|
-
|
|
617
|
-
/*!***********************************************************!*\
|
|
618
|
-
!*** ./node_modules/@ethersproject/sha2/lib.esm/types.js ***!
|
|
619
|
-
\***********************************************************/
|
|
620
|
-
|
|
621
|
-
/*!***********************************************************!*\
|
|
622
|
-
!*** ./node_modules/@ethersproject/web/lib.esm/geturl.js ***!
|
|
623
|
-
\***********************************************************/
|
|
624
|
-
|
|
625
|
-
/*!***********************************************************!*\
|
|
626
|
-
!*** ./node_modules/axios/lib/core/InterceptorManager.js ***!
|
|
627
|
-
\***********************************************************/
|
|
628
|
-
|
|
629
|
-
/*!***********************************************************!*\
|
|
630
|
-
!*** ./node_modules/axios/lib/helpers/isURLSameOrigin.js ***!
|
|
631
|
-
\***********************************************************/
|
|
632
|
-
|
|
633
|
-
/*!***********************************************************!*\
|
|
634
|
-
!*** ./node_modules/rdf-canonize/lib/IdentifierIssuer.js ***!
|
|
635
|
-
\***********************************************************/
|
|
636
|
-
|
|
637
|
-
/*!************************************************************!*\
|
|
638
|
-
!*** ./node_modules/@ethersproject/basex/lib.esm/index.js ***!
|
|
639
|
-
\************************************************************/
|
|
640
|
-
|
|
641
|
-
/*!************************************************************!*\
|
|
642
|
-
!*** ./node_modules/@ethersproject/bytes/lib.esm/index.js ***!
|
|
643
|
-
\************************************************************/
|
|
644
|
-
|
|
645
|
-
/*!************************************************************!*\
|
|
646
|
-
!*** ./node_modules/@ethersproject/units/lib.esm/index.js ***!
|
|
647
|
-
\************************************************************/
|
|
648
|
-
|
|
649
|
-
/*!************************************************************!*\
|
|
650
|
-
!*** ./node_modules/assertion-tools/assertion-metadata.js ***!
|
|
651
|
-
\************************************************************/
|
|
652
|
-
|
|
653
|
-
/*!*************************************************************!*\
|
|
654
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/_version.js ***!
|
|
655
|
-
\*************************************************************/
|
|
656
|
-
|
|
657
|
-
/*!*************************************************************!*\
|
|
658
|
-
!*** ./node_modules/@ethersproject/base64/lib.esm/index.js ***!
|
|
659
|
-
\*************************************************************/
|
|
660
|
-
|
|
661
|
-
/*!*************************************************************!*\
|
|
662
|
-
!*** ./node_modules/@ethersproject/hash/lib.esm/message.js ***!
|
|
663
|
-
\*************************************************************/
|
|
664
|
-
|
|
665
|
-
/*!*************************************************************!*\
|
|
666
|
-
!*** ./node_modules/@ethersproject/hdnode/lib.esm/index.js ***!
|
|
667
|
-
\*************************************************************/
|
|
668
|
-
|
|
669
|
-
/*!*************************************************************!*\
|
|
670
|
-
!*** ./node_modules/@ethersproject/logger/lib.esm/index.js ***!
|
|
671
|
-
\*************************************************************/
|
|
672
|
-
|
|
673
|
-
/*!*************************************************************!*\
|
|
674
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/ws.js ***!
|
|
675
|
-
\*************************************************************/
|
|
676
|
-
|
|
677
|
-
/*!*************************************************************!*\
|
|
678
|
-
!*** ./node_modules/@ethersproject/rlp/lib.esm/_version.js ***!
|
|
679
|
-
\*************************************************************/
|
|
680
|
-
|
|
681
|
-
/*!*************************************************************!*\
|
|
682
|
-
!*** ./node_modules/@ethersproject/strings/lib.esm/idna.js ***!
|
|
683
|
-
\*************************************************************/
|
|
684
|
-
|
|
685
|
-
/*!*************************************************************!*\
|
|
686
|
-
!*** ./node_modules/@ethersproject/strings/lib.esm/utf8.js ***!
|
|
687
|
-
\*************************************************************/
|
|
688
|
-
|
|
689
|
-
/*!*************************************************************!*\
|
|
690
|
-
!*** ./node_modules/@ethersproject/wallet/lib.esm/index.js ***!
|
|
691
|
-
\*************************************************************/
|
|
692
|
-
|
|
693
|
-
/*!*************************************************************!*\
|
|
694
|
-
!*** ./node_modules/@ethersproject/web/lib.esm/_version.js ***!
|
|
695
|
-
\*************************************************************/
|
|
696
|
-
|
|
697
|
-
/*!*************************************************************!*\
|
|
698
|
-
!*** ./services/blockchain-service/blockchain-interface.js ***!
|
|
699
|
-
\*************************************************************/
|
|
700
|
-
|
|
701
|
-
/*!**************************************************************!*\
|
|
702
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/abi-coder.js ***!
|
|
703
|
-
\**************************************************************/
|
|
704
|
-
|
|
705
|
-
/*!**************************************************************!*\
|
|
706
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/fragments.js ***!
|
|
707
|
-
\**************************************************************/
|
|
708
|
-
|
|
709
|
-
/*!**************************************************************!*\
|
|
710
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/interface.js ***!
|
|
711
|
-
\**************************************************************/
|
|
712
|
-
|
|
713
|
-
/*!**************************************************************!*\
|
|
714
|
-
!*** ./node_modules/@ethersproject/address/lib.esm/index.js ***!
|
|
715
|
-
\**************************************************************/
|
|
716
|
-
|
|
717
|
-
/*!**************************************************************!*\
|
|
718
|
-
!*** ./node_modules/@ethersproject/base64/lib.esm/base64.js ***!
|
|
719
|
-
\**************************************************************/
|
|
720
|
-
|
|
721
|
-
/*!**************************************************************!*\
|
|
722
|
-
!*** ./node_modules/@ethersproject/hash/lib.esm/_version.js ***!
|
|
723
|
-
\**************************************************************/
|
|
724
|
-
|
|
725
|
-
/*!**************************************************************!*\
|
|
726
|
-
!*** ./node_modules/@ethersproject/hash/lib.esm/namehash.js ***!
|
|
727
|
-
\**************************************************************/
|
|
728
|
-
|
|
729
|
-
/*!**************************************************************!*\
|
|
730
|
-
!*** ./node_modules/@ethersproject/pbkdf2/lib.esm/pbkdf2.js ***!
|
|
731
|
-
\**************************************************************/
|
|
732
|
-
|
|
733
|
-
/*!**************************************************************!*\
|
|
734
|
-
!*** ./node_modules/@ethersproject/random/lib.esm/random.js ***!
|
|
735
|
-
\**************************************************************/
|
|
736
|
-
|
|
737
|
-
/*!**************************************************************!*\
|
|
738
|
-
!*** ./node_modules/@ethersproject/sha2/lib.esm/_version.js ***!
|
|
739
|
-
\**************************************************************/
|
|
740
|
-
|
|
741
|
-
/*!**************************************************************!*\
|
|
742
|
-
!*** ./node_modules/dkg-evm-module/build/contracts/Hub.json ***!
|
|
743
|
-
\**************************************************************/
|
|
744
|
-
|
|
745
|
-
/*!***************************************************************!*\
|
|
746
|
-
!*** ./node_modules/@ethersproject/bytes/lib.esm/_version.js ***!
|
|
747
|
-
\***************************************************************/
|
|
748
|
-
|
|
749
|
-
/*!***************************************************************!*\
|
|
750
|
-
!*** ./node_modules/@ethersproject/networks/lib.esm/index.js ***!
|
|
751
|
-
\***************************************************************/
|
|
752
|
-
|
|
753
|
-
/*!***************************************************************!*\
|
|
754
|
-
!*** ./node_modules/@ethersproject/random/lib.esm/shuffle.js ***!
|
|
755
|
-
\***************************************************************/
|
|
756
|
-
|
|
757
|
-
/*!***************************************************************!*\
|
|
758
|
-
!*** ./node_modules/@ethersproject/solidity/lib.esm/index.js ***!
|
|
759
|
-
\***************************************************************/
|
|
760
|
-
|
|
761
|
-
/*!***************************************************************!*\
|
|
762
|
-
!*** ./node_modules/@ethersproject/units/lib.esm/_version.js ***!
|
|
763
|
-
\***************************************************************/
|
|
764
|
-
|
|
765
|
-
/*!***************************************************************!*\
|
|
766
|
-
!*** ./node_modules/axios/lib/helpers/normalizeHeaderName.js ***!
|
|
767
|
-
\***************************************************************/
|
|
768
|
-
|
|
769
|
-
/*!***************************************************************!*\
|
|
770
|
-
!*** ./node_modules/merkletreejs/dist/MerkleMountainRange.js ***!
|
|
771
|
-
\***************************************************************/
|
|
772
|
-
|
|
773
|
-
/*!****************************************************************!*\
|
|
774
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/null.js ***!
|
|
775
|
-
\****************************************************************/
|
|
776
|
-
|
|
777
|
-
/*!****************************************************************!*\
|
|
778
|
-
!*** ./node_modules/@ethersproject/constants/lib.esm/index.js ***!
|
|
779
|
-
\****************************************************************/
|
|
780
|
-
|
|
781
|
-
/*!****************************************************************!*\
|
|
782
|
-
!*** ./node_modules/@ethersproject/contracts/lib.esm/index.js ***!
|
|
783
|
-
\****************************************************************/
|
|
784
|
-
|
|
785
|
-
/*!****************************************************************!*\
|
|
786
|
-
!*** ./node_modules/@ethersproject/hash/lib.esm/typed-data.js ***!
|
|
787
|
-
\****************************************************************/
|
|
788
|
-
|
|
789
|
-
/*!****************************************************************!*\
|
|
790
|
-
!*** ./node_modules/@ethersproject/hdnode/lib.esm/_version.js ***!
|
|
791
|
-
\****************************************************************/
|
|
792
|
-
|
|
793
|
-
/*!****************************************************************!*\
|
|
794
|
-
!*** ./node_modules/@ethersproject/keccak256/lib.esm/index.js ***!
|
|
795
|
-
\****************************************************************/
|
|
796
|
-
|
|
797
|
-
/*!****************************************************************!*\
|
|
798
|
-
!*** ./node_modules/@ethersproject/logger/lib.esm/_version.js ***!
|
|
799
|
-
\****************************************************************/
|
|
800
|
-
|
|
801
|
-
/*!****************************************************************!*\
|
|
802
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/index.js ***!
|
|
803
|
-
\****************************************************************/
|
|
804
|
-
|
|
805
|
-
/*!****************************************************************!*\
|
|
806
|
-
!*** ./node_modules/@ethersproject/random/lib.esm/_version.js ***!
|
|
807
|
-
\****************************************************************/
|
|
808
|
-
|
|
809
|
-
/*!****************************************************************!*\
|
|
810
|
-
!*** ./node_modules/@ethersproject/strings/lib.esm/bytes32.js ***!
|
|
811
|
-
\****************************************************************/
|
|
812
|
-
|
|
813
|
-
/*!****************************************************************!*\
|
|
814
|
-
!*** ./node_modules/@ethersproject/wallet/lib.esm/_version.js ***!
|
|
815
|
-
\****************************************************************/
|
|
816
|
-
|
|
817
|
-
/*!****************************************************************!*\
|
|
818
|
-
!*** ./node_modules/rdf-canonize/lib/MessageDigest-browser.js ***!
|
|
819
|
-
\****************************************************************/
|
|
820
|
-
|
|
821
|
-
/*!****************************************************************!*\
|
|
822
|
-
!*** ./services/blockchain-service/blockchain-service-base.js ***!
|
|
823
|
-
\****************************************************************/
|
|
824
|
-
|
|
825
|
-
/*!*****************************************************************!*\
|
|
826
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/array.js ***!
|
|
827
|
-
\*****************************************************************/
|
|
828
|
-
|
|
829
|
-
/*!*****************************************************************!*\
|
|
830
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/bytes.js ***!
|
|
831
|
-
\*****************************************************************/
|
|
832
|
-
|
|
833
|
-
/*!*****************************************************************!*\
|
|
834
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/tuple.js ***!
|
|
835
|
-
\*****************************************************************/
|
|
836
|
-
|
|
837
|
-
/*!*****************************************************************!*\
|
|
838
|
-
!*** ./node_modules/@ethersproject/address/lib.esm/_version.js ***!
|
|
839
|
-
\*****************************************************************/
|
|
840
|
-
|
|
841
|
-
/*!*****************************************************************!*\
|
|
842
|
-
!*** ./node_modules/@ethersproject/constants/lib.esm/hashes.js ***!
|
|
843
|
-
\*****************************************************************/
|
|
844
|
-
|
|
845
|
-
/*!*****************************************************************!*\
|
|
846
|
-
!*** ./node_modules/@ethersproject/properties/lib.esm/index.js ***!
|
|
847
|
-
\*****************************************************************/
|
|
848
|
-
|
|
849
|
-
/*!*****************************************************************!*\
|
|
850
|
-
!*** ./node_modules/@ethersproject/strings/lib.esm/_version.js ***!
|
|
851
|
-
\*****************************************************************/
|
|
852
|
-
|
|
853
|
-
/*!*****************************************************************!*\
|
|
854
|
-
!*** ./node_modules/merkletreejs/dist/IncrementalMerkleTree.js ***!
|
|
855
|
-
\*****************************************************************/
|
|
856
|
-
|
|
857
|
-
/*!******************************************************************!*\
|
|
858
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/number.js ***!
|
|
859
|
-
\******************************************************************/
|
|
860
|
-
|
|
861
|
-
/*!******************************************************************!*\
|
|
862
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/string.js ***!
|
|
863
|
-
\******************************************************************/
|
|
864
|
-
|
|
865
|
-
/*!******************************************************************!*\
|
|
866
|
-
!*** ./node_modules/@ethersproject/constants/lib.esm/strings.js ***!
|
|
867
|
-
\******************************************************************/
|
|
868
|
-
|
|
869
|
-
/*!******************************************************************!*\
|
|
870
|
-
!*** ./node_modules/@ethersproject/networks/lib.esm/_version.js ***!
|
|
871
|
-
\******************************************************************/
|
|
872
|
-
|
|
873
|
-
/*!******************************************************************!*\
|
|
874
|
-
!*** ./node_modules/@ethersproject/signing-key/lib.esm/index.js ***!
|
|
875
|
-
\******************************************************************/
|
|
876
|
-
|
|
877
|
-
/*!******************************************************************!*\
|
|
878
|
-
!*** ./node_modules/@ethersproject/solidity/lib.esm/_version.js ***!
|
|
879
|
-
\******************************************************************/
|
|
880
|
-
|
|
881
|
-
/*!******************************************************************!*\
|
|
882
|
-
!*** ./node_modules/@ethersproject/wordlists/lib.esm/lang-en.js ***!
|
|
883
|
-
\******************************************************************/
|
|
884
|
-
|
|
885
|
-
/*!*******************************************************************!*\
|
|
886
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/address.js ***!
|
|
887
|
-
\*******************************************************************/
|
|
888
|
-
|
|
889
|
-
/*!*******************************************************************!*\
|
|
890
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/boolean.js ***!
|
|
891
|
-
\*******************************************************************/
|
|
892
|
-
|
|
893
|
-
/*!*******************************************************************!*\
|
|
894
|
-
!*** ./node_modules/@ethersproject/bignumber/lib.esm/_version.js ***!
|
|
895
|
-
\*******************************************************************/
|
|
896
|
-
|
|
897
|
-
/*!*******************************************************************!*\
|
|
898
|
-
!*** ./node_modules/@ethersproject/contracts/lib.esm/_version.js ***!
|
|
899
|
-
\*******************************************************************/
|
|
900
|
-
|
|
901
|
-
/*!*******************************************************************!*\
|
|
902
|
-
!*** ./node_modules/@ethersproject/json-wallets/lib.esm/index.js ***!
|
|
903
|
-
\*******************************************************************/
|
|
904
|
-
|
|
905
|
-
/*!*******************************************************************!*\
|
|
906
|
-
!*** ./node_modules/@ethersproject/json-wallets/lib.esm/utils.js ***!
|
|
907
|
-
\*******************************************************************/
|
|
908
|
-
|
|
909
|
-
/*!*******************************************************************!*\
|
|
910
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/_version.js ***!
|
|
911
|
-
\*******************************************************************/
|
|
912
|
-
|
|
913
|
-
/*!*******************************************************************!*\
|
|
914
|
-
!*** ./node_modules/@ethersproject/transactions/lib.esm/index.js ***!
|
|
915
|
-
\*******************************************************************/
|
|
916
|
-
|
|
917
|
-
/*!*******************************************************************!*\
|
|
918
|
-
!*** ./node_modules/@ethersproject/wordlists/lib.esm/_version.js ***!
|
|
919
|
-
\*******************************************************************/
|
|
920
|
-
|
|
921
|
-
/*!*******************************************************************!*\
|
|
922
|
-
!*** ./node_modules/@ethersproject/wordlists/lib.esm/wordlist.js ***!
|
|
923
|
-
\*******************************************************************/
|
|
924
|
-
|
|
925
|
-
/*!*******************************************************************!*\
|
|
926
|
-
!*** ./services/node-api-service/implementations/http-service.js ***!
|
|
927
|
-
\*******************************************************************/
|
|
928
|
-
|
|
929
|
-
/*!********************************************************************!*\
|
|
930
|
-
!*** ./node_modules/@ethersproject/bignumber/lib.esm/bignumber.js ***!
|
|
931
|
-
\********************************************************************/
|
|
932
|
-
|
|
933
|
-
/*!********************************************************************!*\
|
|
934
|
-
!*** ./node_modules/@ethersproject/constants/lib.esm/addresses.js ***!
|
|
935
|
-
\********************************************************************/
|
|
936
|
-
|
|
937
|
-
/*!********************************************************************!*\
|
|
938
|
-
!*** ./node_modules/@ethersproject/properties/lib.esm/_version.js ***!
|
|
939
|
-
\********************************************************************/
|
|
940
|
-
|
|
941
|
-
/*!********************************************************************!*\
|
|
942
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/formatter.js ***!
|
|
943
|
-
\********************************************************************/
|
|
944
|
-
|
|
945
|
-
/*!********************************************************************!*\
|
|
946
|
-
!*** ./node_modules/@ethersproject/wordlists/lib.esm/wordlists.js ***!
|
|
947
|
-
\********************************************************************/
|
|
948
|
-
|
|
949
|
-
/*!*********************************************************************!*\
|
|
950
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/anonymous.js ***!
|
|
951
|
-
\*********************************************************************/
|
|
952
|
-
|
|
953
|
-
/*!*********************************************************************!*\
|
|
954
|
-
!*** ./node_modules/@ethersproject/constants/lib.esm/bignumbers.js ***!
|
|
955
|
-
\*********************************************************************/
|
|
956
|
-
|
|
957
|
-
/*!*********************************************************************!*\
|
|
958
|
-
!*** ./node_modules/@ethersproject/json-wallets/lib.esm/inspect.js ***!
|
|
959
|
-
\*********************************************************************/
|
|
960
|
-
|
|
961
|
-
/*!*********************************************************************!*\
|
|
962
|
-
!*** ./node_modules/@ethersproject/signing-key/lib.esm/_version.js ***!
|
|
963
|
-
\*********************************************************************/
|
|
964
|
-
|
|
965
|
-
/*!*********************************************************************!*\
|
|
966
|
-
!*** ./node_modules/@ethersproject/signing-key/lib.esm/elliptic.js ***!
|
|
967
|
-
\*********************************************************************/
|
|
968
|
-
|
|
969
|
-
/*!*********************************************************************!*\
|
|
970
|
-
!*** ./node_modules/dkg-evm-module/build/contracts/ERC20Token.json ***!
|
|
971
|
-
\*********************************************************************/
|
|
972
|
-
|
|
973
|
-
/*!*********************************************************************!*\
|
|
974
|
-
!*** ./services/node-api-service/implementations/socket-service.js ***!
|
|
975
|
-
\*********************************************************************/
|
|
976
|
-
|
|
977
|
-
/*!**********************************************************************!*\
|
|
978
|
-
!*** ./node_modules/@ethersproject/abstract-signer/lib.esm/index.js ***!
|
|
979
|
-
\**********************************************************************/
|
|
980
|
-
|
|
981
|
-
/*!**********************************************************************!*\
|
|
982
|
-
!*** ./node_modules/@ethersproject/bignumber/lib.esm/fixednumber.js ***!
|
|
983
|
-
\**********************************************************************/
|
|
984
|
-
|
|
985
|
-
/*!**********************************************************************!*\
|
|
986
|
-
!*** ./node_modules/@ethersproject/json-wallets/lib.esm/_version.js ***!
|
|
987
|
-
\**********************************************************************/
|
|
988
|
-
|
|
989
|
-
/*!**********************************************************************!*\
|
|
990
|
-
!*** ./node_modules/@ethersproject/json-wallets/lib.esm/keystore.js ***!
|
|
991
|
-
\**********************************************************************/
|
|
992
|
-
|
|
993
|
-
/*!**********************************************************************!*\
|
|
994
|
-
!*** ./node_modules/@ethersproject/transactions/lib.esm/_version.js ***!
|
|
995
|
-
\**********************************************************************/
|
|
996
|
-
|
|
997
|
-
/*!***********************************************************************!*\
|
|
998
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/fixed-bytes.js ***!
|
|
999
|
-
\***********************************************************************/
|
|
1000
|
-
|
|
1001
|
-
/*!***********************************************************************!*\
|
|
1002
|
-
!*** ./node_modules/@ethersproject/hash/lib.esm/ens-normalize/lib.js ***!
|
|
1003
|
-
\***********************************************************************/
|
|
1004
|
-
|
|
1005
|
-
/*!***********************************************************************!*\
|
|
1006
|
-
!*** ./node_modules/@ethersproject/json-wallets/lib.esm/crowdsale.js ***!
|
|
1007
|
-
\***********************************************************************/
|
|
1008
|
-
|
|
1009
|
-
/*!***********************************************************************!*\
|
|
1010
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/ipc-provider.js ***!
|
|
1011
|
-
\***********************************************************************/
|
|
1012
|
-
|
|
1013
|
-
/*!***********************************************************************!*\
|
|
1014
|
-
!*** ./node_modules/dkg-evm-module/build/contracts/ContentAsset.json ***!
|
|
1015
|
-
\***********************************************************************/
|
|
1016
|
-
|
|
1017
|
-
/*!************************************************************************!*\
|
|
1018
|
-
!*** ./node_modules/@ethersproject/abstract-provider/lib.esm/index.js ***!
|
|
1019
|
-
\************************************************************************/
|
|
1020
|
-
|
|
1021
|
-
/*!************************************************************************!*\
|
|
1022
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/ankr-provider.js ***!
|
|
1023
|
-
\************************************************************************/
|
|
1024
|
-
|
|
1025
|
-
/*!************************************************************************!*\
|
|
1026
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/base-provider.js ***!
|
|
1027
|
-
\************************************************************************/
|
|
1028
|
-
|
|
1029
|
-
/*!************************************************************************!*\
|
|
1030
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/web3-provider.js ***!
|
|
1031
|
-
\************************************************************************/
|
|
1032
|
-
|
|
1033
|
-
/*!*************************************************************************!*\
|
|
1034
|
-
!*** ./node_modules/@ethersproject/abstract-signer/lib.esm/_version.js ***!
|
|
1035
|
-
\*************************************************************************/
|
|
1036
|
-
|
|
1037
|
-
/*!**************************************************************************!*\
|
|
1038
|
-
!*** ./node_modules/@ethersproject/abi/lib.esm/coders/abstract-coder.js ***!
|
|
1039
|
-
\**************************************************************************/
|
|
1040
|
-
|
|
1041
|
-
/*!**************************************************************************!*\
|
|
1042
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/infura-provider.js ***!
|
|
1043
|
-
\**************************************************************************/
|
|
1044
|
-
|
|
1045
|
-
/*!**************************************************************************!*\
|
|
1046
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/pocket-provider.js ***!
|
|
1047
|
-
\**************************************************************************/
|
|
1048
|
-
|
|
1049
|
-
/*!***************************************************************************!*\
|
|
1050
|
-
!*** ./node_modules/@ethersproject/abstract-provider/lib.esm/_version.js ***!
|
|
1051
|
-
\***************************************************************************/
|
|
1052
|
-
|
|
1053
|
-
/*!***************************************************************************!*\
|
|
1054
|
-
!*** ./node_modules/@ethersproject/hash/lib.esm/ens-normalize/decoder.js ***!
|
|
1055
|
-
\***************************************************************************/
|
|
1056
|
-
|
|
1057
|
-
/*!***************************************************************************!*\
|
|
1058
|
-
!*** ./node_modules/@ethersproject/hash/lib.esm/ens-normalize/include.js ***!
|
|
1059
|
-
\***************************************************************************/
|
|
1060
|
-
|
|
1061
|
-
/*!***************************************************************************!*\
|
|
1062
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/alchemy-provider.js ***!
|
|
1063
|
-
\***************************************************************************/
|
|
1064
|
-
|
|
1065
|
-
/*!****************************************************************************!*\
|
|
1066
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/fallback-provider.js ***!
|
|
1067
|
-
\****************************************************************************/
|
|
1068
|
-
|
|
1069
|
-
/*!****************************************************************************!*\
|
|
1070
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/json-rpc-provider.js ***!
|
|
1071
|
-
\****************************************************************************/
|
|
1072
|
-
|
|
1073
|
-
/*!*****************************************************************************!*\
|
|
1074
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/etherscan-provider.js ***!
|
|
1075
|
-
\*****************************************************************************/
|
|
1076
|
-
|
|
1077
|
-
/*!*****************************************************************************!*\
|
|
1078
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/nodesmith-provider.js ***!
|
|
1079
|
-
\*****************************************************************************/
|
|
1080
|
-
|
|
1081
|
-
/*!*****************************************************************************!*\
|
|
1082
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/websocket-provider.js ***!
|
|
1083
|
-
\*****************************************************************************/
|
|
1084
|
-
|
|
1085
|
-
/*!*****************************************************************************!*\
|
|
1086
|
-
!*** ./node_modules/dkg-evm-module/build/contracts/ServiceAgreementV1.json ***!
|
|
1087
|
-
\*****************************************************************************/
|
|
1088
|
-
|
|
1089
|
-
/*!******************************************************************************!*\
|
|
1090
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/cloudflare-provider.js ***!
|
|
1091
|
-
\******************************************************************************/
|
|
1092
|
-
|
|
1093
|
-
/*!******************************************************************************!*\
|
|
1094
|
-
!*** ./node_modules/dkg-evm-module/build/contracts/ContentAssetStorage.json ***!
|
|
1095
|
-
\******************************************************************************/
|
|
1096
|
-
|
|
1097
|
-
/*!********************************************************************************!*\
|
|
1098
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/url-json-rpc-provider.js ***!
|
|
1099
|
-
\********************************************************************************/
|
|
1100
|
-
|
|
1101
|
-
/*!********************************************************************************!*\
|
|
1102
|
-
!*** ./services/blockchain-service/implementations/node-blockchain-service.js ***!
|
|
1103
|
-
\********************************************************************************/
|
|
1104
|
-
|
|
1105
|
-
/*!**********************************************************************************!*\
|
|
1106
|
-
!*** ./node_modules/@ethersproject/providers/lib.esm/json-rpc-batch-provider.js ***!
|
|
1107
|
-
\**********************************************************************************/
|
|
1108
|
-
|
|
1109
|
-
/*!***********************************************************************************!*\
|
|
1110
|
-
!*** ./services/blockchain-service/implementations/browser-blockchain-service.js ***!
|
|
1111
|
-
\***********************************************************************************/
|
|
1
|
+
/*!
|
|
2
|
+
* The buffer module from node.js, for the browser.
|
|
3
|
+
*
|
|
4
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*! MIT License. Copyright 2015-2022 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */
|
|
9
|
+
|
|
10
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
11
|
+
|
|
12
|
+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
13
|
+
|
|
14
|
+
/*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
|
|
15
|
+
|
|
16
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* A JavaScript implementation of the JSON-LD API.
|
|
20
|
+
*
|
|
21
|
+
* @author Dave Longley
|
|
22
|
+
*
|
|
23
|
+
* @license BSD 3-Clause License
|
|
24
|
+
* Copyright (c) 2011-2022 Digital Bazaar, Inc.
|
|
25
|
+
* All rights reserved.
|
|
26
|
+
*
|
|
27
|
+
* Redistribution and use in source and binary forms, with or without
|
|
28
|
+
* modification, are permitted provided that the following conditions are met:
|
|
29
|
+
*
|
|
30
|
+
* Redistributions of source code must retain the above copyright notice,
|
|
31
|
+
* this list of conditions and the following disclaimer.
|
|
32
|
+
*
|
|
33
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
34
|
+
* notice, this list of conditions and the following disclaimer in the
|
|
35
|
+
* documentation and/or other materials provided with the distribution.
|
|
36
|
+
*
|
|
37
|
+
* Neither the name of the Digital Bazaar, Inc. nor the names of its
|
|
38
|
+
* contributors may be used to endorse or promote products derived from
|
|
39
|
+
* this software without specific prior written permission.
|
|
40
|
+
*
|
|
41
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
|
42
|
+
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
43
|
+
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
44
|
+
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
45
|
+
* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
46
|
+
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
|
47
|
+
* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
48
|
+
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
49
|
+
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
50
|
+
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
51
|
+
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
52
|
+
*/
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Removes the @preserve keywords from expanded result of framing.
|
|
56
|
+
*
|
|
57
|
+
* @param input the framed, framed output.
|
|
58
|
+
* @param options the framing options used.
|
|
59
|
+
*
|
|
60
|
+
* @return the resulting output.
|
|
61
|
+
*/
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* [js-sha3]{@link https://github.com/emn178/js-sha3}
|
|
65
|
+
*
|
|
66
|
+
* @version 0.8.0
|
|
67
|
+
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
68
|
+
* @copyright Chen, Yi-Cyuan 2015-2018
|
|
69
|
+
* @license MIT
|
|
70
|
+
*/
|
|
71
|
+
|
|
72
|
+
/** @preserve
|
|
73
|
+
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
74
|
+
* derived from CryptoJS.mode.CTR
|
|
75
|
+
* Jan Hruby jhruby.web@gmail.com
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
/** @preserve
|
|
79
|
+
(c) 2012 by Cédric Mesnil. All rights reserved.
|
|
80
|
+
|
|
81
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
82
|
+
|
|
83
|
+
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
84
|
+
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
85
|
+
|
|
86
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
87
|
+
*/
|
|
88
|
+
|
|
89
|
+
// disallow aliasing @context and @preserve
|
|
90
|
+
|
|
91
|
+
// remove @preserve
|
|
92
|
+
|
|
93
|
+
// remove @preserve from results
|