dkg 8.0.14__py3-none-any.whl → 8.1.1rc1__py3-none-any.whl
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.
- dkg/data/interfaces/KnowledgeCollection.json +39 -117
- dkg/data/interfaces/Paranet.json +590 -150
- dkg/data/interfaces/ParanetIncentivesPoolFactory.json +113 -46
- dkg/data/interfaces/ParanetKnowledgeMinersRegistry.json +105 -128
- dkg/data/interfaces/ParanetsRegistry.json +317 -259
- dkg/modules/asset/asset.py +3 -11
- dkg/modules/asset/async_asset.py +3 -13
- dkg/utils/knowledge_collection_tools.py +4 -1
- {dkg-8.0.14.dist-info → dkg-8.1.1rc1.dist-info}/METADATA +1 -1
- {dkg-8.0.14.dist-info → dkg-8.1.1rc1.dist-info}/RECORD +13 -13
- {dkg-8.0.14.dist-info → dkg-8.1.1rc1.dist-info}/LICENSE +0 -0
- {dkg-8.0.14.dist-info → dkg-8.1.1rc1.dist-info}/NOTICE +0 -0
- {dkg-8.0.14.dist-info → dkg-8.1.1rc1.dist-info}/WHEEL +0 -0
@@ -10,17 +10,6 @@
|
|
10
10
|
"stateMutability": "nonpayable",
|
11
11
|
"type": "constructor"
|
12
12
|
},
|
13
|
-
{
|
14
|
-
"inputs": [
|
15
|
-
{
|
16
|
-
"internalType": "uint256",
|
17
|
-
"name": "id",
|
18
|
-
"type": "uint256"
|
19
|
-
}
|
20
|
-
],
|
21
|
-
"name": "CannotUpdateImmutableKnowledgeCollection",
|
22
|
-
"type": "error"
|
23
|
-
},
|
24
13
|
{
|
25
14
|
"inputs": [
|
26
15
|
{
|
@@ -200,11 +189,6 @@
|
|
200
189
|
"name": "ZeroAddressHub",
|
201
190
|
"type": "error"
|
202
191
|
},
|
203
|
-
{
|
204
|
-
"inputs": [],
|
205
|
-
"name": "ZeroTokenAmount",
|
206
|
-
"type": "error"
|
207
|
-
},
|
208
192
|
{
|
209
193
|
"inputs": [],
|
210
194
|
"name": "askStorage",
|
@@ -382,29 +366,6 @@
|
|
382
366
|
"stateMutability": "view",
|
383
367
|
"type": "function"
|
384
368
|
},
|
385
|
-
{
|
386
|
-
"inputs": [
|
387
|
-
{
|
388
|
-
"internalType": "uint256",
|
389
|
-
"name": "id",
|
390
|
-
"type": "uint256"
|
391
|
-
},
|
392
|
-
{
|
393
|
-
"internalType": "uint96",
|
394
|
-
"name": "tokenAmount",
|
395
|
-
"type": "uint96"
|
396
|
-
},
|
397
|
-
{
|
398
|
-
"internalType": "address",
|
399
|
-
"name": "paymaster",
|
400
|
-
"type": "address"
|
401
|
-
}
|
402
|
-
],
|
403
|
-
"name": "increaseKnowledgeCollectionTokenAmount",
|
404
|
-
"outputs": [],
|
405
|
-
"stateMutability": "nonpayable",
|
406
|
-
"type": "function"
|
407
|
-
},
|
408
369
|
{
|
409
370
|
"inputs": [],
|
410
371
|
"name": "initialize",
|
@@ -451,6 +412,45 @@
|
|
451
412
|
"stateMutability": "view",
|
452
413
|
"type": "function"
|
453
414
|
},
|
415
|
+
{
|
416
|
+
"inputs": [],
|
417
|
+
"name": "paranetKnowledgeCollectionsRegistry",
|
418
|
+
"outputs": [
|
419
|
+
{
|
420
|
+
"internalType": "contract ParanetKnowledgeCollectionsRegistry",
|
421
|
+
"name": "",
|
422
|
+
"type": "address"
|
423
|
+
}
|
424
|
+
],
|
425
|
+
"stateMutability": "view",
|
426
|
+
"type": "function"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"inputs": [],
|
430
|
+
"name": "paranetKnowledgeMinersRegistry",
|
431
|
+
"outputs": [
|
432
|
+
{
|
433
|
+
"internalType": "contract ParanetKnowledgeMinersRegistry",
|
434
|
+
"name": "",
|
435
|
+
"type": "address"
|
436
|
+
}
|
437
|
+
],
|
438
|
+
"stateMutability": "view",
|
439
|
+
"type": "function"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"inputs": [],
|
443
|
+
"name": "paranetsRegistry",
|
444
|
+
"outputs": [
|
445
|
+
{
|
446
|
+
"internalType": "contract ParanetsRegistry",
|
447
|
+
"name": "",
|
448
|
+
"type": "address"
|
449
|
+
}
|
450
|
+
],
|
451
|
+
"stateMutability": "view",
|
452
|
+
"type": "function"
|
453
|
+
},
|
454
454
|
{
|
455
455
|
"inputs": [],
|
456
456
|
"name": "paymasterManager",
|
@@ -516,84 +516,6 @@
|
|
516
516
|
"stateMutability": "view",
|
517
517
|
"type": "function"
|
518
518
|
},
|
519
|
-
{
|
520
|
-
"inputs": [
|
521
|
-
{
|
522
|
-
"internalType": "uint256",
|
523
|
-
"name": "id",
|
524
|
-
"type": "uint256"
|
525
|
-
},
|
526
|
-
{
|
527
|
-
"internalType": "string",
|
528
|
-
"name": "updateOperationId",
|
529
|
-
"type": "string"
|
530
|
-
},
|
531
|
-
{
|
532
|
-
"internalType": "bytes32",
|
533
|
-
"name": "merkleRoot",
|
534
|
-
"type": "bytes32"
|
535
|
-
},
|
536
|
-
{
|
537
|
-
"internalType": "uint256",
|
538
|
-
"name": "mintKnowledgeAssetsAmount",
|
539
|
-
"type": "uint256"
|
540
|
-
},
|
541
|
-
{
|
542
|
-
"internalType": "uint256[]",
|
543
|
-
"name": "knowledgeAssetsToBurn",
|
544
|
-
"type": "uint256[]"
|
545
|
-
},
|
546
|
-
{
|
547
|
-
"internalType": "uint88",
|
548
|
-
"name": "byteSize",
|
549
|
-
"type": "uint88"
|
550
|
-
},
|
551
|
-
{
|
552
|
-
"internalType": "uint96",
|
553
|
-
"name": "tokenAmount",
|
554
|
-
"type": "uint96"
|
555
|
-
},
|
556
|
-
{
|
557
|
-
"internalType": "address",
|
558
|
-
"name": "paymaster",
|
559
|
-
"type": "address"
|
560
|
-
},
|
561
|
-
{
|
562
|
-
"internalType": "uint72",
|
563
|
-
"name": "publisherNodeIdentityId",
|
564
|
-
"type": "uint72"
|
565
|
-
},
|
566
|
-
{
|
567
|
-
"internalType": "bytes32",
|
568
|
-
"name": "publisherNodeR",
|
569
|
-
"type": "bytes32"
|
570
|
-
},
|
571
|
-
{
|
572
|
-
"internalType": "bytes32",
|
573
|
-
"name": "publisherNodeVS",
|
574
|
-
"type": "bytes32"
|
575
|
-
},
|
576
|
-
{
|
577
|
-
"internalType": "uint72[]",
|
578
|
-
"name": "identityIds",
|
579
|
-
"type": "uint72[]"
|
580
|
-
},
|
581
|
-
{
|
582
|
-
"internalType": "bytes32[]",
|
583
|
-
"name": "r",
|
584
|
-
"type": "bytes32[]"
|
585
|
-
},
|
586
|
-
{
|
587
|
-
"internalType": "bytes32[]",
|
588
|
-
"name": "vs",
|
589
|
-
"type": "bytes32[]"
|
590
|
-
}
|
591
|
-
],
|
592
|
-
"name": "updateKnowledgeCollection",
|
593
|
-
"outputs": [],
|
594
|
-
"stateMutability": "nonpayable",
|
595
|
-
"type": "function"
|
596
|
-
},
|
597
519
|
{
|
598
520
|
"inputs": [],
|
599
521
|
"name": "version",
|