mech-client 0.8.2__tar.gz → 0.9.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.8.2 → mech_client-0.9.0}/PKG-INFO +11 -1
- {mech_client-0.8.2 → mech_client-0.9.0}/README.md +10 -0
- mech_client-0.9.0/mech_client/__init__.py +3 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/cli.py +8 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/marketplace_interact.py +18 -6
- {mech_client-0.8.2 → mech_client-0.9.0}/pyproject.toml +1 -1
- mech_client-0.8.2/mech_client/__init__.py +0 -3
- {mech_client-0.8.2 → mech_client-0.9.0}/LICENSE +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/AgentMech.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/AgentRegistry.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/AgreementStoreManager.base.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/AgreementStoreManager.gnosis.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/BalanceTrackerFixedPriceNative.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/BalanceTrackerFixedPriceToken.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/BalanceTrackerNvmSubscriptionNative.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/BalanceTrackerNvmSubscriptionToken.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/ComplementaryServiceMetadata.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/DIDRegistry.base.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/DIDRegistry.gnosis.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/EscrowPaymentCondition.base.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/EscrowPaymentCondition.gnosis.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/IERC1155.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/IMech.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/IToken.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/LockPaymentCondition.base.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/LockPaymentCondition.gnosis.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/MechMarketplace.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/NFTSalesTemplate.base.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/NFTSalesTemplate.gnosis.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/NeverminedConfig.base.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/NeverminedConfig.gnosis.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/SubscriptionNFT.base.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/SubscriptionNFT.gnosis.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/SubscriptionProvider.base.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/SubscriptionProvider.gnosis.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/SubscriptionToken.base.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/TransferNFTCondition.base.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/TransferNFTCondition.gnosis.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/acn.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/configs/mechs.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/fetch_ipfs_hash.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/__init__.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/README.md +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/__init__.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/acn.proto +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/acn_pb2.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/custom_types.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/dialogues.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/message.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/protocol.yaml +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/serialization.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/tests/__init__.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/tests/test_acn.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/tests/test_acn_dialogues.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn/tests/test_acn_messages.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/README.md +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/__init__.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/acn_data_share.proto +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/acn_data_share_pb2.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/dialogues.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/message.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/protocol.yaml +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/serialization.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/tests/test_acn_data_share_dialogues.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/tests/test_acn_data_share_messages.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/p2p_libp2p_client/README.md +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/p2p_libp2p_client/__init__.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/p2p_libp2p_client/connection.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/helpers/p2p_libp2p_client/connection.yaml +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/interact.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/mech_marketplace_tool_management.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/mech_tool_management.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/prompt_to_ipfs.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/push_to_ipfs.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/subgraph.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/to_png.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/mech_client/wss.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/__init__.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/benchmark.sh +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/bump.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/deposit_native.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/deposit_token.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscribe.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/agreement_manager.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/base_contract.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/did_registry.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/escrow_payment.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/lock_payment.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/nft.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/nft_sales.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/subscription_provider.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/token.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/transfer_nft.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/envs/base.env +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/envs/gnosis.env +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/manager.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/resources/networks.json +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/utils.py +0 -0
- {mech_client-0.8.2 → mech_client-0.9.0}/scripts/whitelist.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mech-client
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.9.0
|
|
4
4
|
Summary: Basic client to interact with a mech
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Author: David Minarsch
|
|
@@ -237,6 +237,16 @@ Additionally to other options which are the same as for legacy Mechs, this usage
|
|
|
237
237
|
|
|
238
238
|
`--use-prepaid <bool>`: use the prepaid method to send requests to a Mech via the Mech Marketplace. Defaults to False. <br>
|
|
239
239
|
`--use-offchain <bool>`: use the off-chain method to send requests to a Mech via the Mech Marketplace. Defaults to False.
|
|
240
|
+
> To use offchain requests using `--use-offchain` flag, export the `MECHX_MECH_OFFCHAIN_URL` env variable before sending requests. For example if you want to connect to a mech running locally, you can do the following
|
|
241
|
+
```bash
|
|
242
|
+
export MECHX_MECH_OFFCHAIN_URL="http://localhost:8000/"
|
|
243
|
+
```
|
|
244
|
+
If you want to use a Valory mech for offchain requests, below is the list of mechs and their address and offchain urls.
|
|
245
|
+
|
|
246
|
+
| Service ID | Priority Mech Address | Offchain URL |
|
|
247
|
+
| :---: | :---: | :---: |
|
|
248
|
+
| 2182 | 0xB3C6319962484602b00d5587e965946890b82101 | https://d19715222af5b940.agent.propel.autonolas.tech/ |
|
|
249
|
+
|
|
240
250
|
|
|
241
251
|
The Mech Client can also be used to send batch requests. There are couple of different ways to achieve this:
|
|
242
252
|
|
|
@@ -214,6 +214,16 @@ Additionally to other options which are the same as for legacy Mechs, this usage
|
|
|
214
214
|
|
|
215
215
|
`--use-prepaid <bool>`: use the prepaid method to send requests to a Mech via the Mech Marketplace. Defaults to False. <br>
|
|
216
216
|
`--use-offchain <bool>`: use the off-chain method to send requests to a Mech via the Mech Marketplace. Defaults to False.
|
|
217
|
+
> To use offchain requests using `--use-offchain` flag, export the `MECHX_MECH_OFFCHAIN_URL` env variable before sending requests. For example if you want to connect to a mech running locally, you can do the following
|
|
218
|
+
```bash
|
|
219
|
+
export MECHX_MECH_OFFCHAIN_URL="http://localhost:8000/"
|
|
220
|
+
```
|
|
221
|
+
If you want to use a Valory mech for offchain requests, below is the list of mechs and their address and offchain urls.
|
|
222
|
+
|
|
223
|
+
| Service ID | Priority Mech Address | Offchain URL |
|
|
224
|
+
| :---: | :---: | :---: |
|
|
225
|
+
| 2182 | 0xB3C6319962484602b00d5587e965946890b82101 | https://d19715222af5b940.agent.propel.autonolas.tech/ |
|
|
226
|
+
|
|
217
227
|
|
|
218
228
|
The Mech Client can also be used to send batch requests. There are couple of different ways to achieve this:
|
|
219
229
|
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
"""Mech client CLI module."""
|
|
21
21
|
import json
|
|
22
|
+
import os
|
|
22
23
|
from typing import Any, Dict, List, Optional, Tuple
|
|
23
24
|
|
|
24
25
|
import click
|
|
@@ -156,6 +157,12 @@ def interact( # pylint: disable=too-many-arguments,too-many-locals
|
|
|
156
157
|
use_offchain = use_offchain or False
|
|
157
158
|
use_prepaid = use_prepaid or use_offchain
|
|
158
159
|
|
|
160
|
+
mech_offchain_url = os.getenv("MECHX_MECH_OFFCHAIN_URL")
|
|
161
|
+
if use_offchain and not mech_offchain_url:
|
|
162
|
+
raise Exception(
|
|
163
|
+
"To use offchain requests, please set MECHX_MECH_OFFCHAIN_URL"
|
|
164
|
+
)
|
|
165
|
+
|
|
159
166
|
if agent_id is None:
|
|
160
167
|
if len(prompts) != len(tools):
|
|
161
168
|
raise ClickException(
|
|
@@ -167,6 +174,7 @@ def interact( # pylint: disable=too-many-arguments,too-many-locals
|
|
|
167
174
|
priority_mech=priority_mech,
|
|
168
175
|
use_prepaid=use_prepaid,
|
|
169
176
|
use_offchain=use_offchain,
|
|
177
|
+
mech_offchain_url=mech_offchain_url,
|
|
170
178
|
private_key_path=key,
|
|
171
179
|
tools=tools,
|
|
172
180
|
extra_attributes=extra_attributes_dict,
|
|
@@ -74,6 +74,8 @@ class PaymentType(Enum):
|
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
IPFS_URL_TEMPLATE = "https://gateway.autonolas.tech/ipfs/f01701220{}"
|
|
77
|
+
MECH_OFFCHAIN_REQUEST_ENDPOINT = "send_signed_requests"
|
|
78
|
+
MECH_OFFCHAIN_DELIVER_ENDPOINT = "fetch_offchain_info"
|
|
77
79
|
ABI_DIR_PATH = Path(__file__).parent / "abis"
|
|
78
80
|
IMECH_ABI_PATH = ABI_DIR_PATH / "IMech.json"
|
|
79
81
|
ITOKEN_ABI_PATH = ABI_DIR_PATH / "IToken.json"
|
|
@@ -389,6 +391,7 @@ def send_marketplace_request( # pylint: disable=too-many-arguments,too-many-loc
|
|
|
389
391
|
def send_offchain_marketplace_request( # pylint: disable=too-many-arguments,too-many-locals
|
|
390
392
|
crypto: EthereumCrypto,
|
|
391
393
|
marketplace_contract: Web3Contract,
|
|
394
|
+
mech_offchain_url: str,
|
|
392
395
|
prompt: str,
|
|
393
396
|
tool: str,
|
|
394
397
|
method_args_data: MechMarketplaceRequestConfig,
|
|
@@ -405,6 +408,8 @@ def send_offchain_marketplace_request( # pylint: disable=too-many-arguments,too
|
|
|
405
408
|
:type crypto: EthereumCrypto
|
|
406
409
|
:param marketplace_contract: The mech marketplace contract instance.
|
|
407
410
|
:type marketplace_contract: Web3Contract
|
|
411
|
+
:param mech_offchain_url: mech url to connect to.
|
|
412
|
+
:type mech_offchain_url: str
|
|
408
413
|
:param prompt: The request prompt.
|
|
409
414
|
:type prompt: str
|
|
410
415
|
:param tool: The requested tool.
|
|
@@ -469,9 +474,9 @@ def send_offchain_marketplace_request( # pylint: disable=too-many-arguments,too
|
|
|
469
474
|
"nonce": nonce,
|
|
470
475
|
"ipfs_data": ipfs_data,
|
|
471
476
|
}
|
|
472
|
-
|
|
477
|
+
url = mech_offchain_url + MECH_OFFCHAIN_REQUEST_ENDPOINT
|
|
473
478
|
response = requests.post(
|
|
474
|
-
|
|
479
|
+
url=url,
|
|
475
480
|
data=payload,
|
|
476
481
|
headers={"Content-Type": "application/json"},
|
|
477
482
|
).json()
|
|
@@ -562,10 +567,12 @@ def wait_for_marketplace_data_url( # pylint: disable=too-many-arguments, unused
|
|
|
562
567
|
return result
|
|
563
568
|
|
|
564
569
|
|
|
565
|
-
def wait_for_offchain_marketplace_data(request_id: str) -> Any:
|
|
570
|
+
def wait_for_offchain_marketplace_data(mech_offchain_url: str, request_id: str) -> Any:
|
|
566
571
|
"""
|
|
567
572
|
Watches for data off-chain on mech.
|
|
568
573
|
|
|
574
|
+
:param mech_offchain_url: mech url to connect to.
|
|
575
|
+
:type mech_offchain_url: str
|
|
569
576
|
:param request_id: The ID of the request.
|
|
570
577
|
:type request_id: str
|
|
571
578
|
:return: The data returned by the mech.
|
|
@@ -573,15 +580,15 @@ def wait_for_offchain_marketplace_data(request_id: str) -> Any:
|
|
|
573
580
|
"""
|
|
574
581
|
while True:
|
|
575
582
|
try:
|
|
576
|
-
|
|
583
|
+
url = mech_offchain_url + MECH_OFFCHAIN_DELIVER_ENDPOINT
|
|
577
584
|
response = requests.get(
|
|
578
|
-
|
|
585
|
+
url=url,
|
|
579
586
|
data={"request_id": request_id},
|
|
580
587
|
).json()
|
|
581
588
|
if response:
|
|
582
589
|
return response
|
|
583
590
|
except Exception: # pylint: disable=broad-except
|
|
584
|
-
time.sleep(
|
|
591
|
+
time.sleep(WAIT_SLEEP)
|
|
585
592
|
|
|
586
593
|
|
|
587
594
|
def check_prepaid_balances(
|
|
@@ -638,6 +645,7 @@ def marketplace_interact( # pylint: disable=too-many-arguments, too-many-locals
|
|
|
638
645
|
priority_mech: str,
|
|
639
646
|
use_prepaid: bool = False,
|
|
640
647
|
use_offchain: bool = False,
|
|
648
|
+
mech_offchain_url: str = "",
|
|
641
649
|
tools: tuple = (),
|
|
642
650
|
extra_attributes: Optional[Dict[str, Any]] = None,
|
|
643
651
|
private_key_path: Optional[str] = None,
|
|
@@ -658,6 +666,8 @@ def marketplace_interact( # pylint: disable=too-many-arguments, too-many-locals
|
|
|
658
666
|
:type use_prepaid: bool
|
|
659
667
|
:param use_offchain: Whether to use offchain model or not.
|
|
660
668
|
:type use_offchain: bool
|
|
669
|
+
:param mech_offchain_url: mech url to connect to.
|
|
670
|
+
:type mech_offchain_url: str
|
|
661
671
|
:param tools: The tools to interact with (optional).
|
|
662
672
|
:type tools: tuple
|
|
663
673
|
:param extra_attributes: Extra attributes to be included in the request metadata (optional).
|
|
@@ -882,6 +892,7 @@ def marketplace_interact( # pylint: disable=too-many-arguments, too-many-locals
|
|
|
882
892
|
response = send_offchain_marketplace_request(
|
|
883
893
|
crypto=crypto,
|
|
884
894
|
marketplace_contract=mech_marketplace_contract,
|
|
895
|
+
mech_offchain_url=mech_offchain_url,
|
|
885
896
|
prompt=prompts[0],
|
|
886
897
|
tool=tools[0],
|
|
887
898
|
method_args_data=mech_marketplace_request_config,
|
|
@@ -910,6 +921,7 @@ def marketplace_interact( # pylint: disable=too-many-arguments, too-many-locals
|
|
|
910
921
|
|
|
911
922
|
for request_id in request_ids:
|
|
912
923
|
data = wait_for_offchain_marketplace_data(
|
|
924
|
+
mech_offchain_url=mech_offchain_url,
|
|
913
925
|
request_id=request_id,
|
|
914
926
|
)
|
|
915
927
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/BalanceTrackerFixedPriceNative.json
RENAMED
|
File without changes
|
|
File without changes
|
{mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/BalanceTrackerNvmSubscriptionNative.json
RENAMED
|
File without changes
|
{mech_client-0.8.2 → mech_client-0.9.0}/mech_client/abis/BalanceTrackerNvmSubscriptionToken.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
|
|
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.8.2 → mech_client-0.9.0}/mech_client/helpers/acn_data_share/acn_data_share.proto
RENAMED
|
File without changes
|
{mech_client-0.8.2 → mech_client-0.9.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.8.2 → mech_client-0.9.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
|
|
File without changes
|
{mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/agreement_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.8.2 → mech_client-0.9.0}/scripts/nvm_subscription/contracts/escrow_payment.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mech_client-0.8.2 → mech_client-0.9.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
|