mech-client 0.14.0__py3-none-any.whl → 0.15.0__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.
- mech_client/__init__.py +1 -1
- mech_client/cli.py +257 -11
- mech_client/configs/mechs.json +110 -110
- mech_client/interact.py +6 -1
- mech_client/marketplace_interact.py +161 -43
- mech_client/safe.py +73 -0
- mech_client/subgraph.py +0 -11
- {mech_client-0.14.0.dist-info → mech_client-0.15.0.dist-info}/METADATA +264 -219
- {mech_client-0.14.0.dist-info → mech_client-0.15.0.dist-info}/RECORD +22 -48
- scripts/deposit_native.py +48 -16
- scripts/deposit_token.py +107 -31
- scripts/nvm_subscribe.py +14 -6
- scripts/nvm_subscription/contracts/base_contract.py +9 -1
- scripts/nvm_subscription/contracts/nft_sales.py +1 -3
- scripts/nvm_subscription/contracts/subscription_provider.py +2 -4
- scripts/nvm_subscription/contracts/token.py +23 -5
- scripts/nvm_subscription/manager.py +109 -16
- scripts/utils.py +2 -2
- scripts/whitelist.py +9 -1
- mech_client/helpers/acn/README.md +0 -76
- mech_client/helpers/acn/__init__.py +0 -30
- mech_client/helpers/acn/acn.proto +0 -71
- mech_client/helpers/acn/acn_pb2.py +0 -42
- mech_client/helpers/acn/custom_types.py +0 -224
- mech_client/helpers/acn/dialogues.py +0 -126
- mech_client/helpers/acn/message.py +0 -274
- mech_client/helpers/acn/protocol.yaml +0 -24
- mech_client/helpers/acn/serialization.py +0 -149
- mech_client/helpers/acn/tests/__init__.py +0 -20
- mech_client/helpers/acn/tests/test_acn.py +0 -256
- mech_client/helpers/acn/tests/test_acn_dialogues.py +0 -53
- mech_client/helpers/acn/tests/test_acn_messages.py +0 -117
- mech_client/helpers/acn_data_share/README.md +0 -32
- mech_client/helpers/acn_data_share/__init__.py +0 -32
- mech_client/helpers/acn_data_share/acn_data_share.proto +0 -17
- mech_client/helpers/acn_data_share/acn_data_share_pb2.py +0 -29
- mech_client/helpers/acn_data_share/dialogues.py +0 -115
- mech_client/helpers/acn_data_share/message.py +0 -213
- mech_client/helpers/acn_data_share/protocol.yaml +0 -21
- mech_client/helpers/acn_data_share/serialization.py +0 -111
- mech_client/helpers/acn_data_share/tests/test_acn_data_share_dialogues.py +0 -49
- mech_client/helpers/acn_data_share/tests/test_acn_data_share_messages.py +0 -53
- mech_client/helpers/p2p_libp2p_client/README.md +0 -15
- mech_client/helpers/p2p_libp2p_client/__init__.py +0 -21
- mech_client/helpers/p2p_libp2p_client/connection.py +0 -703
- mech_client/helpers/p2p_libp2p_client/connection.yaml +0 -52
- {mech_client-0.14.0.dist-info → mech_client-0.15.0.dist-info}/LICENSE +0 -0
- {mech_client-0.14.0.dist-info → mech_client-0.15.0.dist-info}/WHEEL +0 -0
- {mech_client-0.14.0.dist-info → mech_client-0.15.0.dist-info}/entry_points.txt +0 -0
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
name: p2p_libp2p_client
|
|
2
|
-
author: valory
|
|
3
|
-
version: 0.1.0
|
|
4
|
-
type: connection
|
|
5
|
-
description: The libp2p client connection implements a tcp connection to a running
|
|
6
|
-
libp2p node as a traffic delegate to send/receive envelopes to/from agents in the
|
|
7
|
-
DHT.
|
|
8
|
-
license: Apache-2.0
|
|
9
|
-
aea_version: '>=1.0.0, <2.0.0'
|
|
10
|
-
fingerprint:
|
|
11
|
-
README.md: bafybeiaf5kdnfdc2jifojgniib76zl2c4utnx7ofewc3szqkrxsby62ulu
|
|
12
|
-
__init__.py: bafybeid2azroxglu6fl7bxdfcsv3j77vyzgpikjnfwpxg73zeb5orez6ju
|
|
13
|
-
connection.py: bafybeihcwyo5nhxmsjxw7qrrvkvp7qu6izbgzgipmmnrpdvc6jtwmw7vgy
|
|
14
|
-
fingerprint_ignore_patterns: []
|
|
15
|
-
connections: []
|
|
16
|
-
protocols:
|
|
17
|
-
- valory/acn:1.1.0:bafybeidluaoeakae3exseupaea4i3yvvk5vivyt227xshjlffywwxzcxqe
|
|
18
|
-
class_name: P2PLibp2pClientConnection
|
|
19
|
-
config:
|
|
20
|
-
connect_retries: 3
|
|
21
|
-
resend_envelope_retry: 1
|
|
22
|
-
ledger_id: cosmos
|
|
23
|
-
nodes:
|
|
24
|
-
- uri: acn.staging.autonolas.tech:9005
|
|
25
|
-
public_key: 02d3a830c9d6ea1ae91936951430dee11f4662f33118b02190693be835359a9d77
|
|
26
|
-
- uri: acn.staging.autonolas.tech:9006
|
|
27
|
-
public_key: 02e741c62d706e1dcf6986bf37fa74b98681bc32669623ac9ee6ff72488d4f59e8
|
|
28
|
-
tls_connection_signature_timeout: 5.0
|
|
29
|
-
cert_requests:
|
|
30
|
-
- identifier: acn
|
|
31
|
-
ledger_id: ethereum
|
|
32
|
-
message_format: '{public_key}'
|
|
33
|
-
not_after: '2025-01-01'
|
|
34
|
-
not_before: '2024-01-01'
|
|
35
|
-
public_key: 02d3a830c9d6ea1ae91936951430dee11f4662f33118b02190693be835359a9d77
|
|
36
|
-
save_path: .certs/acn_cosmos_9005.txt
|
|
37
|
-
- identifier: acn
|
|
38
|
-
ledger_id: ethereum
|
|
39
|
-
message_format: '{public_key}'
|
|
40
|
-
not_after: '2025-01-01'
|
|
41
|
-
not_before: '2024-01-01'
|
|
42
|
-
public_key: 02e741c62d706e1dcf6986bf37fa74b98681bc32669623ac9ee6ff72488d4f59e8
|
|
43
|
-
save_path: .certs/acn_cosmos_9006.txt
|
|
44
|
-
excluded_protocols: []
|
|
45
|
-
restricted_to_protocols: []
|
|
46
|
-
dependencies:
|
|
47
|
-
asn1crypto:
|
|
48
|
-
version: <1.5.0,>=1.4.0
|
|
49
|
-
ecdsa: {}
|
|
50
|
-
open-aea-ledger-cosmos: {}
|
|
51
|
-
open-aea-ledger-ethereum: {}
|
|
52
|
-
is_abstract: false
|
|
File without changes
|
|
File without changes
|
|
File without changes
|