From ddda3f2f3472b18fa7c38d5a2538569cd787ee17 Mon Sep 17 00:00:00 2001 From: Adamantios Date: Wed, 16 Oct 2024 12:58:58 +0300 Subject: [PATCH 1/4] chore: bump to `v0.17.0` --- autonomy/__version__.py | 2 +- deployments/Dockerfiles/autonomy-user/requirements.txt | 2 +- packages/valory/agents/abstract_abci/aea-config.yaml | 2 +- packages/valory/agents/counter/aea-config.yaml | 2 +- packages/valory/agents/offend_slash/aea-config.yaml | 2 +- packages/valory/agents/register_reset/aea-config.yaml | 2 +- packages/valory/agents/register_reset_recovery/aea-config.yaml | 2 +- packages/valory/agents/register_termination/aea-config.yaml | 2 +- packages/valory/agents/registration_start_up/aea-config.yaml | 2 +- packages/valory/agents/solana_transfer_agent/aea-config.yaml | 2 +- packages/valory/connections/abci/connection.yaml | 2 +- packages/valory/contracts/gnosis_safe/contract.yaml | 2 +- .../valory/contracts/gnosis_safe_proxy_factory/contract.yaml | 2 +- packages/valory/contracts/service_registry/contract.yaml | 2 +- packages/valory/skills/abstract_round_abci/skill.yaml | 2 +- .../valory/skills/squads_transaction_settlement_abci/skill.yaml | 2 +- packages/valory/skills/transaction_settlement_abci/skill.yaml | 2 +- plugins/aea-test-autonomy/aea_test_autonomy/configurations.py | 2 +- plugins/aea-test-autonomy/setup.py | 2 +- tests/test_base.py | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/autonomy/__version__.py b/autonomy/__version__.py index 89e442348c..4cf4b19f16 100644 --- a/autonomy/__version__.py +++ b/autonomy/__version__.py @@ -22,7 +22,7 @@ __title__ = "open-autonomy" __description__ = "A framework for the creation of autonomous agent services." __url__ = "https://github.com/valory-xyz/open-autonomy.git" -__version__ = "0.16.1" +__version__ = "0.17.0" __author__ = "Valory AG" __license__ = "Apache-2.0" __copyright__ = "2021-2024 Valory AG" diff --git a/deployments/Dockerfiles/autonomy-user/requirements.txt b/deployments/Dockerfiles/autonomy-user/requirements.txt index 1c4b3b5ec1..83b3f92013 100644 --- a/deployments/Dockerfiles/autonomy-user/requirements.txt +++ b/deployments/Dockerfiles/autonomy-user/requirements.txt @@ -1,4 +1,4 @@ -open-autonomy[all]==0.16.1 +open-autonomy[all]==0.17.0 open-aea[all]==1.57.0 open-aea-cli-ipfs==1.57.0 open-aea-ledger-ethereum==1.57.0 diff --git a/packages/valory/agents/abstract_abci/aea-config.yaml b/packages/valory/agents/abstract_abci/aea-config.yaml index b5a9313b48..70b66225a3 100644 --- a/packages/valory/agents/abstract_abci/aea-config.yaml +++ b/packages/valory/agents/abstract_abci/aea-config.yaml @@ -51,7 +51,7 @@ dependencies: open-aea-ledger-ethereum: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 default_connection: valory/abci:0.1.0 customs: [] --- diff --git a/packages/valory/agents/counter/aea-config.yaml b/packages/valory/agents/counter/aea-config.yaml index ccc7cf47e4..d168ba06aa 100644 --- a/packages/valory/agents/counter/aea-config.yaml +++ b/packages/valory/agents/counter/aea-config.yaml @@ -52,7 +52,7 @@ dependencies: open-aea-ledger-ethereum: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 customs: [] default_connection: null --- diff --git a/packages/valory/agents/offend_slash/aea-config.yaml b/packages/valory/agents/offend_slash/aea-config.yaml index 82a28d6b41..e557ebb5e3 100644 --- a/packages/valory/agents/offend_slash/aea-config.yaml +++ b/packages/valory/agents/offend_slash/aea-config.yaml @@ -71,7 +71,7 @@ dependencies: open-aea-ledger-ethereum: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 customs: [] default_connection: null --- diff --git a/packages/valory/agents/register_reset/aea-config.yaml b/packages/valory/agents/register_reset/aea-config.yaml index d814beae6c..ba7e7a9b95 100644 --- a/packages/valory/agents/register_reset/aea-config.yaml +++ b/packages/valory/agents/register_reset/aea-config.yaml @@ -71,7 +71,7 @@ dependencies: open-aea-ledger-ethereum: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 customs: [] default_connection: null --- diff --git a/packages/valory/agents/register_reset_recovery/aea-config.yaml b/packages/valory/agents/register_reset_recovery/aea-config.yaml index d68b6ad4f8..a0b93dc4d0 100644 --- a/packages/valory/agents/register_reset_recovery/aea-config.yaml +++ b/packages/valory/agents/register_reset_recovery/aea-config.yaml @@ -63,7 +63,7 @@ dependencies: open-aea-ledger-ethereum: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 skill_exception_policy: stop_and_exit customs: [] default_connection: null diff --git a/packages/valory/agents/register_termination/aea-config.yaml b/packages/valory/agents/register_termination/aea-config.yaml index 9e7b06b4e6..106ac865b9 100644 --- a/packages/valory/agents/register_termination/aea-config.yaml +++ b/packages/valory/agents/register_termination/aea-config.yaml @@ -71,7 +71,7 @@ dependencies: open-aea-ledger-ethereum: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 customs: [] default_connection: null --- diff --git a/packages/valory/agents/registration_start_up/aea-config.yaml b/packages/valory/agents/registration_start_up/aea-config.yaml index 68a56a5d1f..3e4aae52a9 100644 --- a/packages/valory/agents/registration_start_up/aea-config.yaml +++ b/packages/valory/agents/registration_start_up/aea-config.yaml @@ -66,7 +66,7 @@ dependencies: open-aea-ledger-ethereum: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 skill_exception_policy: just_log connection_exception_policy: just_log customs: [] diff --git a/packages/valory/agents/solana_transfer_agent/aea-config.yaml b/packages/valory/agents/solana_transfer_agent/aea-config.yaml index ddab509e43..d13c37b742 100644 --- a/packages/valory/agents/solana_transfer_agent/aea-config.yaml +++ b/packages/valory/agents/solana_transfer_agent/aea-config.yaml @@ -70,7 +70,7 @@ dependencies: open-aea-ledger-solana: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 customs: [] default_connection: null --- diff --git a/packages/valory/connections/abci/connection.yaml b/packages/valory/connections/abci/connection.yaml index 9ee651b7bd..dc319b4bcf 100644 --- a/packages/valory/connections/abci/connection.yaml +++ b/packages/valory/connections/abci/connection.yaml @@ -77,7 +77,7 @@ dependencies: hypothesis: version: ==6.21.6 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 protobuf: version: <4.25.0,>=4.21.6 is_abstract: false diff --git a/packages/valory/contracts/gnosis_safe/contract.yaml b/packages/valory/contracts/gnosis_safe/contract.yaml index 9b867e95fb..210476c6c3 100644 --- a/packages/valory/contracts/gnosis_safe/contract.yaml +++ b/packages/valory/contracts/gnosis_safe/contract.yaml @@ -31,7 +31,7 @@ dependencies: open-aea-ledger-ethereum: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 packaging: {} pycryptodome: version: ==3.18.0 diff --git a/packages/valory/contracts/gnosis_safe_proxy_factory/contract.yaml b/packages/valory/contracts/gnosis_safe_proxy_factory/contract.yaml index 994701cbce..6284eb7fbf 100644 --- a/packages/valory/contracts/gnosis_safe_proxy_factory/contract.yaml +++ b/packages/valory/contracts/gnosis_safe_proxy_factory/contract.yaml @@ -21,6 +21,6 @@ dependencies: open-aea-ledger-ethereum: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 web3: version: <7,>=6.0.0 diff --git a/packages/valory/contracts/service_registry/contract.yaml b/packages/valory/contracts/service_registry/contract.yaml index 4951fa08dd..6bc5e056a6 100644 --- a/packages/valory/contracts/service_registry/contract.yaml +++ b/packages/valory/contracts/service_registry/contract.yaml @@ -21,6 +21,6 @@ dependencies: open-aea-ledger-ethereum: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 web3: version: <7,>=6.0.0 diff --git a/packages/valory/skills/abstract_round_abci/skill.yaml b/packages/valory/skills/abstract_round_abci/skill.yaml index a396c375d6..50abeae689 100644 --- a/packages/valory/skills/abstract_round_abci/skill.yaml +++ b/packages/valory/skills/abstract_round_abci/skill.yaml @@ -147,7 +147,7 @@ dependencies: open-aea-cli-ipfs: version: ==1.57.0 open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 protobuf: version: <4.25.0,>=4.21.6 py-ecc: diff --git a/packages/valory/skills/squads_transaction_settlement_abci/skill.yaml b/packages/valory/skills/squads_transaction_settlement_abci/skill.yaml index 277a0139c6..4353d317e9 100644 --- a/packages/valory/skills/squads_transaction_settlement_abci/skill.yaml +++ b/packages/valory/skills/squads_transaction_settlement_abci/skill.yaml @@ -146,7 +146,7 @@ models: class_name: TendermintDialogues dependencies: open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 web3: version: <7,>=6.0.0 is_abstract: true diff --git a/packages/valory/skills/transaction_settlement_abci/skill.yaml b/packages/valory/skills/transaction_settlement_abci/skill.yaml index c783c2493a..d129b12b64 100644 --- a/packages/valory/skills/transaction_settlement_abci/skill.yaml +++ b/packages/valory/skills/transaction_settlement_abci/skill.yaml @@ -167,7 +167,7 @@ models: class_name: TendermintDialogues dependencies: open-aea-test-autonomy: - version: ==0.16.1 + version: ==0.17.0 web3: version: <7,>=6.0.0 is_abstract: true diff --git a/plugins/aea-test-autonomy/aea_test_autonomy/configurations.py b/plugins/aea-test-autonomy/aea_test_autonomy/configurations.py index ed5a66ffa5..c414032a3f 100644 --- a/plugins/aea-test-autonomy/aea_test_autonomy/configurations.py +++ b/plugins/aea-test-autonomy/aea_test_autonomy/configurations.py @@ -37,7 +37,7 @@ def get_key(key_path: Path) -> str: HTTP_LOCALHOST = f"http://{LOCALHOST}" DEFAULT_IMAGE_VERSION = "latest" -MATCHING_FRAMEWORK_VERSION = "0.16.1" +MATCHING_FRAMEWORK_VERSION = "0.17.0" TENDERMINT_IMAGE_VERSION = os.environ.get( "TENDERMINT_IMAGE_VERSION", MATCHING_FRAMEWORK_VERSION ) diff --git a/plugins/aea-test-autonomy/setup.py b/plugins/aea-test-autonomy/setup.py index f20c460d08..7f7e7a71af 100644 --- a/plugins/aea-test-autonomy/setup.py +++ b/plugins/aea-test-autonomy/setup.py @@ -32,7 +32,7 @@ setup( name="open-aea-test-autonomy", - version="0.16.1", + version="0.17.0", author="Valory AG", license="Apache-2.0", description="Plugin containing test tools for open-autonomy packages.", diff --git a/tests/test_base.py b/tests/test_base.py index 873bdc310c..714b2cc696 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -62,7 +62,7 @@ def get_test_files(package_type: PackageType) -> List[Path]: def test_version() -> None: """Test the version.""" - assert autonomy.__version__ == "0.16.1" + assert autonomy.__version__ == "0.17.0" @pytest.mark.parametrize( From ba50518e2b9d50e66d0e4741497f43a559455fdd Mon Sep 17 00:00:00 2001 From: Adamantios Date: Wed, 16 Oct 2024 15:05:44 +0300 Subject: [PATCH 2/4] chore: update history and upgrading guide --- HISTORY.md | 11 +++++++++++ docs/upgrading.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 7c1b81050a..8bace7813c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,16 @@ # Release History - `open-autonomy` +# 0.17.0 (2024-10-17) + +Autonomy: +- Checks the names of skills at the time of scaffolding and analysing #2260 +- Fixes the services' stopping when running `autonomy deploy stop` #2265 +- Deprecates the Görli chain #2266 +- Introduces support for running multiple services on docker #2265, #2267 + +Docs: +- Adds information about the naming of skills in the documentation #2260 +- Updates the service docs to add the available options for chain profiles (same as in autonomy mint) #2261, #2262 # 0.16.1 (2024-09-24) diff --git a/docs/upgrading.md b/docs/upgrading.md index e5a0eb4af6..317614079d 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -5,6 +5,17 @@ Below we describe the additional manual steps required to upgrade between differ # Open Autonomy +## `v0.16.1` to `v0.17.0` + +- The structure of the build folder when using Docker has been updated. + The folder is now named `abci_build_{index}`, + where `{index}` is an incrementing number corresponding to the total number of existing builds, + replacing the previous format of `abci_build`. +- The naming convention for service containers has been revised. + Previously, containers were named `{service_name}_{abci|tm}_{index}`. + Now, the format has changed to `{service_name}_{abci|tm}_{uuid}`, + where `{uuid}` is a unique identifier. + ## `v0.16.0` to `v0.16.1` No backwards incompatible changes. From 7c96e0d27f6ae4a6d2f44f6a84b92b6c0adfc8cf Mon Sep 17 00:00:00 2001 From: Adamantios Date: Wed, 16 Oct 2024 15:06:20 +0300 Subject: [PATCH 3/4] chore: run generators --- autonomy/cli/helpers/fsm_spec.py | 2 +- autonomy/constants.py | 2 +- docs/counter_example.md | 2 +- .../overview_of_the_development_process.md | 8 +-- docs/package_list.md | 66 +++++++++---------- packages/packages.json | 66 +++++++++---------- .../agents/abstract_abci/aea-config.yaml | 4 +- .../valory/agents/counter/aea-config.yaml | 6 +- .../agents/offend_slash/aea-config.yaml | 24 +++---- .../agents/register_reset/aea-config.yaml | 12 ++-- .../register_reset_recovery/aea-config.yaml | 10 +-- .../register_termination/aea-config.yaml | 22 +++---- .../registration_start_up/aea-config.yaml | 10 +-- .../solana_transfer_agent/aea-config.yaml | 16 ++--- .../valory/agents/test_abci/aea-config.yaml | 8 +-- .../valory/agents/test_ipfs/aea-config.yaml | 10 +-- .../contracts/gnosis_safe/contract.yaml | 2 +- packages/valory/services/counter/service.yaml | 2 +- .../services/register_reset/service.yaml | 2 +- .../valory/skills/abstract_abci/skill.yaml | 2 +- .../skills/abstract_round_abci/skill.yaml | 6 +- packages/valory/skills/counter/skill.yaml | 4 +- packages/valory/skills/offend_abci/skill.yaml | 2 +- .../skills/offend_slash_abci/skill.yaml | 10 +-- .../skills/register_reset_abci/skill.yaml | 6 +- .../register_reset_recovery_abci/skill.yaml | 4 +- .../register_termination_abci/skill.yaml | 8 +-- .../skills/registration_abci/skill.yaml | 4 +- .../valory/skills/reset_pause_abci/skill.yaml | 2 +- .../valory/skills/slashing_abci/skill.yaml | 8 +-- .../skill.yaml | 2 +- .../valory/skills/termination_abci/skill.yaml | 8 +-- packages/valory/skills/test_abci/skill.yaml | 4 +- .../valory/skills/test_ipfs_abci/skill.yaml | 2 +- .../skills/test_solana_tx_abci/skill.yaml | 8 +-- .../transaction_settlement_abci/skill.yaml | 4 +- .../test_cli/test_analyse/test_specs.py | 2 +- .../test_cli/test_scaffold_fsm.py | 2 +- 38 files changed, 181 insertions(+), 181 deletions(-) diff --git a/autonomy/cli/helpers/fsm_spec.py b/autonomy/cli/helpers/fsm_spec.py index 9a5609ec9f..4f6d4962ec 100644 --- a/autonomy/cli/helpers/fsm_spec.py +++ b/autonomy/cli/helpers/fsm_spec.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2022-2023 Valory AG +# Copyright 2022-2024 Valory AG # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/autonomy/constants.py b/autonomy/constants.py index ae9c1d942d..29acf67779 100644 --- a/autonomy/constants.py +++ b/autonomy/constants.py @@ -65,4 +65,4 @@ ACN_IMAGE_NAME = os.environ.get("ACN_IMAGE_NAME", "valory/open-acn-node") DEFAULT_DOCKER_IMAGE_AUTHOR = "valory" OAR_IMAGE = "{image_author}/oar-{agent}:{version}" -ABSTRACT_ROUND_ABCI_SKILL_WITH_HASH = "valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm" +ABSTRACT_ROUND_ABCI_SKILL_WITH_HASH = "valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm" diff --git a/docs/counter_example.md b/docs/counter_example.md index 89e83c6cbf..78a21687c4 100644 --- a/docs/counter_example.md +++ b/docs/counter_example.md @@ -25,7 +25,7 @@ you have followed the [setup instructions](guides/quick_start.md#setup). As a re 2. Use the CLI to download the `valory/counter` service. ```bash - autonomy fetch valory/counter:0.1.0:bafybeigy2n275dd53da44mxxq7uysindxp3u7eriv4kd3bkcvc7pq2csam --remote --service + autonomy fetch valory/counter:0.1.0:bafybeifuo5t3rf2ffgxhl6hblukjpqikpte276ecq5d44umrqj2dk4qhga --remote --service cd counter ``` diff --git a/docs/guides/overview_of_the_development_process.md b/docs/guides/overview_of_the_development_process.md index 6d84414a96..6bc36c87b2 100644 --- a/docs/guides/overview_of_the_development_process.md +++ b/docs/guides/overview_of_the_development_process.md @@ -32,11 +32,11 @@ To follow the next sections, you need to populate the local registry with a numb "third_party": { "service/valory/hello_world/0.1.0": "bafybeihl6j7ihkytk4t4ca2ffhctpzydwi6r4a354ubjasttuv2pw4oaci", "agent/valory/hello_world/0.1.0": "bafybeihtmp45mbfs5tyzrgxfoimh552on6dif42ifqidifait3ej2m5zvq", - "connection/valory/abci/0.1.0": "bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu", + "connection/valory/abci/0.1.0": "bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq", "connection/valory/http_client/0.23.0": "bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u", "connection/valory/ipfs/0.1.0": "bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm", "connection/valory/ledger/0.19.0": "bafybeigntoericenpzvwejqfuc3kqzo2pscs76qoygg5dbj6f4zxusru5e", - "contract/valory/service_registry/0.1.0": "bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq", + "contract/valory/service_registry/0.1.0": "bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m", "protocol/open_aea/signing/1.0.0": "bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi", "protocol/valory/abci/0.1.0": "bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u", "protocol/valory/acn/1.1.0": "bafybeidluaoeakae3exseupaea4i3yvvk5vivyt227xshjlffywwxzcxqe", @@ -45,8 +45,8 @@ To follow the next sections, you need to populate the local registry with a numb "protocol/valory/ipfs/0.1.0": "bafybeiftxi2qhreewgsc5wevogi7yc5g6hbcbo4uiuaibauhv3nhfcdtvm", "protocol/valory/ledger_api/1.0.0": "bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni", "protocol/valory/tendermint/0.1.0": "bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra", - "skill/valory/abstract_abci/0.1.0": "bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu", - "skill/valory/abstract_round_abci/0.1.0": "bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm", + "skill/valory/abstract_abci/0.1.0": "bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq", + "skill/valory/abstract_round_abci/0.1.0": "bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm", "skill/valory/hello_world_abci/0.1.0": "bafybeiebittgfcz4idj633fkrvu6qle2ajekdjxpp7slggyur7vv7s7hrq", "connection/valory/p2p_libp2p_client/0.1.0": "bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e" } diff --git a/docs/package_list.md b/docs/package_list.md index 13e0981ecd..fcff9b738b 100644 --- a/docs/package_list.md +++ b/docs/package_list.md @@ -3,51 +3,51 @@ | protocol/valory/abci/0.1.0 | `bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u` | A protocol for ABCI requests and responses. | | protocol/valory/tendermint/0.1.0 | `bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra` | A protocol for communication between two AEAs to share tendermint configuration details. | | protocol/valory/ipfs/0.1.0 | `bafybeiftxi2qhreewgsc5wevogi7yc5g6hbcbo4uiuaibauhv3nhfcdtvm` | A protocol specification for IPFS requests and responses. | -| contract/valory/gnosis_safe_proxy_factory/0.1.0 | `bafybeicpcpyurm7gxir2gnlsgzeirzomkhcbnzr5txk67zdf4mmg737rtu` | Gnosis Safe proxy factory (GnosisSafeProxyFactory) contract | +| contract/valory/gnosis_safe_proxy_factory/0.1.0 | `bafybeibcq4gedbqxrvg2lwj3gwcxoyfa45x3s2qiefiru6epudzu4dhjr4` | Gnosis Safe proxy factory (GnosisSafeProxyFactory) contract | | contract/valory/component_registry/0.1.0 | `bafybeiepywewigowj533f55orx7oys3kk5lgdc247p2267scqfyp4gnqle` | Component registry contract | | contract/valory/agent_registry/0.1.0 | `bafybeignghdk7oqvyg722gz66tbuj2vj4vkatguj4b6lf5fqzqxkktcke4` | Agent registry contract | | contract/valory/registries_manager/0.1.0 | `bafybeicqf5y3kj42ow45hjcmnglose5n7bwpm2zl3ufuuevou24ewmgbde` | Registries Manager contract | | contract/valory/service_manager/0.1.0 | `bafybeibmqewfh5wnayopneyv4vx35n5k7loavzmcazyevntdoskw7vasom` | Service Manager contract | -| contract/valory/service_registry/0.1.0 | `bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq` | Service Registry contract | -| contract/valory/gnosis_safe/0.1.0 | `bafybeib375xmvcplw7ageic2np3hq4yqeijrvd5kl7rrdnyvswats6ngmm` | Gnosis Safe (GnosisSafeL2) contract | +| contract/valory/service_registry/0.1.0 | `bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m` | Service Registry contract | +| contract/valory/gnosis_safe/0.1.0 | `bafybeihjaxefx27ppcghwmnsehbrqqmhwkiur5mprpsdp7tluge7zzwqgm` | Gnosis Safe (GnosisSafeL2) contract | | contract/valory/multisend/0.1.0 | `bafybeig5byt5urg2d2bsecufxe5ql7f4mezg3mekfleeh32nmuusx66p4y` | MultiSend contract | | contract/valory/erc20/0.1.0 | `bafybeib7ctk3deleyxayrqvropewefr2muj4kcqe3t3wscak25bjmxnqwe` | The scaffold contract scaffolds a contract to be implemented by the developer. | | contract/valory/service_registry_token_utility/0.1.0 | `bafybeifdia2y5546tvk6xzxeaqzf2n5n7dutj2hdzbgenxohaqhjtnjqm4` | The scaffold contract scaffolds a contract to be implemented by the developer. | | contract/valory/squads_multisig/0.1.0 | `bafybeif3yfw3a3mk4bqlgtnmj3vgajw7p54co57reh4rfunmiifd7s5syu` | The scaffold contract scaffolds a contract to be implemented by the developer. | | contract/valory/multicall2/0.1.0 | `bafybeibwmwj4thovk346jgg7s3fmakiqxglhx2ykloz7qdavwde3c4p74m` | The MakerDAO multicall2 contract. | -| connection/valory/abci/0.1.0 | `bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu` | connection to wrap communication with an ABCI server. | +| connection/valory/abci/0.1.0 | `bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq` | connection to wrap communication with an ABCI server. | | connection/valory/ipfs/0.1.0 | `bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm` | A connection responsible for uploading and downloading files from IPFS. | -| skill/valory/test_ipfs_abci/0.1.0 | `bafybeidbvt6n2sazz3cyjqxryrdcffnu3vjk3fxpu6smlvcfjrxjpcgema` | IPFS e2e testing application. | -| skill/valory/abstract_abci/0.1.0 | `bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu` | The abci skill provides a template of an ABCI application. | -| skill/valory/abstract_round_abci/0.1.0 | `bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm` | abstract round-based ABCI application | -| skill/valory/transaction_settlement_abci/0.1.0 | `bafybeielv6eivt2z6nforq43xewl2vmpfwpdu2s2vfogobziljnwsclmlm` | ABCI application for transaction settlement. | -| skill/valory/registration_abci/0.1.0 | `bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey` | ABCI application for common apps. | -| skill/valory/reset_pause_abci/0.1.0 | `bafybeif4lgvbzsmzljesxbphycdv52ka7qnihyjrjpfaseclxadcmm6yiq` | ABCI application for resetting and pausing app executions. | -| skill/valory/termination_abci/0.1.0 | `bafybeiekkpo5qef5zaeagm3si6v45qxcojvtjqe4a5ceccvk4q7k3xi3bi` | Termination skill. | -| skill/valory/counter/0.1.0 | `bafybeialdorxwocgjdm5w76axnp7uxsz324exbxblhz5dg4hyqg2muuxae` | The ABCI Counter application example. | +| skill/valory/test_ipfs_abci/0.1.0 | `bafybeigyvkfj3yyi3qtqs477f7sdimohwguota2hr5pitnkf7xiiiq7dde` | IPFS e2e testing application. | +| skill/valory/abstract_abci/0.1.0 | `bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq` | The abci skill provides a template of an ABCI application. | +| skill/valory/abstract_round_abci/0.1.0 | `bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm` | abstract round-based ABCI application | +| skill/valory/transaction_settlement_abci/0.1.0 | `bafybeie3tjka4hwcvtg2rm5n6peazpskzuhg2p4zykdcypjotouclqw2ui` | ABCI application for transaction settlement. | +| skill/valory/registration_abci/0.1.0 | `bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum` | ABCI application for common apps. | +| skill/valory/reset_pause_abci/0.1.0 | `bafybeib6yae55mfof2yamd7plwr6twuxobfvpurm4bede6rhcqhllyoxnm` | ABCI application for resetting and pausing app executions. | +| skill/valory/termination_abci/0.1.0 | `bafybeigq3ehr5gvaysomh6lo4j6vmgyw2dgdemsoxzf5kxjanktbibgci4` | Termination skill. | +| skill/valory/counter/0.1.0 | `bafybeiczhorpefldxwbw4dvvpgdcpg45zenaiqujuhgab227q3q3k2s3su` | The ABCI Counter application example. | | skill/valory/counter_client/0.1.0 | `bafybeih2hz7bvltfnlw7cgjrwgjdw3xgejwcnkxry7i6ajcspwcw2hrb3e` | A client for the ABCI counter application. | -| skill/valory/register_reset_abci/0.1.0 | `bafybeig7pidn6lwlemvsvce36trx67gcpbhvfnspjsf22v372465sbs6ie` | ABCI application for dummy skill that registers and resets | -| skill/valory/register_termination_abci/0.1.0 | `bafybeiekfcqvmckechd4mzcoay4w6zysvr6tl6d2fwllqnvtw2obrv3l6i` | ABCI application for dummy skill that registers and resets | -| skill/valory/test_abci/0.1.0 | `bafybeiaof6uytyfoscvib3wgymf7fptetsfso2fnwzsnkuxnxiveuecjka` | ABCI application for testing the ABCI connection. | -| skill/valory/register_reset_recovery_abci/0.1.0 | `bafybeiefwcxqa26axweimxcikhkeudsaqpt6qbgqw7aj2amojicn4kpdwq` | ABCI application for dummy skill that registers and resets | -| skill/valory/slashing_abci/0.1.0 | `bafybeihomy4zxbddpuddm4ulxrh5bh2tnewo7jvxuxrm7tn5w7rp2wr7ey` | Slashing skill. | -| skill/valory/offend_abci/0.1.0 | `bafybeic23x36evdndc7wif7dj6ix4gdq7nxljj5uc2tubes5zxixhckjvu` | Offend ABCI application. | -| skill/valory/offend_slash_abci/0.1.0 | `bafybeibij4trfiqn3qz4flhalkwxjghl54puabb7hv7l3tbi4ayjyl3uam` | ABCI application used in order to test the slashing abci | -| skill/valory/squads_transaction_settlement_abci/0.1.0 | `bafybeic3slgilshi7i7mznf2xmblyudjzet6djd7wg4vprhruf66zppmje` | ABCI application for transaction settlement. | -| skill/valory/test_solana_tx_abci/0.1.0 | `bafybeig3uggm2q2o5pydn53ni6vss45a5xx3dlf7ezqzysuaiekbmvuivq` | SOLANA e2e testing application. | -| agent/valory/test_ipfs/0.1.0 | `bafybeiahjvbxk6e7snaghygeo4p4l66fyrksruajaewzqjogsytxcjxjbi` | Agent for testing the ABCI connection. | -| agent/valory/abstract_abci/0.1.0 | `bafybeifvy2yhz5525vi4dckzo6wp7xzwsyslmuz7c3wk7g2o7cucha45wu` | The abstract ABCI AEA - for testing purposes only. | -| agent/valory/counter/0.1.0 | `bafybeigjqax56t6ay7vculxb3ajtwwx4dcwnk6y6wgo5qyn5go3janwyk4` | The ABCI Counter example as an AEA | +| skill/valory/register_reset_abci/0.1.0 | `bafybeieepo5xipv2pg5374aamx73kilw65gdv3g3r65vtzvarje2atdlce` | ABCI application for dummy skill that registers and resets | +| skill/valory/register_termination_abci/0.1.0 | `bafybeicozwc7fm6djguapqkwha4gmhnbgoh5lkm56wuinmzvsjge5wqtsu` | ABCI application for dummy skill that registers and resets | +| skill/valory/test_abci/0.1.0 | `bafybeihpifogbya32alitepjt6lgedd7aopui34ikeenbxrhytd44qtukq` | ABCI application for testing the ABCI connection. | +| skill/valory/register_reset_recovery_abci/0.1.0 | `bafybeihcw746pc6jalypa2u3bc4vtfsitzqqe2ayko53sshfxz7upj567i` | ABCI application for dummy skill that registers and resets | +| skill/valory/slashing_abci/0.1.0 | `bafybeigisnogt7acjqm7c7zydojtcsvy5ahxn3kjelncjvgr2lembt3kum` | Slashing skill. | +| skill/valory/offend_abci/0.1.0 | `bafybeia6z3loppvpwlkil5aqxk65ijyn3skkgluybfkz3xsxq7sjlv2mra` | Offend ABCI application. | +| skill/valory/offend_slash_abci/0.1.0 | `bafybeifmv3ykgh6tqtqmt4powoszrqe2p4wcgwe232rfldpam2duyluuxq` | ABCI application used in order to test the slashing abci | +| skill/valory/squads_transaction_settlement_abci/0.1.0 | `bafybeiclwwyh3w5gzdmqa5u6diwdycgrenh52dy5zvbtyjh2pidae3vwnm` | ABCI application for transaction settlement. | +| skill/valory/test_solana_tx_abci/0.1.0 | `bafybeih5rs6naly7ylsmxg2sttgegkowrehnqwjpqg6sehktd3ytpgdn7e` | SOLANA e2e testing application. | +| agent/valory/test_ipfs/0.1.0 | `bafybeie5i3jq4ptdsanieggil6eo2gmdlc2mjxlz66qgxxruztl72ogqdq` | Agent for testing the ABCI connection. | +| agent/valory/abstract_abci/0.1.0 | `bafybeic3irlrci2cumvf527m3y3ce3sny7hgkov5xla6dbrbyff427q32i` | The abstract ABCI AEA - for testing purposes only. | +| agent/valory/counter/0.1.0 | `bafybeicmkzuopqjckrjrbbnr6pj7w54acyr4cupwx7chyxmanw3xbvmvdu` | The ABCI Counter example as an AEA | | agent/valory/counter_client/0.1.0 | `bafybeigtaripyr6ek73uibrvqdvx5p6gdfejwghjdkiqzal2cxv6bi4rk4` | The ABCI Counter example as an AEA | -| agent/valory/register_reset/0.1.0 | `bafybeia4pxlphcvco3ttlv3tytklriwvuwxxxr5m2tdry32yc5vogxtm7u` | Register reset to replicate Tendermint issue. | -| agent/valory/register_termination/0.1.0 | `bafybeid7l7rzqv3p5tjbxv5tbk6sizsvfe2hjorcd4klqrjbs3j5zdnzpq` | Register terminate to test the termination feature. | -| agent/valory/registration_start_up/0.1.0 | `bafybeia27jukbygvhnlzwwdjszks3j3uayq7iedjcw2eg3d4l27skfmwli` | Registration start-up ABCI example. | -| agent/valory/test_abci/0.1.0 | `bafybeigcerugxqffvlkdhjmg6whyiguavvkuwkw3fu77toqugjidxgpajq` | Agent for testing the ABCI connection. | -| agent/valory/register_reset_recovery/0.1.0 | `bafybeiaipn7cybaxkvhemgj67nm4po7liroyccjzpvjxdf6nx7mqzv5l3a` | Agent to showcase hard reset as a recovery mechanism. | -| agent/valory/offend_slash/0.1.0 | `bafybeibr2vuwngeqnul7mcyou7d5hknq6lf5oxmrl636hcu7bpqjurxkay` | Offend and slash to test the slashing feature. | -| agent/valory/solana_transfer_agent/0.1.0 | `bafybeignnwek2aqn6gcfktkzkwmgo3oelzw5coogpea4vaowa2ij3rds2m` | Register terminate to test the termination feature. | -| service/valory/counter/0.1.0 | `bafybeigy2n275dd53da44mxxq7uysindxp3u7eriv4kd3bkcvc7pq2csam` | A set of agents incrementing a counter | -| service/valory/register_reset/0.1.0 | `bafybeibchuenquuc6moh6frkejrpny6iydsutyqkogbpfqwxbrdibf7oue` | Test and debug tendermint reset mechanism. | +| agent/valory/register_reset/0.1.0 | `bafybeiehtgg3jw5q5wulxeko5lsh7sxjzm2lpt2fjon7ik6pslqu2wcose` | Register reset to replicate Tendermint issue. | +| agent/valory/register_termination/0.1.0 | `bafybeigxv6zxhyravhbfpna2ic5hynz3omaz6b43t7qfhmpbmvpwjevsz4` | Register terminate to test the termination feature. | +| agent/valory/registration_start_up/0.1.0 | `bafybeigjpbl4igywgbithjfm3dbyraaftnw6detxb3cwegosobm35kiiqi` | Registration start-up ABCI example. | +| agent/valory/test_abci/0.1.0 | `bafybeifd6psj7elnp4uxgkbj2wvihuvzvoiydpzj55mxpoc3ow5oyic7pu` | Agent for testing the ABCI connection. | +| agent/valory/register_reset_recovery/0.1.0 | `bafybeiairxx4ketm7yhjjraf4y5a7qjt7prgm43yulf5rst4it24igp6k4` | Agent to showcase hard reset as a recovery mechanism. | +| agent/valory/offend_slash/0.1.0 | `bafybeigkbue7uzbodge3umyucuikrcdue2viqzcfuxk7hxcr3mld7sjese` | Offend and slash to test the slashing feature. | +| agent/valory/solana_transfer_agent/0.1.0 | `bafybeic6lstxskhdq7ss3q7ugolntwkjnhttksinrgm6mpzi2gnuhdzdg4` | Register terminate to test the termination feature. | +| service/valory/counter/0.1.0 | `bafybeifuo5t3rf2ffgxhl6hblukjpqikpte276ecq5d44umrqj2dk4qhga` | A set of agents incrementing a counter | +| service/valory/register_reset/0.1.0 | `bafybeifknstopql4yxtbh4gtuvprpz6kt2kidhdkm4gapoocjovkvueloe` | Test and debug tendermint reset mechanism. | | protocol/open_aea/signing/1.0.0 | `bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi` | A protocol for communication between skills and decision maker. | | protocol/valory/acn/1.1.0 | `bafybeidluaoeakae3exseupaea4i3yvvk5vivyt227xshjlffywwxzcxqe` | The protocol used for envelope delivery on the ACN. | | protocol/valory/http/1.0.0 | `bafybeifugzl63kfdmwrxwphrnrhj7bn6iruxieme3a4ntzejf6kmtuwmae` | A protocol for HTTP requests and responses. | diff --git a/packages/packages.json b/packages/packages.json index 26b1236fc9..33c0619bf8 100644 --- a/packages/packages.json +++ b/packages/packages.json @@ -3,51 +3,51 @@ "protocol/valory/abci/0.1.0": "bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u", "protocol/valory/tendermint/0.1.0": "bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra", "protocol/valory/ipfs/0.1.0": "bafybeiftxi2qhreewgsc5wevogi7yc5g6hbcbo4uiuaibauhv3nhfcdtvm", - "contract/valory/gnosis_safe_proxy_factory/0.1.0": "bafybeicpcpyurm7gxir2gnlsgzeirzomkhcbnzr5txk67zdf4mmg737rtu", + "contract/valory/gnosis_safe_proxy_factory/0.1.0": "bafybeibcq4gedbqxrvg2lwj3gwcxoyfa45x3s2qiefiru6epudzu4dhjr4", "contract/valory/component_registry/0.1.0": "bafybeiepywewigowj533f55orx7oys3kk5lgdc247p2267scqfyp4gnqle", "contract/valory/agent_registry/0.1.0": "bafybeignghdk7oqvyg722gz66tbuj2vj4vkatguj4b6lf5fqzqxkktcke4", "contract/valory/registries_manager/0.1.0": "bafybeicqf5y3kj42ow45hjcmnglose5n7bwpm2zl3ufuuevou24ewmgbde", "contract/valory/service_manager/0.1.0": "bafybeibmqewfh5wnayopneyv4vx35n5k7loavzmcazyevntdoskw7vasom", - "contract/valory/service_registry/0.1.0": "bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq", - "contract/valory/gnosis_safe/0.1.0": "bafybeib375xmvcplw7ageic2np3hq4yqeijrvd5kl7rrdnyvswats6ngmm", + "contract/valory/service_registry/0.1.0": "bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m", + "contract/valory/gnosis_safe/0.1.0": "bafybeihjaxefx27ppcghwmnsehbrqqmhwkiur5mprpsdp7tluge7zzwqgm", "contract/valory/multisend/0.1.0": "bafybeig5byt5urg2d2bsecufxe5ql7f4mezg3mekfleeh32nmuusx66p4y", "contract/valory/erc20/0.1.0": "bafybeib7ctk3deleyxayrqvropewefr2muj4kcqe3t3wscak25bjmxnqwe", "contract/valory/service_registry_token_utility/0.1.0": "bafybeifdia2y5546tvk6xzxeaqzf2n5n7dutj2hdzbgenxohaqhjtnjqm4", "contract/valory/squads_multisig/0.1.0": "bafybeif3yfw3a3mk4bqlgtnmj3vgajw7p54co57reh4rfunmiifd7s5syu", "contract/valory/multicall2/0.1.0": "bafybeibwmwj4thovk346jgg7s3fmakiqxglhx2ykloz7qdavwde3c4p74m", - "connection/valory/abci/0.1.0": "bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu", + "connection/valory/abci/0.1.0": "bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq", "connection/valory/ipfs/0.1.0": "bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm", - "skill/valory/test_ipfs_abci/0.1.0": "bafybeidbvt6n2sazz3cyjqxryrdcffnu3vjk3fxpu6smlvcfjrxjpcgema", - "skill/valory/abstract_abci/0.1.0": "bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu", - "skill/valory/abstract_round_abci/0.1.0": "bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm", - "skill/valory/transaction_settlement_abci/0.1.0": "bafybeielv6eivt2z6nforq43xewl2vmpfwpdu2s2vfogobziljnwsclmlm", - "skill/valory/registration_abci/0.1.0": "bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey", - "skill/valory/reset_pause_abci/0.1.0": "bafybeif4lgvbzsmzljesxbphycdv52ka7qnihyjrjpfaseclxadcmm6yiq", - "skill/valory/termination_abci/0.1.0": "bafybeiekkpo5qef5zaeagm3si6v45qxcojvtjqe4a5ceccvk4q7k3xi3bi", - "skill/valory/counter/0.1.0": "bafybeialdorxwocgjdm5w76axnp7uxsz324exbxblhz5dg4hyqg2muuxae", + "skill/valory/test_ipfs_abci/0.1.0": "bafybeigyvkfj3yyi3qtqs477f7sdimohwguota2hr5pitnkf7xiiiq7dde", + "skill/valory/abstract_abci/0.1.0": "bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq", + "skill/valory/abstract_round_abci/0.1.0": "bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm", + "skill/valory/transaction_settlement_abci/0.1.0": "bafybeie3tjka4hwcvtg2rm5n6peazpskzuhg2p4zykdcypjotouclqw2ui", + "skill/valory/registration_abci/0.1.0": "bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum", + "skill/valory/reset_pause_abci/0.1.0": "bafybeib6yae55mfof2yamd7plwr6twuxobfvpurm4bede6rhcqhllyoxnm", + "skill/valory/termination_abci/0.1.0": "bafybeigq3ehr5gvaysomh6lo4j6vmgyw2dgdemsoxzf5kxjanktbibgci4", + "skill/valory/counter/0.1.0": "bafybeiczhorpefldxwbw4dvvpgdcpg45zenaiqujuhgab227q3q3k2s3su", "skill/valory/counter_client/0.1.0": "bafybeih2hz7bvltfnlw7cgjrwgjdw3xgejwcnkxry7i6ajcspwcw2hrb3e", - "skill/valory/register_reset_abci/0.1.0": "bafybeig7pidn6lwlemvsvce36trx67gcpbhvfnspjsf22v372465sbs6ie", - "skill/valory/register_termination_abci/0.1.0": "bafybeiekfcqvmckechd4mzcoay4w6zysvr6tl6d2fwllqnvtw2obrv3l6i", - "skill/valory/test_abci/0.1.0": "bafybeiaof6uytyfoscvib3wgymf7fptetsfso2fnwzsnkuxnxiveuecjka", - "skill/valory/register_reset_recovery_abci/0.1.0": "bafybeiefwcxqa26axweimxcikhkeudsaqpt6qbgqw7aj2amojicn4kpdwq", - "skill/valory/slashing_abci/0.1.0": "bafybeihomy4zxbddpuddm4ulxrh5bh2tnewo7jvxuxrm7tn5w7rp2wr7ey", - "skill/valory/offend_abci/0.1.0": "bafybeic23x36evdndc7wif7dj6ix4gdq7nxljj5uc2tubes5zxixhckjvu", - "skill/valory/offend_slash_abci/0.1.0": "bafybeibij4trfiqn3qz4flhalkwxjghl54puabb7hv7l3tbi4ayjyl3uam", - "skill/valory/squads_transaction_settlement_abci/0.1.0": "bafybeic3slgilshi7i7mznf2xmblyudjzet6djd7wg4vprhruf66zppmje", - "skill/valory/test_solana_tx_abci/0.1.0": "bafybeig3uggm2q2o5pydn53ni6vss45a5xx3dlf7ezqzysuaiekbmvuivq", - "agent/valory/test_ipfs/0.1.0": "bafybeiahjvbxk6e7snaghygeo4p4l66fyrksruajaewzqjogsytxcjxjbi", - "agent/valory/abstract_abci/0.1.0": "bafybeifvy2yhz5525vi4dckzo6wp7xzwsyslmuz7c3wk7g2o7cucha45wu", - "agent/valory/counter/0.1.0": "bafybeigjqax56t6ay7vculxb3ajtwwx4dcwnk6y6wgo5qyn5go3janwyk4", + "skill/valory/register_reset_abci/0.1.0": "bafybeieepo5xipv2pg5374aamx73kilw65gdv3g3r65vtzvarje2atdlce", + "skill/valory/register_termination_abci/0.1.0": "bafybeicozwc7fm6djguapqkwha4gmhnbgoh5lkm56wuinmzvsjge5wqtsu", + "skill/valory/test_abci/0.1.0": "bafybeihpifogbya32alitepjt6lgedd7aopui34ikeenbxrhytd44qtukq", + "skill/valory/register_reset_recovery_abci/0.1.0": "bafybeihcw746pc6jalypa2u3bc4vtfsitzqqe2ayko53sshfxz7upj567i", + "skill/valory/slashing_abci/0.1.0": "bafybeigisnogt7acjqm7c7zydojtcsvy5ahxn3kjelncjvgr2lembt3kum", + "skill/valory/offend_abci/0.1.0": "bafybeia6z3loppvpwlkil5aqxk65ijyn3skkgluybfkz3xsxq7sjlv2mra", + "skill/valory/offend_slash_abci/0.1.0": "bafybeifmv3ykgh6tqtqmt4powoszrqe2p4wcgwe232rfldpam2duyluuxq", + "skill/valory/squads_transaction_settlement_abci/0.1.0": "bafybeiclwwyh3w5gzdmqa5u6diwdycgrenh52dy5zvbtyjh2pidae3vwnm", + "skill/valory/test_solana_tx_abci/0.1.0": "bafybeih5rs6naly7ylsmxg2sttgegkowrehnqwjpqg6sehktd3ytpgdn7e", + "agent/valory/test_ipfs/0.1.0": "bafybeie5i3jq4ptdsanieggil6eo2gmdlc2mjxlz66qgxxruztl72ogqdq", + "agent/valory/abstract_abci/0.1.0": "bafybeic3irlrci2cumvf527m3y3ce3sny7hgkov5xla6dbrbyff427q32i", + "agent/valory/counter/0.1.0": "bafybeicmkzuopqjckrjrbbnr6pj7w54acyr4cupwx7chyxmanw3xbvmvdu", "agent/valory/counter_client/0.1.0": "bafybeigtaripyr6ek73uibrvqdvx5p6gdfejwghjdkiqzal2cxv6bi4rk4", - "agent/valory/register_reset/0.1.0": "bafybeia4pxlphcvco3ttlv3tytklriwvuwxxxr5m2tdry32yc5vogxtm7u", - "agent/valory/register_termination/0.1.0": "bafybeid7l7rzqv3p5tjbxv5tbk6sizsvfe2hjorcd4klqrjbs3j5zdnzpq", - "agent/valory/registration_start_up/0.1.0": "bafybeia27jukbygvhnlzwwdjszks3j3uayq7iedjcw2eg3d4l27skfmwli", - "agent/valory/test_abci/0.1.0": "bafybeigcerugxqffvlkdhjmg6whyiguavvkuwkw3fu77toqugjidxgpajq", - "agent/valory/register_reset_recovery/0.1.0": "bafybeiaipn7cybaxkvhemgj67nm4po7liroyccjzpvjxdf6nx7mqzv5l3a", - "agent/valory/offend_slash/0.1.0": "bafybeibr2vuwngeqnul7mcyou7d5hknq6lf5oxmrl636hcu7bpqjurxkay", - "agent/valory/solana_transfer_agent/0.1.0": "bafybeignnwek2aqn6gcfktkzkwmgo3oelzw5coogpea4vaowa2ij3rds2m", - "service/valory/counter/0.1.0": "bafybeigy2n275dd53da44mxxq7uysindxp3u7eriv4kd3bkcvc7pq2csam", - "service/valory/register_reset/0.1.0": "bafybeibchuenquuc6moh6frkejrpny6iydsutyqkogbpfqwxbrdibf7oue" + "agent/valory/register_reset/0.1.0": "bafybeiehtgg3jw5q5wulxeko5lsh7sxjzm2lpt2fjon7ik6pslqu2wcose", + "agent/valory/register_termination/0.1.0": "bafybeigxv6zxhyravhbfpna2ic5hynz3omaz6b43t7qfhmpbmvpwjevsz4", + "agent/valory/registration_start_up/0.1.0": "bafybeigjpbl4igywgbithjfm3dbyraaftnw6detxb3cwegosobm35kiiqi", + "agent/valory/test_abci/0.1.0": "bafybeifd6psj7elnp4uxgkbj2wvihuvzvoiydpzj55mxpoc3ow5oyic7pu", + "agent/valory/register_reset_recovery/0.1.0": "bafybeiairxx4ketm7yhjjraf4y5a7qjt7prgm43yulf5rst4it24igp6k4", + "agent/valory/offend_slash/0.1.0": "bafybeigkbue7uzbodge3umyucuikrcdue2viqzcfuxk7hxcr3mld7sjese", + "agent/valory/solana_transfer_agent/0.1.0": "bafybeic6lstxskhdq7ss3q7ugolntwkjnhttksinrgm6mpzi2gnuhdzdg4", + "service/valory/counter/0.1.0": "bafybeifuo5t3rf2ffgxhl6hblukjpqikpte276ecq5d44umrqj2dk4qhga", + "service/valory/register_reset/0.1.0": "bafybeifknstopql4yxtbh4gtuvprpz6kt2kidhdkm4gapoocjovkvueloe" }, "third_party": { "protocol/open_aea/signing/1.0.0": "bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi", diff --git a/packages/valory/agents/abstract_abci/aea-config.yaml b/packages/valory/agents/abstract_abci/aea-config.yaml index 70b66225a3..7d01cbf087 100644 --- a/packages/valory/agents/abstract_abci/aea-config.yaml +++ b/packages/valory/agents/abstract_abci/aea-config.yaml @@ -11,14 +11,14 @@ fingerprint: tests/test_abstract_abci.py: bafybeic4hileugdjd6bwy4n5beqrjo5auwalz5twt3lyx6m62kb65nc6ca fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/p2p_libp2p_client:0.1.0:bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e contracts: [] protocols: - open_aea/signing:1.0.0:bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi - valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq default_ledger: ethereum required_ledgers: - ethereum diff --git a/packages/valory/agents/counter/aea-config.yaml b/packages/valory/agents/counter/aea-config.yaml index d168ba06aa..394218615c 100644 --- a/packages/valory/agents/counter/aea-config.yaml +++ b/packages/valory/agents/counter/aea-config.yaml @@ -11,15 +11,15 @@ fingerprint: tests/test_counter.py: bafybeiafaruvutgm65f6wnc4u5z37cyiizuttbpelgs4bpmimnjyp5tnj4 fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/p2p_libp2p_client:0.1.0:bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e contracts: [] protocols: - open_aea/signing:1.0.0:bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi - valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu -- valory/counter:0.1.0:bafybeialdorxwocgjdm5w76axnp7uxsz324exbxblhz5dg4hyqg2muuxae +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq +- valory/counter:0.1.0:bafybeiczhorpefldxwbw4dvvpgdcpg45zenaiqujuhgab227q3q3k2s3su default_ledger: ethereum required_ledgers: - ethereum diff --git a/packages/valory/agents/offend_slash/aea-config.yaml b/packages/valory/agents/offend_slash/aea-config.yaml index e557ebb5e3..d0544174a6 100644 --- a/packages/valory/agents/offend_slash/aea-config.yaml +++ b/packages/valory/agents/offend_slash/aea-config.yaml @@ -11,15 +11,15 @@ fingerprint: tests/test_offend_slash.py: bafybeideqlz3vfssoylvesyr4oualignptsjsbiqlzgoskpd7ru6vosg4m fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/http_client:0.23.0:bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u - valory/ipfs:0.1.0:bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm - valory/ledger:0.19.0:bafybeigntoericenpzvwejqfuc3kqzo2pscs76qoygg5dbj6f4zxusru5e - valory/p2p_libp2p_client:0.1.0:bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e contracts: -- valory/gnosis_safe:0.1.0:bafybeib375xmvcplw7ageic2np3hq4yqeijrvd5kl7rrdnyvswats6ngmm -- valory/gnosis_safe_proxy_factory:0.1.0:bafybeicpcpyurm7gxir2gnlsgzeirzomkhcbnzr5txk67zdf4mmg737rtu -- valory/service_registry:0.1.0:bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq +- valory/gnosis_safe:0.1.0:bafybeihjaxefx27ppcghwmnsehbrqqmhwkiur5mprpsdp7tluge7zzwqgm +- valory/gnosis_safe_proxy_factory:0.1.0:bafybeibcq4gedbqxrvg2lwj3gwcxoyfa45x3s2qiefiru6epudzu4dhjr4 +- valory/service_registry:0.1.0:bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m protocols: - open_aea/signing:1.0.0:bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi - valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u @@ -30,14 +30,14 @@ protocols: - valory/ledger_api:1.0.0:bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni - valory/tendermint:0.1.0:bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/offend_abci:0.1.0:bafybeic23x36evdndc7wif7dj6ix4gdq7nxljj5uc2tubes5zxixhckjvu -- valory/offend_slash_abci:0.1.0:bafybeibij4trfiqn3qz4flhalkwxjghl54puabb7hv7l3tbi4ayjyl3uam -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey -- valory/reset_pause_abci:0.1.0:bafybeif4lgvbzsmzljesxbphycdv52ka7qnihyjrjpfaseclxadcmm6yiq -- valory/slashing_abci:0.1.0:bafybeihomy4zxbddpuddm4ulxrh5bh2tnewo7jvxuxrm7tn5w7rp2wr7ey -- valory/transaction_settlement_abci:0.1.0:bafybeielv6eivt2z6nforq43xewl2vmpfwpdu2s2vfogobziljnwsclmlm +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/offend_abci:0.1.0:bafybeia6z3loppvpwlkil5aqxk65ijyn3skkgluybfkz3xsxq7sjlv2mra +- valory/offend_slash_abci:0.1.0:bafybeifmv3ykgh6tqtqmt4powoszrqe2p4wcgwe232rfldpam2duyluuxq +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum +- valory/reset_pause_abci:0.1.0:bafybeib6yae55mfof2yamd7plwr6twuxobfvpurm4bede6rhcqhllyoxnm +- valory/slashing_abci:0.1.0:bafybeigisnogt7acjqm7c7zydojtcsvy5ahxn3kjelncjvgr2lembt3kum +- valory/transaction_settlement_abci:0.1.0:bafybeie3tjka4hwcvtg2rm5n6peazpskzuhg2p4zykdcypjotouclqw2ui default_ledger: ethereum required_ledgers: - ethereum diff --git a/packages/valory/agents/register_reset/aea-config.yaml b/packages/valory/agents/register_reset/aea-config.yaml index ba7e7a9b95..00c92f37b6 100644 --- a/packages/valory/agents/register_reset/aea-config.yaml +++ b/packages/valory/agents/register_reset/aea-config.yaml @@ -22,7 +22,7 @@ fingerprint: tests/test_register_reset.py: bafybeiecdipytoorhfpecbzd5pyx7e5zjpxsjc6yyqxezq2q6bhz7yuk7i fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/http_client:0.23.0:bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u - valory/ipfs:0.1.0:bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm - valory/ledger:0.19.0:bafybeigntoericenpzvwejqfuc3kqzo2pscs76qoygg5dbj6f4zxusru5e @@ -34,11 +34,11 @@ protocols: - valory/http:1.0.0:bafybeifugzl63kfdmwrxwphrnrhj7bn6iruxieme3a4ntzejf6kmtuwmae - valory/ipfs:0.1.0:bafybeiftxi2qhreewgsc5wevogi7yc5g6hbcbo4uiuaibauhv3nhfcdtvm skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/register_reset_abci:0.1.0:bafybeig7pidn6lwlemvsvce36trx67gcpbhvfnspjsf22v372465sbs6ie -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey -- valory/reset_pause_abci:0.1.0:bafybeif4lgvbzsmzljesxbphycdv52ka7qnihyjrjpfaseclxadcmm6yiq +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/register_reset_abci:0.1.0:bafybeieepo5xipv2pg5374aamx73kilw65gdv3g3r65vtzvarje2atdlce +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum +- valory/reset_pause_abci:0.1.0:bafybeib6yae55mfof2yamd7plwr6twuxobfvpurm4bede6rhcqhllyoxnm default_ledger: ethereum required_ledgers: - ethereum diff --git a/packages/valory/agents/register_reset_recovery/aea-config.yaml b/packages/valory/agents/register_reset_recovery/aea-config.yaml index a0b93dc4d0..6d3894d027 100644 --- a/packages/valory/agents/register_reset_recovery/aea-config.yaml +++ b/packages/valory/agents/register_reset_recovery/aea-config.yaml @@ -12,7 +12,7 @@ fingerprint: tests/test_register_reset_recovery.py: bafybeiajrzfeqcdvapjhdjggyxya2g3gdxboodpagld6uyclrsrfsiri7u fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/http_client:0.23.0:bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u - valory/ipfs:0.1.0:bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm - valory/ledger:0.19.0:bafybeigntoericenpzvwejqfuc3kqzo2pscs76qoygg5dbj6f4zxusru5e @@ -24,10 +24,10 @@ protocols: - valory/http:1.0.0:bafybeifugzl63kfdmwrxwphrnrhj7bn6iruxieme3a4ntzejf6kmtuwmae - valory/ipfs:0.1.0:bafybeiftxi2qhreewgsc5wevogi7yc5g6hbcbo4uiuaibauhv3nhfcdtvm skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/register_reset_recovery_abci:0.1.0:bafybeiefwcxqa26axweimxcikhkeudsaqpt6qbgqw7aj2amojicn4kpdwq -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/register_reset_recovery_abci:0.1.0:bafybeihcw746pc6jalypa2u3bc4vtfsitzqqe2ayko53sshfxz7upj567i +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum default_ledger: ethereum required_ledgers: - ethereum diff --git a/packages/valory/agents/register_termination/aea-config.yaml b/packages/valory/agents/register_termination/aea-config.yaml index 106ac865b9..43f5556d85 100644 --- a/packages/valory/agents/register_termination/aea-config.yaml +++ b/packages/valory/agents/register_termination/aea-config.yaml @@ -12,16 +12,16 @@ fingerprint: tests/test_register_reset.py: bafybeieaeelbyrorts3akgsu7xp27jdsv5u7r4psatdxph2agvpym7em6m fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/http_client:0.23.0:bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u - valory/ipfs:0.1.0:bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm - valory/ledger:0.19.0:bafybeigntoericenpzvwejqfuc3kqzo2pscs76qoygg5dbj6f4zxusru5e - valory/p2p_libp2p_client:0.1.0:bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e contracts: -- valory/gnosis_safe:0.1.0:bafybeib375xmvcplw7ageic2np3hq4yqeijrvd5kl7rrdnyvswats6ngmm -- valory/gnosis_safe_proxy_factory:0.1.0:bafybeicpcpyurm7gxir2gnlsgzeirzomkhcbnzr5txk67zdf4mmg737rtu +- valory/gnosis_safe:0.1.0:bafybeihjaxefx27ppcghwmnsehbrqqmhwkiur5mprpsdp7tluge7zzwqgm +- valory/gnosis_safe_proxy_factory:0.1.0:bafybeibcq4gedbqxrvg2lwj3gwcxoyfa45x3s2qiefiru6epudzu4dhjr4 - valory/multisend:0.1.0:bafybeig5byt5urg2d2bsecufxe5ql7f4mezg3mekfleeh32nmuusx66p4y -- valory/service_registry:0.1.0:bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq +- valory/service_registry:0.1.0:bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m protocols: - open_aea/signing:1.0.0:bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi - valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u @@ -32,13 +32,13 @@ protocols: - valory/ledger_api:1.0.0:bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni - valory/tendermint:0.1.0:bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/register_termination_abci:0.1.0:bafybeiekfcqvmckechd4mzcoay4w6zysvr6tl6d2fwllqnvtw2obrv3l6i -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey -- valory/reset_pause_abci:0.1.0:bafybeif4lgvbzsmzljesxbphycdv52ka7qnihyjrjpfaseclxadcmm6yiq -- valory/termination_abci:0.1.0:bafybeiekkpo5qef5zaeagm3si6v45qxcojvtjqe4a5ceccvk4q7k3xi3bi -- valory/transaction_settlement_abci:0.1.0:bafybeielv6eivt2z6nforq43xewl2vmpfwpdu2s2vfogobziljnwsclmlm +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/register_termination_abci:0.1.0:bafybeicozwc7fm6djguapqkwha4gmhnbgoh5lkm56wuinmzvsjge5wqtsu +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum +- valory/reset_pause_abci:0.1.0:bafybeib6yae55mfof2yamd7plwr6twuxobfvpurm4bede6rhcqhllyoxnm +- valory/termination_abci:0.1.0:bafybeigq3ehr5gvaysomh6lo4j6vmgyw2dgdemsoxzf5kxjanktbibgci4 +- valory/transaction_settlement_abci:0.1.0:bafybeie3tjka4hwcvtg2rm5n6peazpskzuhg2p4zykdcypjotouclqw2ui default_ledger: ethereum required_ledgers: - ethereum diff --git a/packages/valory/agents/registration_start_up/aea-config.yaml b/packages/valory/agents/registration_start_up/aea-config.yaml index 3e4aae52a9..1a43168eaa 100644 --- a/packages/valory/agents/registration_start_up/aea-config.yaml +++ b/packages/valory/agents/registration_start_up/aea-config.yaml @@ -11,13 +11,13 @@ fingerprint: tests/test_registration.py: bafybeigt74zxs36342pvi6txs375vjiiiyzw3ren3f4jzfsskxzventlku fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/http_client:0.23.0:bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u - valory/ipfs:0.1.0:bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm - valory/ledger:0.19.0:bafybeigntoericenpzvwejqfuc3kqzo2pscs76qoygg5dbj6f4zxusru5e - valory/p2p_libp2p_client:0.1.0:bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e contracts: -- valory/service_registry:0.1.0:bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq +- valory/service_registry:0.1.0:bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m protocols: - open_aea/signing:1.0.0:bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi - valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u @@ -28,9 +28,9 @@ protocols: - valory/ledger_api:1.0.0:bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni - valory/tendermint:0.1.0:bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum default_ledger: ethereum required_ledgers: - ethereum diff --git a/packages/valory/agents/solana_transfer_agent/aea-config.yaml b/packages/valory/agents/solana_transfer_agent/aea-config.yaml index d13c37b742..b610891c08 100644 --- a/packages/valory/agents/solana_transfer_agent/aea-config.yaml +++ b/packages/valory/agents/solana_transfer_agent/aea-config.yaml @@ -12,13 +12,13 @@ fingerprint: tests/test_register_reset.py: bafybeibkkl43yfexlyizdyeabw2rjtzc55tdm27syk6wixdrcdsxeno53a fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/http_client:0.23.0:bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u - valory/ipfs:0.1.0:bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm - valory/ledger:0.19.0:bafybeigntoericenpzvwejqfuc3kqzo2pscs76qoygg5dbj6f4zxusru5e - valory/p2p_libp2p_client:0.1.0:bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e contracts: -- valory/service_registry:0.1.0:bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq +- valory/service_registry:0.1.0:bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m - valory/squads_multisig:0.1.0:bafybeif3yfw3a3mk4bqlgtnmj3vgajw7p54co57reh4rfunmiifd7s5syu protocols: - open_aea/signing:1.0.0:bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi @@ -30,12 +30,12 @@ protocols: - valory/ledger_api:1.0.0:bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni - valory/tendermint:0.1.0:bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey -- valory/reset_pause_abci:0.1.0:bafybeif4lgvbzsmzljesxbphycdv52ka7qnihyjrjpfaseclxadcmm6yiq -- valory/squads_transaction_settlement_abci:0.1.0:bafybeic3slgilshi7i7mznf2xmblyudjzet6djd7wg4vprhruf66zppmje -- valory/test_solana_tx_abci:0.1.0:bafybeig3uggm2q2o5pydn53ni6vss45a5xx3dlf7ezqzysuaiekbmvuivq +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum +- valory/reset_pause_abci:0.1.0:bafybeib6yae55mfof2yamd7plwr6twuxobfvpurm4bede6rhcqhllyoxnm +- valory/squads_transaction_settlement_abci:0.1.0:bafybeiclwwyh3w5gzdmqa5u6diwdycgrenh52dy5zvbtyjh2pidae3vwnm +- valory/test_solana_tx_abci:0.1.0:bafybeih5rs6naly7ylsmxg2sttgegkowrehnqwjpqg6sehktd3ytpgdn7e default_ledger: solana required_ledgers: - solana diff --git a/packages/valory/agents/test_abci/aea-config.yaml b/packages/valory/agents/test_abci/aea-config.yaml index 944973125e..efe53458b0 100644 --- a/packages/valory/agents/test_abci/aea-config.yaml +++ b/packages/valory/agents/test_abci/aea-config.yaml @@ -8,7 +8,7 @@ fingerprint: README.md: bafybeib2s5p42rb4mbn7ag4jmjwutcm2mhvhb7q7vekxevr565crxkk6zy fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/http_client:0.23.0:bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u - valory/ipfs:0.1.0:bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm - valory/ledger:0.19.0:bafybeigntoericenpzvwejqfuc3kqzo2pscs76qoygg5dbj6f4zxusru5e @@ -22,9 +22,9 @@ protocols: - valory/ipfs:0.1.0:bafybeiftxi2qhreewgsc5wevogi7yc5g6hbcbo4uiuaibauhv3nhfcdtvm - valory/ledger_api:1.0.0:bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/test_abci:0.1.0:bafybeiaof6uytyfoscvib3wgymf7fptetsfso2fnwzsnkuxnxiveuecjka +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/test_abci:0.1.0:bafybeihpifogbya32alitepjt6lgedd7aopui34ikeenbxrhytd44qtukq default_ledger: ethereum required_ledgers: - ethereum diff --git a/packages/valory/agents/test_ipfs/aea-config.yaml b/packages/valory/agents/test_ipfs/aea-config.yaml index a5e8272a3c..e916cde35d 100644 --- a/packages/valory/agents/test_ipfs/aea-config.yaml +++ b/packages/valory/agents/test_ipfs/aea-config.yaml @@ -11,13 +11,13 @@ fingerprint: tests/test_ipfs.py: bafybeib5fxk5gjuqyevp2rvzcjnyjfuwhfapappohc32xn7rnuu6lpwws4 fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/http_client:0.23.0:bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u - valory/ipfs:0.1.0:bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm - valory/ledger:0.19.0:bafybeigntoericenpzvwejqfuc3kqzo2pscs76qoygg5dbj6f4zxusru5e - valory/p2p_libp2p_client:0.1.0:bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e contracts: -- valory/service_registry:0.1.0:bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq +- valory/service_registry:0.1.0:bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m protocols: - open_aea/signing:1.0.0:bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi - valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u @@ -28,9 +28,9 @@ protocols: - valory/ledger_api:1.0.0:bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni - valory/tendermint:0.1.0:bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/test_ipfs_abci:0.1.0:bafybeidbvt6n2sazz3cyjqxryrdcffnu3vjk3fxpu6smlvcfjrxjpcgema +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/test_ipfs_abci:0.1.0:bafybeigyvkfj3yyi3qtqs477f7sdimohwguota2hr5pitnkf7xiiiq7dde default_ledger: ethereum required_ledgers: - ethereum diff --git a/packages/valory/contracts/gnosis_safe/contract.yaml b/packages/valory/contracts/gnosis_safe/contract.yaml index 210476c6c3..23349e6979 100644 --- a/packages/valory/contracts/gnosis_safe/contract.yaml +++ b/packages/valory/contracts/gnosis_safe/contract.yaml @@ -15,7 +15,7 @@ fingerprint: tests/test_contract.py: bafybeidb4mrkkj6esxejlqdwx3m7skh2fdskqermxpuiuqpkyvkzb4ndyy fingerprint_ignore_patterns: [] contracts: -- valory/gnosis_safe_proxy_factory:0.1.0:bafybeicpcpyurm7gxir2gnlsgzeirzomkhcbnzr5txk67zdf4mmg737rtu +- valory/gnosis_safe_proxy_factory:0.1.0:bafybeibcq4gedbqxrvg2lwj3gwcxoyfa45x3s2qiefiru6epudzu4dhjr4 class_name: GnosisSafeContract contract_interface_paths: ethereum: build/GnosisSafe_V1_3_0.json diff --git a/packages/valory/services/counter/service.yaml b/packages/valory/services/counter/service.yaml index fcfe70174b..738ea97c76 100644 --- a/packages/valory/services/counter/service.yaml +++ b/packages/valory/services/counter/service.yaml @@ -8,7 +8,7 @@ fingerprint: README.md: bafybeidoybzzjch4djhhafqm4e4jcrpaqmlthntcnonlsjtowwpykbc5xi fingerprint_ignore_patterns: [] number_of_agents: 1 -agent: valory/counter:0.1.0:bafybeigjqax56t6ay7vculxb3ajtwwx4dcwnk6y6wgo5qyn5go3janwyk4 +agent: valory/counter:0.1.0:bafybeicmkzuopqjckrjrbbnr6pj7w54acyr4cupwx7chyxmanw3xbvmvdu deployment: {} dependencies: {} --- diff --git a/packages/valory/services/register_reset/service.yaml b/packages/valory/services/register_reset/service.yaml index 16d99ff590..2879c2e237 100644 --- a/packages/valory/services/register_reset/service.yaml +++ b/packages/valory/services/register_reset/service.yaml @@ -1,7 +1,7 @@ name: register_reset author: valory version: 0.1.0 -agent: valory/register_reset:0.1.0:bafybeia4pxlphcvco3ttlv3tytklriwvuwxxxr5m2tdry32yc5vogxtm7u +agent: valory/register_reset:0.1.0:bafybeiehtgg3jw5q5wulxeko5lsh7sxjzm2lpt2fjon7ik6pslqu2wcose number_of_agents: 4 description: Test and debug tendermint reset mechanism. aea_version: '>=1.0.0, <2.0.0' diff --git a/packages/valory/skills/abstract_abci/skill.yaml b/packages/valory/skills/abstract_abci/skill.yaml index af14f0b10a..7ee0993ad8 100644 --- a/packages/valory/skills/abstract_abci/skill.yaml +++ b/packages/valory/skills/abstract_abci/skill.yaml @@ -15,7 +15,7 @@ fingerprint: tests/test_handlers.py: bafybeieeuwtu35ddaevr2wgnk33l7kdhrx7ruoeb5jiltiyn65ufdcnopu fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq contracts: [] protocols: - valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u diff --git a/packages/valory/skills/abstract_round_abci/skill.yaml b/packages/valory/skills/abstract_round_abci/skill.yaml index 50abeae689..36b9df415c 100644 --- a/packages/valory/skills/abstract_round_abci/skill.yaml +++ b/packages/valory/skills/abstract_round_abci/skill.yaml @@ -60,13 +60,13 @@ fingerprint: utils.py: bafybeidbha3c3tcxo4lhucyx2x6yra4z2p2fp6sucqqzhxanbvgrraykbi fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq - valory/http_client:0.23.0:bafybeihi772xgzpqeipp3fhmvpct4y6e6tpjp4sogwqrnf3wqspgeilg4u - valory/ipfs:0.1.0:bafybeiegnapkvkamis47v5ioza2haerrjdzzb23rptpmcydyneas7jc2wm - valory/ledger:0.19.0:bafybeigntoericenpzvwejqfuc3kqzo2pscs76qoygg5dbj6f4zxusru5e - valory/p2p_libp2p_client:0.1.0:bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e contracts: -- valory/service_registry:0.1.0:bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq +- valory/service_registry:0.1.0:bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m protocols: - open_aea/signing:1.0.0:bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi - valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u @@ -76,7 +76,7 @@ protocols: - valory/ledger_api:1.0.0:bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni - valory/tendermint:0.1.0:bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq behaviours: main: args: {} diff --git a/packages/valory/skills/counter/skill.yaml b/packages/valory/skills/counter/skill.yaml index 8694b038e3..4ff08ea905 100644 --- a/packages/valory/skills/counter/skill.yaml +++ b/packages/valory/skills/counter/skill.yaml @@ -14,12 +14,12 @@ fingerprint: tests/test_counter.py: bafybeiazi36djqnjzu5t6rn72mngsmntoqz7z7wqa53z3lccgblgsycnbi fingerprint_ignore_patterns: [] connections: -- valory/abci:0.1.0:bafybeiejymu4ul62zx6weoibnlsrfprfpjnplhjefz6sr6izgdr4sajlnu +- valory/abci:0.1.0:bafybeibvb5gixohtgx22oymwlb2nntdzicdu2jkbs66azvmag6zf7vgfoq contracts: [] protocols: - valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq behaviours: {} handlers: abci: diff --git a/packages/valory/skills/offend_abci/skill.yaml b/packages/valory/skills/offend_abci/skill.yaml index b2dd454522..51f37362d2 100644 --- a/packages/valory/skills/offend_abci/skill.yaml +++ b/packages/valory/skills/offend_abci/skill.yaml @@ -27,7 +27,7 @@ connections: [] contracts: [] protocols: [] skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm behaviours: main: args: {} diff --git a/packages/valory/skills/offend_slash_abci/skill.yaml b/packages/valory/skills/offend_slash_abci/skill.yaml index af442d3576..d5509293a0 100644 --- a/packages/valory/skills/offend_slash_abci/skill.yaml +++ b/packages/valory/skills/offend_slash_abci/skill.yaml @@ -23,11 +23,11 @@ connections: [] contracts: [] protocols: [] skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/offend_abci:0.1.0:bafybeic23x36evdndc7wif7dj6ix4gdq7nxljj5uc2tubes5zxixhckjvu -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey -- valory/reset_pause_abci:0.1.0:bafybeif4lgvbzsmzljesxbphycdv52ka7qnihyjrjpfaseclxadcmm6yiq -- valory/slashing_abci:0.1.0:bafybeihomy4zxbddpuddm4ulxrh5bh2tnewo7jvxuxrm7tn5w7rp2wr7ey +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/offend_abci:0.1.0:bafybeia6z3loppvpwlkil5aqxk65ijyn3skkgluybfkz3xsxq7sjlv2mra +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum +- valory/reset_pause_abci:0.1.0:bafybeib6yae55mfof2yamd7plwr6twuxobfvpurm4bede6rhcqhllyoxnm +- valory/slashing_abci:0.1.0:bafybeigisnogt7acjqm7c7zydojtcsvy5ahxn3kjelncjvgr2lembt3kum behaviours: main: args: {} diff --git a/packages/valory/skills/register_reset_abci/skill.yaml b/packages/valory/skills/register_reset_abci/skill.yaml index af83e38581..fc6e887d64 100644 --- a/packages/valory/skills/register_reset_abci/skill.yaml +++ b/packages/valory/skills/register_reset_abci/skill.yaml @@ -24,9 +24,9 @@ connections: [] contracts: [] protocols: [] skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey -- valory/reset_pause_abci:0.1.0:bafybeif4lgvbzsmzljesxbphycdv52ka7qnihyjrjpfaseclxadcmm6yiq +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum +- valory/reset_pause_abci:0.1.0:bafybeib6yae55mfof2yamd7plwr6twuxobfvpurm4bede6rhcqhllyoxnm behaviours: main: args: {} diff --git a/packages/valory/skills/register_reset_recovery_abci/skill.yaml b/packages/valory/skills/register_reset_recovery_abci/skill.yaml index 032a21c0cb..522554ef89 100644 --- a/packages/valory/skills/register_reset_recovery_abci/skill.yaml +++ b/packages/valory/skills/register_reset_recovery_abci/skill.yaml @@ -26,8 +26,8 @@ connections: [] contracts: [] protocols: [] skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum behaviours: main: args: {} diff --git a/packages/valory/skills/register_termination_abci/skill.yaml b/packages/valory/skills/register_termination_abci/skill.yaml index b4026e4dae..9aa5daa6c3 100644 --- a/packages/valory/skills/register_termination_abci/skill.yaml +++ b/packages/valory/skills/register_termination_abci/skill.yaml @@ -23,10 +23,10 @@ connections: [] contracts: [] protocols: [] skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey -- valory/reset_pause_abci:0.1.0:bafybeif4lgvbzsmzljesxbphycdv52ka7qnihyjrjpfaseclxadcmm6yiq -- valory/termination_abci:0.1.0:bafybeiekkpo5qef5zaeagm3si6v45qxcojvtjqe4a5ceccvk4q7k3xi3bi +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum +- valory/reset_pause_abci:0.1.0:bafybeib6yae55mfof2yamd7plwr6twuxobfvpurm4bede6rhcqhllyoxnm +- valory/termination_abci:0.1.0:bafybeigq3ehr5gvaysomh6lo4j6vmgyw2dgdemsoxzf5kxjanktbibgci4 behaviours: main: args: {} diff --git a/packages/valory/skills/registration_abci/skill.yaml b/packages/valory/skills/registration_abci/skill.yaml index 96f67f8546..75ce221bd1 100644 --- a/packages/valory/skills/registration_abci/skill.yaml +++ b/packages/valory/skills/registration_abci/skill.yaml @@ -26,13 +26,13 @@ fingerprint_ignore_patterns: [] connections: - valory/p2p_libp2p_client:0.1.0:bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e contracts: -- valory/service_registry:0.1.0:bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq +- valory/service_registry:0.1.0:bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m protocols: - valory/contract_api:1.0.0:bafybeidgu7o5llh26xp3u3ebq3yluull5lupiyeu6iooi2xyymdrgnzq5i - valory/http:1.0.0:bafybeifugzl63kfdmwrxwphrnrhj7bn6iruxieme3a4ntzejf6kmtuwmae - valory/tendermint:0.1.0:bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm behaviours: main: args: {} diff --git a/packages/valory/skills/reset_pause_abci/skill.yaml b/packages/valory/skills/reset_pause_abci/skill.yaml index ea426c8449..564a7a047d 100644 --- a/packages/valory/skills/reset_pause_abci/skill.yaml +++ b/packages/valory/skills/reset_pause_abci/skill.yaml @@ -26,7 +26,7 @@ connections: [] contracts: [] protocols: [] skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm behaviours: main: args: {} diff --git a/packages/valory/skills/slashing_abci/skill.yaml b/packages/valory/skills/slashing_abci/skill.yaml index 9e567dfd1a..6f1748cfa3 100644 --- a/packages/valory/skills/slashing_abci/skill.yaml +++ b/packages/valory/skills/slashing_abci/skill.yaml @@ -24,13 +24,13 @@ fingerprint: fingerprint_ignore_patterns: [] connections: [] contracts: -- valory/gnosis_safe:0.1.0:bafybeib375xmvcplw7ageic2np3hq4yqeijrvd5kl7rrdnyvswats6ngmm -- valory/service_registry:0.1.0:bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq +- valory/gnosis_safe:0.1.0:bafybeihjaxefx27ppcghwmnsehbrqqmhwkiur5mprpsdp7tluge7zzwqgm +- valory/service_registry:0.1.0:bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m protocols: - valory/contract_api:1.0.0:bafybeidgu7o5llh26xp3u3ebq3yluull5lupiyeu6iooi2xyymdrgnzq5i skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/transaction_settlement_abci:0.1.0:bafybeielv6eivt2z6nforq43xewl2vmpfwpdu2s2vfogobziljnwsclmlm +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/transaction_settlement_abci:0.1.0:bafybeie3tjka4hwcvtg2rm5n6peazpskzuhg2p4zykdcypjotouclqw2ui behaviours: main: args: {} diff --git a/packages/valory/skills/squads_transaction_settlement_abci/skill.yaml b/packages/valory/skills/squads_transaction_settlement_abci/skill.yaml index 4353d317e9..d0fa7d306a 100644 --- a/packages/valory/skills/squads_transaction_settlement_abci/skill.yaml +++ b/packages/valory/skills/squads_transaction_settlement_abci/skill.yaml @@ -21,7 +21,7 @@ contracts: protocols: - valory/contract_api:1.0.0:bafybeidgu7o5llh26xp3u3ebq3yluull5lupiyeu6iooi2xyymdrgnzq5i skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm behaviours: main: args: {} diff --git a/packages/valory/skills/termination_abci/skill.yaml b/packages/valory/skills/termination_abci/skill.yaml index 60f3a45118..6f7371acf4 100644 --- a/packages/valory/skills/termination_abci/skill.yaml +++ b/packages/valory/skills/termination_abci/skill.yaml @@ -23,14 +23,14 @@ fingerprint: fingerprint_ignore_patterns: [] connections: [] contracts: -- valory/gnosis_safe:0.1.0:bafybeib375xmvcplw7ageic2np3hq4yqeijrvd5kl7rrdnyvswats6ngmm +- valory/gnosis_safe:0.1.0:bafybeihjaxefx27ppcghwmnsehbrqqmhwkiur5mprpsdp7tluge7zzwqgm - valory/multisend:0.1.0:bafybeig5byt5urg2d2bsecufxe5ql7f4mezg3mekfleeh32nmuusx66p4y -- valory/service_registry:0.1.0:bafybeihafe524ilngwzavkhwz4er56p7nyar26lfm7lrksfiqvvzo3kdcq +- valory/service_registry:0.1.0:bafybeicjpbrvcuzad4aaf56r5gsd4sebmeqkytr3zsbvb54snix73pvz2m protocols: - valory/contract_api:1.0.0:bafybeidgu7o5llh26xp3u3ebq3yluull5lupiyeu6iooi2xyymdrgnzq5i skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/transaction_settlement_abci:0.1.0:bafybeielv6eivt2z6nforq43xewl2vmpfwpdu2s2vfogobziljnwsclmlm +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/transaction_settlement_abci:0.1.0:bafybeie3tjka4hwcvtg2rm5n6peazpskzuhg2p4zykdcypjotouclqw2ui behaviours: main: args: {} diff --git a/packages/valory/skills/test_abci/skill.yaml b/packages/valory/skills/test_abci/skill.yaml index 27f8bf62f9..502b6f7b24 100644 --- a/packages/valory/skills/test_abci/skill.yaml +++ b/packages/valory/skills/test_abci/skill.yaml @@ -26,8 +26,8 @@ connections: [] contracts: [] protocols: [] skills: -- valory/abstract_abci:0.1.0:bafybeidz54kvxhbdmpruzguuzzq7bjg4pekjb5amqobkxoy4oqknnobopu -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm +- valory/abstract_abci:0.1.0:bafybeidhxykmvnc35de2ne52vwncoowcvcsc6xwja4txg6j27wicadojuq +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm behaviours: main: args: {} diff --git a/packages/valory/skills/test_ipfs_abci/skill.yaml b/packages/valory/skills/test_ipfs_abci/skill.yaml index 5d1183a834..f304a51a96 100644 --- a/packages/valory/skills/test_ipfs_abci/skill.yaml +++ b/packages/valory/skills/test_ipfs_abci/skill.yaml @@ -27,7 +27,7 @@ connections: [] contracts: [] protocols: [] skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm behaviours: main: args: {} diff --git a/packages/valory/skills/test_solana_tx_abci/skill.yaml b/packages/valory/skills/test_solana_tx_abci/skill.yaml index b1e122e381..c37a0a07ad 100644 --- a/packages/valory/skills/test_solana_tx_abci/skill.yaml +++ b/packages/valory/skills/test_solana_tx_abci/skill.yaml @@ -23,10 +23,10 @@ contracts: protocols: - valory/contract_api:1.0.0:bafybeidgu7o5llh26xp3u3ebq3yluull5lupiyeu6iooi2xyymdrgnzq5i skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm -- valory/registration_abci:0.1.0:bafybeiffipsowrqrkhjoexem7ern5ob4fabgif7wa6gtlszcoaop2e3oey -- valory/reset_pause_abci:0.1.0:bafybeif4lgvbzsmzljesxbphycdv52ka7qnihyjrjpfaseclxadcmm6yiq -- valory/squads_transaction_settlement_abci:0.1.0:bafybeic3slgilshi7i7mznf2xmblyudjzet6djd7wg4vprhruf66zppmje +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm +- valory/registration_abci:0.1.0:bafybeihu4srivuolt4hdw6ovwl33p7bcsm44soaebqpfjvy32jbbtypwum +- valory/reset_pause_abci:0.1.0:bafybeib6yae55mfof2yamd7plwr6twuxobfvpurm4bede6rhcqhllyoxnm +- valory/squads_transaction_settlement_abci:0.1.0:bafybeiclwwyh3w5gzdmqa5u6diwdycgrenh52dy5zvbtyjh2pidae3vwnm behaviours: main: args: {} diff --git a/packages/valory/skills/transaction_settlement_abci/skill.yaml b/packages/valory/skills/transaction_settlement_abci/skill.yaml index d129b12b64..55e240d2d4 100644 --- a/packages/valory/skills/transaction_settlement_abci/skill.yaml +++ b/packages/valory/skills/transaction_settlement_abci/skill.yaml @@ -31,14 +31,14 @@ fingerprint: fingerprint_ignore_patterns: [] connections: [] contracts: -- valory/gnosis_safe:0.1.0:bafybeib375xmvcplw7ageic2np3hq4yqeijrvd5kl7rrdnyvswats6ngmm +- valory/gnosis_safe:0.1.0:bafybeihjaxefx27ppcghwmnsehbrqqmhwkiur5mprpsdp7tluge7zzwqgm protocols: - open_aea/signing:1.0.0:bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi - valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u - valory/contract_api:1.0.0:bafybeidgu7o5llh26xp3u3ebq3yluull5lupiyeu6iooi2xyymdrgnzq5i - valory/ledger_api:1.0.0:bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni skills: -- valory/abstract_round_abci:0.1.0:bafybeiajjzuh6vf23crp55humonknirvv2f4s3dmdlfzch6tc5ow52pcgm +- valory/abstract_round_abci:0.1.0:bafybeid3f7hted4j44fpmlg6hbjadtldir6k2jauo7gyptuezwpbvkqsrm behaviours: main: args: {} diff --git a/tests/test_autonomy/test_cli/test_analyse/test_specs.py b/tests/test_autonomy/test_cli/test_analyse/test_specs.py index e430a7984f..3ff429dc94 100644 --- a/tests/test_autonomy/test_cli/test_analyse/test_specs.py +++ b/tests/test_autonomy/test_cli/test_analyse/test_specs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2022-2023 Valory AG +# Copyright 2022-2024 Valory AG # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/test_autonomy/test_cli/test_scaffold_fsm.py b/tests/test_autonomy/test_cli/test_scaffold_fsm.py index 9402601018..eeed95590f 100644 --- a/tests/test_autonomy/test_cli/test_scaffold_fsm.py +++ b/tests/test_autonomy/test_cli/test_scaffold_fsm.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # ------------------------------------------------------------------------------ # -# Copyright 2022-2023 Valory AG +# Copyright 2022-2024 Valory AG # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From bf96bf22adaf05f06a693c8c65bd66554c7e7228 Mon Sep 17 00:00:00 2001 From: Adamantios Zaras Date: Wed, 16 Oct 2024 15:31:41 +0300 Subject: [PATCH 4/4] docs: update the upgrading guide Co-authored-by: Ojuswi Rastogi <55619686+OjusWiZard@users.noreply.github.com> --- docs/upgrading.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index 317614079d..2395a757d6 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -7,13 +7,13 @@ Below we describe the additional manual steps required to upgrade between differ ## `v0.16.1` to `v0.17.0` -- The structure of the build folder when using Docker has been updated. - The folder is now named `abci_build_{index}`, - where `{index}` is an incrementing number corresponding to the total number of existing builds, +- The structure of the build folder has been updated. + The folder is now named `abci_build_{uuid}`, + where `{uuid}` is a 4-character random hash, replacing the previous format of `abci_build`. - The naming convention for service containers has been revised. - Previously, containers were named `{service_name}_{abci|tm}_{index}`. - Now, the format has changed to `{service_name}_{abci|tm}_{uuid}`, + Previously, containers were named `{trimmed_service_name}_{abci|tm}_{index}`. + Now, the format has changed to `{trimmed_service_name}{uuid}_{abci|tm}_{index}`, where `{uuid}` is a unique identifier. ## `v0.16.0` to `v0.16.1`