mech-client 0.9.0__tar.gz → 0.10.0__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.
- {mech_client-0.9.0 → mech_client-0.10.0}/PKG-INFO +1 -1
- mech_client-0.10.0/mech_client/__init__.py +3 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/MechMarketplace.json +14 -2
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/marketplace_interact.py +58 -6
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/mech_marketplace_tool_management.py +3 -2
- {mech_client-0.9.0 → mech_client-0.10.0}/pyproject.toml +1 -1
- mech_client-0.9.0/mech_client/__init__.py +0 -3
- {mech_client-0.9.0 → mech_client-0.10.0}/LICENSE +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/README.md +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/AgentMech.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/AgentRegistry.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/AgreementStoreManager.base.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/AgreementStoreManager.gnosis.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/BalanceTrackerFixedPriceNative.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/BalanceTrackerFixedPriceToken.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/BalanceTrackerNvmSubscriptionNative.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/BalanceTrackerNvmSubscriptionToken.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/ComplementaryServiceMetadata.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/DIDRegistry.base.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/DIDRegistry.gnosis.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/EscrowPaymentCondition.base.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/EscrowPaymentCondition.gnosis.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/IERC1155.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/IMech.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/IToken.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/LockPaymentCondition.base.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/LockPaymentCondition.gnosis.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/NFTSalesTemplate.base.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/NFTSalesTemplate.gnosis.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/NeverminedConfig.base.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/NeverminedConfig.gnosis.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/SubscriptionNFT.base.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/SubscriptionNFT.gnosis.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/SubscriptionProvider.base.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/SubscriptionProvider.gnosis.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/SubscriptionToken.base.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/TransferNFTCondition.base.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/TransferNFTCondition.gnosis.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/acn.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/cli.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/configs/mechs.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/fetch_ipfs_hash.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/__init__.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/README.md +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/__init__.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/acn.proto +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/acn_pb2.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/custom_types.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/dialogues.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/message.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/protocol.yaml +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/serialization.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/tests/__init__.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/tests/test_acn.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/tests/test_acn_dialogues.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/tests/test_acn_messages.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/README.md +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/__init__.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/acn_data_share.proto +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/acn_data_share_pb2.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/dialogues.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/message.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/protocol.yaml +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/serialization.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/tests/test_acn_data_share_dialogues.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/tests/test_acn_data_share_messages.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/p2p_libp2p_client/README.md +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/p2p_libp2p_client/__init__.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/p2p_libp2p_client/connection.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/p2p_libp2p_client/connection.yaml +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/interact.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/mech_tool_management.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/prompt_to_ipfs.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/push_to_ipfs.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/subgraph.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/to_png.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/mech_client/wss.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/__init__.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/benchmark.sh +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/bump.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/deposit_native.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/deposit_token.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscribe.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/agreement_manager.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/base_contract.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/did_registry.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/escrow_payment.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/lock_payment.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/nft.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/nft_sales.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/subscription_provider.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/token.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/transfer_nft.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/envs/base.env +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/envs/gnosis.env +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/manager.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/resources/networks.json +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/utils.py +0 -0
- {mech_client-0.9.0 → mech_client-0.10.0}/scripts/whitelist.py +0 -0
|
@@ -303,7 +303,13 @@
|
|
|
303
303
|
{
|
|
304
304
|
"indexed": false,
|
|
305
305
|
"internalType": "bytes",
|
|
306
|
-
"name": "
|
|
306
|
+
"name": "requestData",
|
|
307
|
+
"type": "bytes"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"indexed": false,
|
|
311
|
+
"internalType": "bytes",
|
|
312
|
+
"name": "deliveryData",
|
|
307
313
|
"type": "bytes"
|
|
308
314
|
}
|
|
309
315
|
],
|
|
@@ -333,7 +339,7 @@
|
|
|
333
339
|
"type": "address"
|
|
334
340
|
},
|
|
335
341
|
{
|
|
336
|
-
"indexed":
|
|
342
|
+
"indexed": false,
|
|
337
343
|
"internalType": "address[]",
|
|
338
344
|
"name": "requesters",
|
|
339
345
|
"type": "address[]"
|
|
@@ -442,6 +448,12 @@
|
|
|
442
448
|
"internalType": "bytes32[]",
|
|
443
449
|
"name": "requestIds",
|
|
444
450
|
"type": "bytes32[]"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"indexed": false,
|
|
454
|
+
"internalType": "bytes[]",
|
|
455
|
+
"name": "requestDatas",
|
|
456
|
+
"type": "bytes[]"
|
|
445
457
|
}
|
|
446
458
|
],
|
|
447
459
|
"name": "MarketplaceRequest",
|
|
@@ -50,6 +50,7 @@ from mech_client.interact import (
|
|
|
50
50
|
get_event_signatures,
|
|
51
51
|
get_mech_config,
|
|
52
52
|
)
|
|
53
|
+
from mech_client.mech_marketplace_tool_management import get_mech_tools
|
|
53
54
|
from mech_client.prompt_to_ipfs import push_metadata_to_ipfs
|
|
54
55
|
from mech_client.wss import (
|
|
55
56
|
register_event_handlers,
|
|
@@ -254,6 +255,9 @@ def fetch_requester_nvm_subscription_balance(
|
|
|
254
255
|
nvm_balance_tracker_contract = get_contract(
|
|
255
256
|
contract_address=mech_payment_balance_tracker, abi=abi, ledger_api=ledger_api
|
|
256
257
|
)
|
|
258
|
+
requester_balance_tracker_balance = (
|
|
259
|
+
nvm_balance_tracker_contract.functions.mapRequesterBalances(requester).call()
|
|
260
|
+
)
|
|
257
261
|
subscription_nft_address = (
|
|
258
262
|
nvm_balance_tracker_contract.functions.subscriptionNFT().call()
|
|
259
263
|
)
|
|
@@ -271,7 +275,7 @@ def fetch_requester_nvm_subscription_balance(
|
|
|
271
275
|
requester, subscription_id
|
|
272
276
|
).call()
|
|
273
277
|
|
|
274
|
-
return requester_balance
|
|
278
|
+
return requester_balance_tracker_balance + requester_balance
|
|
275
279
|
|
|
276
280
|
|
|
277
281
|
def send_marketplace_request( # pylint: disable=too-many-arguments,too-many-locals
|
|
@@ -587,6 +591,8 @@ def wait_for_offchain_marketplace_data(mech_offchain_url: str, request_id: str)
|
|
|
587
591
|
).json()
|
|
588
592
|
if response:
|
|
589
593
|
return response
|
|
594
|
+
|
|
595
|
+
time.sleep(WAIT_SLEEP)
|
|
590
596
|
except Exception: # pylint: disable=broad-except
|
|
591
597
|
time.sleep(WAIT_SLEEP)
|
|
592
598
|
|
|
@@ -640,6 +646,30 @@ def check_prepaid_balances(
|
|
|
640
646
|
sys.exit(1)
|
|
641
647
|
|
|
642
648
|
|
|
649
|
+
def verify_tools(tools: tuple, service_id: int, chain_config: Optional[str]) -> None:
|
|
650
|
+
"""
|
|
651
|
+
Verifies user supplied tool(s) with the mech's metadata
|
|
652
|
+
|
|
653
|
+
:param tools: The user supplied tools.
|
|
654
|
+
:type tools: tuple
|
|
655
|
+
:param service_id: Service id of the mech.
|
|
656
|
+
:type service_id: int
|
|
657
|
+
:param chain_config: Id of the mech's chain configuration (stored configs/mechs.json)
|
|
658
|
+
:type chain_config: str
|
|
659
|
+
:rtype: None
|
|
660
|
+
"""
|
|
661
|
+
mech_tools_data = get_mech_tools(service_id=service_id, chain_config=chain_config)
|
|
662
|
+
if not mech_tools_data:
|
|
663
|
+
raise ValueError("Error while fetching mech tools data")
|
|
664
|
+
|
|
665
|
+
mech_tools = mech_tools_data.get("tools", [])
|
|
666
|
+
invalid_tools = [tool for tool in tools if tool not in mech_tools]
|
|
667
|
+
if invalid_tools:
|
|
668
|
+
raise ValueError(
|
|
669
|
+
f"Tool(s) {invalid_tools} not found in mech tools: {mech_tools}"
|
|
670
|
+
)
|
|
671
|
+
|
|
672
|
+
|
|
643
673
|
def marketplace_interact( # pylint: disable=too-many-arguments, too-many-locals, too-many-statements, too-many-return-statements
|
|
644
674
|
prompts: tuple,
|
|
645
675
|
priority_mech: str,
|
|
@@ -742,7 +772,7 @@ def marketplace_interact( # pylint: disable=too-many-arguments, too-many-locals
|
|
|
742
772
|
)
|
|
743
773
|
(
|
|
744
774
|
payment_type,
|
|
745
|
-
|
|
775
|
+
service_id,
|
|
746
776
|
max_delivery_rate,
|
|
747
777
|
mech_payment_balance_tracker,
|
|
748
778
|
mech_contract,
|
|
@@ -754,6 +784,8 @@ def marketplace_interact( # pylint: disable=too-many-arguments, too-many-locals
|
|
|
754
784
|
mech_marketplace_request_config.delivery_rate = max_delivery_rate
|
|
755
785
|
mech_marketplace_request_config.payment_type = payment_type
|
|
756
786
|
|
|
787
|
+
verify_tools(tools, service_id, chain_config)
|
|
788
|
+
|
|
757
789
|
with open(IMECH_ABI_PATH, encoding="utf-8") as f:
|
|
758
790
|
abi = json.load(f)
|
|
759
791
|
|
|
@@ -802,22 +834,29 @@ def marketplace_interact( # pylint: disable=too-many-arguments, too-many-locals
|
|
|
802
834
|
max_delivery_rate,
|
|
803
835
|
)
|
|
804
836
|
|
|
805
|
-
|
|
837
|
+
is_nvm_mech = payment_type in [
|
|
838
|
+
PaymentType.NATIVE_NVM.value,
|
|
839
|
+
PaymentType.TOKEN_NVM.value,
|
|
840
|
+
]
|
|
841
|
+
if is_nvm_mech:
|
|
806
842
|
nvm_mech_type = PaymentType(payment_type).name.lower()
|
|
807
843
|
print(
|
|
808
844
|
f"{nvm_mech_type} Nevermined Mech detected, subscription credits to be used"
|
|
809
845
|
)
|
|
810
846
|
requester = crypto.address
|
|
811
|
-
|
|
847
|
+
requester_total_balance_before = fetch_requester_nvm_subscription_balance(
|
|
812
848
|
requester, ledger_api, mech_payment_balance_tracker, payment_type
|
|
813
849
|
)
|
|
814
|
-
if
|
|
850
|
+
if requester_total_balance_before < price:
|
|
815
851
|
print(
|
|
816
|
-
f" - Sender Subscription balance low. Needed: {price}, Actual: {
|
|
852
|
+
f" - Sender Subscription balance low. Needed: {price}, Actual: {requester_total_balance_before}"
|
|
817
853
|
)
|
|
818
854
|
print(f" - Sender Address: {requester}")
|
|
819
855
|
sys.exit(1)
|
|
820
856
|
|
|
857
|
+
print(
|
|
858
|
+
f" - Sender Subscription balance before request: {requester_total_balance_before}"
|
|
859
|
+
)
|
|
821
860
|
# set price 0 to not send any msg.value in request transaction for nvm type mech
|
|
822
861
|
price = 0
|
|
823
862
|
|
|
@@ -878,6 +917,19 @@ def marketplace_interact( # pylint: disable=too-many-arguments, too-many-locals
|
|
|
878
917
|
)
|
|
879
918
|
|
|
880
919
|
if data_url:
|
|
920
|
+
if is_nvm_mech:
|
|
921
|
+
requester_total_balance_after = (
|
|
922
|
+
fetch_requester_nvm_subscription_balance(
|
|
923
|
+
requester,
|
|
924
|
+
ledger_api,
|
|
925
|
+
mech_payment_balance_tracker,
|
|
926
|
+
payment_type,
|
|
927
|
+
)
|
|
928
|
+
)
|
|
929
|
+
print(
|
|
930
|
+
f" - Sender Subscription balance after delivery: {requester_total_balance_after}"
|
|
931
|
+
)
|
|
932
|
+
|
|
881
933
|
print(f" - Data arrived: {data_url}")
|
|
882
934
|
data = requests.get(f"{data_url}/{request_id_int}", timeout=30).json()
|
|
883
935
|
print(" - Data from agent:")
|
|
@@ -7,8 +7,9 @@ from typing import Any, Dict, List, Optional, Tuple
|
|
|
7
7
|
|
|
8
8
|
import requests
|
|
9
9
|
from aea_ledger_ethereum import EthereumApi
|
|
10
|
+
from web3.constants import ADDRESS_ZERO
|
|
10
11
|
|
|
11
|
-
from mech_client.
|
|
12
|
+
from mech_client.interact import get_contract, get_mech_config
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
ABI_DIR_PATH = Path(__file__).parent / "abis"
|
|
@@ -58,7 +59,7 @@ def fetch_tools(
|
|
|
58
59
|
|
|
59
60
|
|
|
60
61
|
def get_mech_tools(
|
|
61
|
-
service_id: int, chain_config: str = DEFAULT_CONFIG
|
|
62
|
+
service_id: int, chain_config: Optional[str] = DEFAULT_CONFIG
|
|
62
63
|
) -> Optional[Dict[str, Any]]:
|
|
63
64
|
"""
|
|
64
65
|
Fetch tools for a given mech's service ID.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/BalanceTrackerFixedPriceNative.json
RENAMED
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/BalanceTrackerFixedPriceToken.json
RENAMED
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/BalanceTrackerNvmSubscriptionNative.json
RENAMED
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/BalanceTrackerNvmSubscriptionToken.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/abis/EscrowPaymentCondition.gnosis.json
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
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn/tests/test_acn_dialogues.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/acn_data_share.proto
RENAMED
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/acn_data_share_pb2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/acn_data_share/serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/p2p_libp2p_client/connection.py
RENAMED
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/mech_client/helpers/p2p_libp2p_client/connection.yaml
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
|
{mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/agreement_manager.py
RENAMED
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/base_contract.py
RENAMED
|
File without changes
|
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/escrow_payment.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.9.0 → mech_client-0.10.0}/scripts/nvm_subscription/contracts/subscription_provider.py
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
|