dkg 1.0.0__tar.gz → 1.1.1__tar.gz
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-1.0.0 → dkg-1.1.1}/PKG-INFO +1 -1
- {dkg-1.0.0 → dkg-1.1.1}/dkg/constants.py +10 -2
- {dkg-1.0.0 → dkg-1.1.1}/dkg/exceptions.py +1 -1
- {dkg-1.0.0 → dkg-1.1.1}/dkg/paranet.py +0 -1
- {dkg-1.0.0 → dkg-1.1.1}/pyproject.toml +1 -1
- {dkg-1.0.0 → dkg-1.1.1}/LICENSE +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/NOTICE +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/README.md +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/__init__.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/assertion.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/asset.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/AssertionStorage.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/ContentAsset.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/ContentAssetStorage.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/Hub.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/Paranet.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/ParanetIncentivesPoolFactory.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/ParanetKnowledgeMinersRegistry.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/ParanetNeurowebIncentivesPool.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/ParanetsRegistry.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/ServiceAgreementStorageProxy.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/Token.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/data/interfaces/UnfinalizedStateStorage.json +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/dataclasses.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/graph.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/main.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/manager.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/method.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/module.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/network.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/node.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/providers/__init__.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/providers/blockchain.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/providers/node_http.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/types/__init__.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/types/blockchain.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/types/dkg_node.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/types/encoding.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/types/evm.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/types/general.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/types/generics.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/types/network.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/types/rdf.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/utils/__init__.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/utils/blockchain_request.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/utils/decorators.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/utils/merkle.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/utils/metadata.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/utils/node_request.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/utils/rdf.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/utils/string_transformations.py +0 -0
- {dkg-1.0.0 → dkg-1.1.1}/dkg/utils/ual.py +0 -0
{dkg-1.0.0 → dkg-1.1.1}/PKG-INFO
RENAMED
@@ -72,13 +72,18 @@ BLOCKCHAINS = {
|
|
72
72
|
"https://api.gnosisscan.io/api?module=proxy&action=eth_gasPrice",
|
73
73
|
"https://blockscout.com/xdai/mainnet/api/v1/gas-price-oracle",
|
74
74
|
],
|
75
|
-
}
|
75
|
+
},
|
76
|
+
"base:8453": {
|
77
|
+
"hub": "0xaBfcf2ad1718828E7D3ec20435b0d0b5EAfbDf2c",
|
78
|
+
"rpc": "https://mainnet.base.org",
|
79
|
+
},
|
76
80
|
},
|
77
81
|
}
|
78
82
|
|
79
83
|
DEFAULT_GAS_PRICE_GWEI = {
|
80
|
-
"gnosis": 20,
|
81
84
|
"otp": 1,
|
85
|
+
"gnosis": 20,
|
86
|
+
"base": 20,
|
82
87
|
}
|
83
88
|
|
84
89
|
DEFAULT_HASH_FUNCTION_ID = 1
|
@@ -91,14 +96,17 @@ DEFAULT_PROXIMITY_SCORE_FUNCTIONS_PAIR_IDS = {
|
|
91
96
|
"devnet": {
|
92
97
|
"otp:2160": 2,
|
93
98
|
"gnosis:10200": 2,
|
99
|
+
"base:84532": 2,
|
94
100
|
},
|
95
101
|
"testnet": {
|
96
102
|
"otp:20430": 2,
|
97
103
|
"gnosis:10200": 2,
|
104
|
+
"base:84532": 2,
|
98
105
|
},
|
99
106
|
"mainnet": {
|
100
107
|
"otp:2043": 2,
|
101
108
|
"gnosis:100": 2,
|
109
|
+
"base:8453": 2,
|
102
110
|
},
|
103
111
|
}
|
104
112
|
|
{dkg-1.0.0 → dkg-1.1.1}/LICENSE
RENAMED
File without changes
|
{dkg-1.0.0 → dkg-1.1.1}/NOTICE
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|