mech-client 0.2.20__tar.gz → 0.2.21__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.
Files changed (44) hide show
  1. {mech_client-0.2.20 → mech_client-0.2.21}/PKG-INFO +2 -1
  2. mech_client-0.2.21/mech_client/__init__.py +3 -0
  3. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/configs/mechs.json +7 -2
  4. {mech_client-0.2.20 → mech_client-0.2.21}/pyproject.toml +2 -1
  5. mech_client-0.2.20/mech_client/__init__.py +0 -3
  6. {mech_client-0.2.20 → mech_client-0.2.21}/LICENSE +0 -0
  7. {mech_client-0.2.20 → mech_client-0.2.21}/README.md +0 -0
  8. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/acn.py +0 -0
  9. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/cli.py +0 -0
  10. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/__init__.py +0 -0
  11. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/README.md +0 -0
  12. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/__init__.py +0 -0
  13. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/acn.proto +0 -0
  14. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/acn_pb2.py +0 -0
  15. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/custom_types.py +0 -0
  16. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/dialogues.py +0 -0
  17. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/message.py +0 -0
  18. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/protocol.yaml +0 -0
  19. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/serialization.py +0 -0
  20. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/tests/__init__.py +0 -0
  21. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/tests/test_acn.py +0 -0
  22. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/tests/test_acn_dialogues.py +0 -0
  23. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn/tests/test_acn_messages.py +0 -0
  24. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn_data_share/README.md +0 -0
  25. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn_data_share/__init__.py +0 -0
  26. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn_data_share/acn_data_share.proto +0 -0
  27. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn_data_share/acn_data_share_pb2.py +0 -0
  28. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn_data_share/dialogues.py +0 -0
  29. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn_data_share/message.py +0 -0
  30. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn_data_share/protocol.yaml +0 -0
  31. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn_data_share/serialization.py +0 -0
  32. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn_data_share/tests/test_acn_data_share_dialogues.py +0 -0
  33. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/acn_data_share/tests/test_acn_data_share_messages.py +0 -0
  34. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/p2p_libp2p_client/README.md +0 -0
  35. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/p2p_libp2p_client/__init__.py +0 -0
  36. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/p2p_libp2p_client/connection.py +0 -0
  37. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/helpers/p2p_libp2p_client/connection.yaml +0 -0
  38. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/interact.py +0 -0
  39. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/mech_tool_management.py +0 -0
  40. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/prompt_to_ipfs.py +0 -0
  41. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/push_to_ipfs.py +0 -0
  42. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/subgraph.py +0 -0
  43. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/to_png.py +0 -0
  44. {mech_client-0.2.20 → mech_client-0.2.21}/mech_client/wss.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mech-client
3
- Version: 0.2.20
3
+ Version: 0.2.21
4
4
  Summary: Basic client to interact with a mech
5
5
  License: Apache-2.0
6
6
  Author: David Minarsch
@@ -16,6 +16,7 @@ Requires-Dist: open-aea-cli-ipfs (>=1.53.0,<2.0.0)
16
16
  Requires-Dist: open-aea-ledger-cosmos (>=1.53.0,<2.0.0)
17
17
  Requires-Dist: open-aea-ledger-ethereum (>=1.53.0,<2.0.0)
18
18
  Requires-Dist: open-aea[cli] (>=1.53.0,<2.0.0)
19
+ Requires-Dist: setuptools (>=75.8.0,<76.0.0)
19
20
  Requires-Dist: tabulate (>=0.9.0,<0.10.0)
20
21
  Requires-Dist: websocket-client (>=0.32.0,<1)
21
22
  Description-Content-Type: text/markdown
@@ -0,0 +1,3 @@
1
+ """Mech client."""
2
+
3
+ __version__ = "0.2.21"
@@ -11,6 +11,7 @@
11
11
  "is_gas_estimation_enabled": false
12
12
  },
13
13
  "gas_limit": 100000,
14
+ "price": 10000000000000000,
14
15
  "contract_abi_url": "https://gnosis.blockscout.com/api/v2/smart-contracts/{contract_address}",
15
16
  "transaction_url": "https://gnosisscan.io/tx/{transaction_digest}",
16
17
  "subgraph_url": "https://api.studio.thegraph.com/query/57238/mech/version/latest"
@@ -27,6 +28,7 @@
27
28
  "is_gas_estimation_enabled": false
28
29
  },
29
30
  "gas_limit": 100000,
31
+ "price": 3000000000000,
30
32
  "contract_abi_url": "https://api.arbiscan.io/api?module=contract&action=getabi&address={contract_address}",
31
33
  "transaction_url": "https://arbiscan.io/tx/{transaction_digest}",
32
34
  "subgraph_url": ""
@@ -43,6 +45,7 @@
43
45
  "is_gas_estimation_enabled": false
44
46
  },
45
47
  "gas_limit": 100000,
48
+ "price": 10000000000000000,
46
49
  "contract_abi_url": "https://api.polygonscan.com/api?module=contract&action=getabi&address={contract_address}",
47
50
  "transaction_url": "https://polygonscan.com/tx/{transaction_digest}",
48
51
  "subgraph_url": ""
@@ -76,7 +79,8 @@
76
79
  "is_gas_estimation_enabled": false
77
80
  },
78
81
  "gas_limit": 250000,
79
- "contract_abi_url": "https://api.celoscan.io/api?module=contract&action=getabi&address={contract_address}",
82
+ "price": 10000000000000000,
83
+ "contract_abi_url": "https://api.celoscan.io/api?module=contract&action=getabi&address={contract_address}&apikey={api_key}",
80
84
  "transaction_url": "https://celoscan.io/tx/{transaction_digest}",
81
85
  "subgraph_url": ""
82
86
  },
@@ -92,8 +96,9 @@
92
96
  "is_gas_estimation_enabled": false
93
97
  },
94
98
  "gas_limit": 100000,
99
+ "price": 3000000000000,
95
100
  "contract_abi_url": "https://api-optimistic.etherscan.io/api?module=contract&action=getabi&address={contract_address}",
96
101
  "transaction_url": "https://optimistic.etherscan.io/tx/{transaction_digest}",
97
102
  "subgraph_url": ""
98
103
  }
99
- }
104
+ }
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "mech-client"
3
- version = "0.2.20"
3
+ version = "0.2.21"
4
4
  description = "Basic client to interact with a mech"
5
5
  authors = ["David Minarsch <david.minarsch@googlemail.com>"]
6
6
  readme = "README.md"
@@ -34,6 +34,7 @@ gql = ">=3.4.1"
34
34
  asn1crypto = ">=1.4.0,<1.5.0"
35
35
  websocket-client = ">=0.32.0,<1"
36
36
  tabulate = "^0.9.0"
37
+ setuptools = "^75.8.0"
37
38
 
38
39
  [tool.poetry.scripts]
39
40
  mechx = "mech_client.cli:cli"
@@ -1,3 +0,0 @@
1
- """Mech client."""
2
-
3
- __version__ = "0.2.20"
File without changes
File without changes