open-aea-test-autonomy 0.21.4__py3-none-any.whl → 0.21.6__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.
- aea_test_autonomy/configurations.py +1 -1
- aea_test_autonomy/docker/registries.py +3 -3
- {open_aea_test_autonomy-0.21.4.dist-info → open_aea_test_autonomy-0.21.6.dist-info}/METADATA +3 -3
- {open_aea_test_autonomy-0.21.4.dist-info → open_aea_test_autonomy-0.21.6.dist-info}/RECORD +7 -7
- {open_aea_test_autonomy-0.21.4.dist-info → open_aea_test_autonomy-0.21.6.dist-info}/WHEEL +0 -0
- {open_aea_test_autonomy-0.21.4.dist-info → open_aea_test_autonomy-0.21.6.dist-info}/licenses/LICENSE +0 -0
- {open_aea_test_autonomy-0.21.4.dist-info → open_aea_test_autonomy-0.21.6.dist-info}/top_level.txt +0 -0
|
@@ -37,7 +37,7 @@ LOCALHOST = "localhost"
|
|
|
37
37
|
HTTP_LOCALHOST = f"http://{LOCALHOST}"
|
|
38
38
|
|
|
39
39
|
DEFAULT_IMAGE_VERSION = "latest"
|
|
40
|
-
MATCHING_FRAMEWORK_VERSION = "0.21.
|
|
40
|
+
MATCHING_FRAMEWORK_VERSION = "0.21.6"
|
|
41
41
|
TENDERMINT_IMAGE_VERSION = os.environ.get(
|
|
42
42
|
"TENDERMINT_IMAGE_VERSION", MATCHING_FRAMEWORK_VERSION
|
|
43
43
|
)
|
|
@@ -39,10 +39,10 @@ AGENT_REGISTRY = "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512" # nosec
|
|
|
39
39
|
REGISTRIES_MANAGER = "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0" # nosec
|
|
40
40
|
GNOSIS_SAFE_MULTISIG = "0x0E801D84Fa97b50751Dbf25036d067dCf18858bF" # nosec
|
|
41
41
|
SERVICE_REGISTRY = "0x998abeb3E57409262aE5b751f60747921B33613E" # nosec
|
|
42
|
-
SERVICE_REGISTRY_TOKEN_UTILITY = "
|
|
43
|
-
|
|
42
|
+
SERVICE_REGISTRY_TOKEN_UTILITY = "0x70e0bA845a1A0F2DA3359C97E0285013525FFC49" # nosec
|
|
43
|
+
SERVICE_MANAGER_PROXY = "0x4c5859f0F772848b2D91F1D83E2Fe57935348029" # nosec
|
|
44
44
|
SERVICE_REGISTRY_L2 = "0x5eb3Bc0a489C5A8288765d2336659EbCA68FCd00" # nosec
|
|
45
|
-
SERVICE_MANAGER = "
|
|
45
|
+
SERVICE_MANAGER = "0x36C02dA8a0983159322a80FFE9F24b1acfF8B570" # nosec
|
|
46
46
|
OPERATOR_WHITELIST = "0x809d550fca64d94Bd9F66E60752A544199cfAC3D" # nosec
|
|
47
47
|
ERC20_TOKEN = "0x1291Be112d480055DaFd8a610b7d1e203891C274" # nosec
|
|
48
48
|
GNOSIS_SAFE_MASTER_COPY = "0x4826533B4897376654Bb4d4AD88B7faFD0C98528" # nosec
|
{open_aea_test_autonomy-0.21.4.dist-info → open_aea_test_autonomy-0.21.6.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: open-aea-test-autonomy
|
|
3
|
-
Version: 0.21.
|
|
3
|
+
Version: 0.21.6
|
|
4
4
|
Summary: Plugin containing test tools for open-autonomy packages.
|
|
5
5
|
Author: Valory AG
|
|
6
6
|
License: Apache-2.0
|
|
@@ -20,9 +20,9 @@ Classifier: Topic :: Internet
|
|
|
20
20
|
Classifier: Topic :: Software Development
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
|
-
Requires-Dist: open-aea[all]<3.0.0,>=2.0.
|
|
23
|
+
Requires-Dist: open-aea[all]<3.0.0,>=2.0.7
|
|
24
24
|
Requires-Dist: pytest==7.4.4
|
|
25
|
-
Requires-Dist: open-aea-ledger-ethereum<3.0.0,>=2.0.
|
|
25
|
+
Requires-Dist: open-aea-ledger-ethereum<3.0.0,>=2.0.7
|
|
26
26
|
Requires-Dist: docker==7.1.0
|
|
27
27
|
Dynamic: author
|
|
28
28
|
Dynamic: classifier
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
aea_test_autonomy/__init__.py,sha256=uvylKiqlR3fCfOF2SN7H-CXF4ip54Zu7EsWIWGPcvaI,820
|
|
2
|
-
aea_test_autonomy/configurations.py,sha256=
|
|
2
|
+
aea_test_autonomy/configurations.py,sha256=1YaLJK4z0jw4nrTpJdxNg6acUIh2BahRok705QdY4w8,5465
|
|
3
3
|
aea_test_autonomy/fixture_helpers.py,sha256=UiSy-hl1llLnnlLcBvaWLYshnS2gqdGKBGg5DFeAnzY,19799
|
|
4
4
|
aea_test_autonomy/py.typed,sha256=RBKpSKcdm1BD7KgBsJZvo4Yti4SlQR88dVPbS3qWKIs,67
|
|
5
5
|
aea_test_autonomy/base_test_classes/__init__.py,sha256=02bNucnJFtJJKKUR5gOfrklOL9zAZFtIz-_Zsc7wbFE,809
|
|
@@ -18,15 +18,15 @@ aea_test_autonomy/docker/amm_net.py,sha256=-CMNbI6Dxij2jP3vMKz2wBn8eaBFsYZKDBs84
|
|
|
18
18
|
aea_test_autonomy/docker/base.py,sha256=y0ELZeG8Wh8GKisHVJLfA8hdNADqPDe3c9-veqkzuYU,8796
|
|
19
19
|
aea_test_autonomy/docker/ganache.py,sha256=6Fy1QPIcyqUTFcTHjCbzgH0YHSL8Df0CD4m7GvFzebU,4443
|
|
20
20
|
aea_test_autonomy/docker/gnosis_safe_net.py,sha256=z0ZO5J3lKteloOvcGeYT9-hNt0NIBkRLqpfBEAla4h0,3608
|
|
21
|
-
aea_test_autonomy/docker/registries.py,sha256=
|
|
21
|
+
aea_test_autonomy/docker/registries.py,sha256=dVZFbnMfQ3yns6F6NQAz3RMx-1laQnNvuoUrvBEVtU4,5026
|
|
22
22
|
aea_test_autonomy/docker/tendermint.py,sha256=4VvWulYHmlUx8IygGpcK5RwCL1Tk3FsVJs2CtqDNTYQ,12713
|
|
23
23
|
aea_test_autonomy/helpers/__init__.py,sha256=Ofqbk1awZH-pEl9kRW9pmDssMAQek41atN7xXoTZXtk,847
|
|
24
24
|
aea_test_autonomy/helpers/async_utils.py,sha256=t2NB2BipUh6kUTV1BuGHw9mlOIcHsVVkyQltd95h8D4,5519
|
|
25
25
|
aea_test_autonomy/helpers/base.py,sha256=FuUz_UJlKICsBhBsrQ5QVvjTyFg1zCWc0FOxnfqSXkI,2342
|
|
26
26
|
aea_test_autonomy/helpers/contracts.py,sha256=J95o4GSjbsV11a0k_C57KwXdwKgb6X4bS72RNPJfeGo,1641
|
|
27
27
|
aea_test_autonomy/helpers/tendermint_utils.py,sha256=0_B2XAG4Gvonn04YtMwH-0i4ySgCYyfpQPwYR-2ltcA,5142
|
|
28
|
-
open_aea_test_autonomy-0.21.
|
|
29
|
-
open_aea_test_autonomy-0.21.
|
|
30
|
-
open_aea_test_autonomy-0.21.
|
|
31
|
-
open_aea_test_autonomy-0.21.
|
|
32
|
-
open_aea_test_autonomy-0.21.
|
|
28
|
+
open_aea_test_autonomy-0.21.6.dist-info/licenses/LICENSE,sha256=sUL8ihsFlTOdFXu0JXDvAlGeBeJCA1A9KCW9IRXI4QU,11339
|
|
29
|
+
open_aea_test_autonomy-0.21.6.dist-info/METADATA,sha256=3Y-KWCNzAjrkEUstAcGNqtESrjwur-07_oBYjkckn64,1212
|
|
30
|
+
open_aea_test_autonomy-0.21.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
open_aea_test_autonomy-0.21.6.dist-info/top_level.txt,sha256=rh_gbaHz6tB_kdFmWiUksPZiyTi84r2gHoxdr5lDc7E,18
|
|
32
|
+
open_aea_test_autonomy-0.21.6.dist-info/RECORD,,
|
|
File without changes
|
{open_aea_test_autonomy-0.21.4.dist-info → open_aea_test_autonomy-0.21.6.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{open_aea_test_autonomy-0.21.4.dist-info → open_aea_test_autonomy-0.21.6.dist-info}/top_level.txt
RENAMED
|
File without changes
|