open-aea-test-autonomy 0.20.1__py3-none-any.whl → 0.20.2__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 +2 -2
- {open_aea_test_autonomy-0.20.1.dist-info → open_aea_test_autonomy-0.20.2.dist-info}/METADATA +1 -1
- {open_aea_test_autonomy-0.20.1.dist-info → open_aea_test_autonomy-0.20.2.dist-info}/RECORD +7 -7
- {open_aea_test_autonomy-0.20.1.dist-info → open_aea_test_autonomy-0.20.2.dist-info}/WHEEL +0 -0
- {open_aea_test_autonomy-0.20.1.dist-info → open_aea_test_autonomy-0.20.2.dist-info}/licenses/LICENSE +0 -0
- {open_aea_test_autonomy-0.20.1.dist-info → open_aea_test_autonomy-0.20.2.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.20.
|
|
40
|
+
MATCHING_FRAMEWORK_VERSION = "0.20.2"
|
|
41
41
|
TENDERMINT_IMAGE_VERSION = os.environ.get(
|
|
42
42
|
"TENDERMINT_IMAGE_VERSION", MATCHING_FRAMEWORK_VERSION
|
|
43
43
|
)
|
|
@@ -51,8 +51,8 @@ GNOSIS_SAFE_MULTISIG_WITH_SAME_ADDRESS = (
|
|
|
51
51
|
"0x8f86403A4DE0BB5791fa46B8e795C547942fE4Cf" # nosec
|
|
52
52
|
)
|
|
53
53
|
GNOSIS_SAFE_MULTISEND = "0x9d4454B023096f34B160D6B654540c56A1F81688" # nosec
|
|
54
|
-
SERVICE_MULTISIG_1 = "
|
|
55
|
-
SERVICE_MULTISIG_2 = "
|
|
54
|
+
SERVICE_MULTISIG_1 = "0x42B4Ef74f1E1E13b3132687bCa9308A89B3D81b2" # nosec
|
|
55
|
+
SERVICE_MULTISIG_2 = "0x44b2B7F7E42A36b3195Cc874098937c7dA320cC6" # nosec
|
|
56
56
|
DEFAULT_SERVICE_CONFIG_HASH = (
|
|
57
57
|
"0xd913b5bf68193dfacb941538d5900466c449c9ec8121153f152de2e026fa7f3a"
|
|
58
58
|
)
|
|
@@ -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=wPRAHu5jgoC9721-0UvLrfU7G8AcI1kVqTH6fAFWrsk,5465
|
|
3
3
|
aea_test_autonomy/fixture_helpers.py,sha256=Bufsn5OFefpVgJyC1CpX9d7VoLUVkneJSOZgKUw6SX0,19663
|
|
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=ny6wcXiQ3QnIBL3DtMn-bFrjuVMjiYtVKAGW8
|
|
|
18
18
|
aea_test_autonomy/docker/base.py,sha256=y0ELZeG8Wh8GKisHVJLfA8hdNADqPDe3c9-veqkzuYU,8796
|
|
19
19
|
aea_test_autonomy/docker/ganache.py,sha256=Ng6k2Q15qbpV97TVohFglmDNkBH2AIwuTcoi7Nzk4N4,4220
|
|
20
20
|
aea_test_autonomy/docker/gnosis_safe_net.py,sha256=fr3NafzpwBVdPvKwdedLok6ndhH4roTDForfwG2n1iw,3596
|
|
21
|
-
aea_test_autonomy/docker/registries.py,sha256=
|
|
21
|
+
aea_test_autonomy/docker/registries.py,sha256=csooldCPvyLnhrh5Y9Nybu9jY7lP0dgP4yrHrbv3o28,5014
|
|
22
22
|
aea_test_autonomy/docker/tendermint.py,sha256=Gy2-cxnjl8wezPKbjFshcZ00L-ZnLaPNkvu_csTboB4,12721
|
|
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=qPYqWbMicuxf2qvbTCJROSV4wl1OBppO0_DO9a4gzA0,5173
|
|
28
|
-
open_aea_test_autonomy-0.20.
|
|
29
|
-
open_aea_test_autonomy-0.20.
|
|
30
|
-
open_aea_test_autonomy-0.20.
|
|
31
|
-
open_aea_test_autonomy-0.20.
|
|
32
|
-
open_aea_test_autonomy-0.20.
|
|
28
|
+
open_aea_test_autonomy-0.20.2.dist-info/licenses/LICENSE,sha256=sUL8ihsFlTOdFXu0JXDvAlGeBeJCA1A9KCW9IRXI4QU,11339
|
|
29
|
+
open_aea_test_autonomy-0.20.2.dist-info/METADATA,sha256=Xrkqzabkz-IrTukU2D-hqpC3aYlTT0LfvAgvFFLmdjc,1314
|
|
30
|
+
open_aea_test_autonomy-0.20.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
open_aea_test_autonomy-0.20.2.dist-info/top_level.txt,sha256=rh_gbaHz6tB_kdFmWiUksPZiyTi84r2gHoxdr5lDc7E,18
|
|
32
|
+
open_aea_test_autonomy-0.20.2.dist-info/RECORD,,
|
|
File without changes
|
{open_aea_test_autonomy-0.20.1.dist-info → open_aea_test_autonomy-0.20.2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{open_aea_test_autonomy-0.20.1.dist-info → open_aea_test_autonomy-0.20.2.dist-info}/top_level.txt
RENAMED
|
File without changes
|