Skip to content

Commit

Permalink
Merge pull request #91 from valory-xyz/feat/v1.6.0
Browse files Browse the repository at this point in the history
Feat/v1.6.0
  • Loading branch information
DavidMinarsch authored Mar 17, 2022
2 parents d95c69b + fd9e1ea commit 7ae20da
Show file tree
Hide file tree
Showing 43 changed files with 95 additions and 64 deletions.
13 changes: 13 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,19 @@ echos
config
fetch.ai.
Dockerfiles
8baller
8ball030
adamantios
vilela
dvilelaf
m.a.p.
karrenbelt
viraj
angrybayblade
pypi
hardhat
open-aea's
analyze
- docs/language-agnostic-definition.md
fetchai
protocol_id
Expand Down
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Release History - open AEA


## 1.6.0 (2022-03-17)

AEA:
- Adds support for packages hashing with `IPFSHashOnly` from `aea.helpers.ipfs.base`
- Updates the `aea run` command to print hash table for available packages in an agent project

Plugins:
- Makes error raising optional when sending transactions and adds error logging for the same

Docs:
- Adds documentation for the newly introduced profiling script
- Removes reference to `docs.fetch.ai`

Chores:
- Adds a script to analyze and visualize profiling data from agent runs
- Updates authors list


## 1.5.0 (2022-02-26)

AEA:
Expand Down
2 changes: 1 addition & 1 deletion aea/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__title__ = "open-aea"
__description__ = "Open Autonomous Economic Agent framework (without vendor lock-in)"
__url__ = "https://github.com/valory-xyz/open-aea.git"
__version__ = "1.5.0"
__version__ = "1.6.0"
__author__ = "Valory AG"
__license__ = "Apache-2.0"
__copyright__ = "2021 Valory AG, 2019 Fetch.AI Limited"
2 changes: 1 addition & 1 deletion deploy-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk add --no-cache go

# aea installation
RUN pip install --upgrade pip
RUN pip install --upgrade --force-reinstall open-aea[all]==1.5.0.post1
RUN pip install --upgrade --force-reinstall open-aea[all]==1.6.0.post1

# directories and aea cli config
COPY /.aea /home/.aea
Expand Down
2 changes: 1 addition & 1 deletion develop-image/docker-env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Swap the following lines if you want to work with 'latest'
DOCKER_IMAGE_TAG=valory/open-aea-develop:1.5.0
DOCKER_IMAGE_TAG=valory/open-aea-develop:1.6.0
# DOCKER_IMAGE_TAG=valory/open-aea-develop:latest

DOCKER_BUILD_CONTEXT_DIR=..
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ You will see the echo skill running in the terminal window (an output similar to
/ ___ \ | |___ / ___ \
/_/ \_\|_____|/_/ \_\

v1.5.0
v1.6.0

Starting AEA 'my_first_aea' in 'async' mode ...
info: Echo Handler: setup method called.
Expand Down
2 changes: 1 addition & 1 deletion examples/tac_deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk add --no-cache go

# aea installation
RUN python -m pip install --upgrade pip
RUN pip install --upgrade --force-reinstall aea[all]==1.5.0
RUN pip install --upgrade --force-reinstall aea[all]==1.6.0

# directories and aea cli config
COPY /.aea /home/.aea
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/acn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the acn protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.fetchai.protocols.acn.message import AcnMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/acn/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmTC2bW7X9szcSXsGo4x3CtK9WST4fc5r5Kv4mVsVcY4RM
__init__.py: QmWR44Db5wtu1HFePtE2DSRgAfeZ4cLo2ahVAN86kiNMKT
__init__.py: QmaHUMVtRYZusHPunBSfkSxuM7ZuRF5HmNJ6iajHEHhjua
acn.proto: QmVWvXETUNe7QZTvBgzwpofNP3suFthwyxbTVUqSx8mdnE
acn_pb2.py: Qmf3HYmJtGwugpCuWSmJEDVHwZcnCF6BWmeEouUSpBRs45
custom_types.py: QmS9xN5EPy8pZRbwpUdewH7TocNGCx7xv3GwupxSQRRVgM
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/contract_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the contract_api protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.fetchai.protocols.contract_api.message import ContractApiMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/contract_api/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmYJqcqfbCFE3LHMgok2xkP9z8myB9NNZsm6iR6NXh2HQF
__init__.py: QmUaPvVyXE9wTREMchSKrXKVX4TEFM8TM2mHBFGKA3RYAv
__init__.py: QmYA9rQhfNBGVvHEwcVpU6uiek3KskesfWeTv3R7ccHTya
contract_api.proto: QmVezvQ3vgN19nzJD1CfgvjHxjdaP4yLUSwaQDMQq85vUZ
contract_api_pb2.py: QmRp7JBW1HQGwShSagVLTpvQvEkQPqAZLqnTT2HkBpXBuk
custom_types.py: QmW9Ju9GnYc8A7sbG8RvR8NnTCf5sVfycYqotN6WZb76LG
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/default/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the default protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.fetchai.protocols.default.message import DefaultMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/default/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmNN1eJSSeAGs4uny1tqWkeQwyr6SVV2QgKAoPz18W5jnV
__init__.py: QmdWxoHuHyKnbuJ61j8zbXJ7ZpuduCGEsMFwsaEx4ppVVn
__init__.py: QmacccUut4KLfPM8QwJeVVWRVGgnwFvw91dfDhY9PbXiEs
custom_types.py: QmVbmxfpiHM8xDvsRvytPr4jmjD5Ktc5171fweYGBkXvBd
default.proto: QmWYzTSHVbz7FBS84iKFMhGSXPxay2mss29vY7ufz2BFJ8
default_pb2.py: QmRjBnFfnHHPygYmSdXfVp6A2FZ7PtrYKpdwTXxMYLwEGK
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/fipa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the fipa protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.fetchai.protocols.fipa.message import FipaMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/fipa/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmfZxjMzApLKdff7s77G6RKqsmXLdc18yLoMLpDsoV2C8c
__init__.py: QmPT9DEoVRzbyPfYLjKV8W7FWJqT1HhnDfXd5infCC8K8H
__init__.py: QmPtjAfa3ZsPMWFLD9Ta9BX5vNHWMoRxzRFQ2sRMh2w483
custom_types.py: Qmf72KRbkNsxxAHwMtkmJc5TRL23fU7AuzJAdSTftckwJQ
dialogues.py: QmRvjJDEbGyhTh1cF6kSbzf45F7bEXFpWMnTw4Yf2TBymL
fipa.proto: QmS7aXZ2JoG3oyMHWiPYoP9RJ7iChsoTC9KQLsj6vi3ejR
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/gym/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the gym protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.fetchai.protocols.gym.message import GymMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/gym/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmSrL3oujtXaSgrbxQzYD12oHjb5d55kNSFiZ4SA3jSNj1
__init__.py: QmYSQmtEi8ixmDaukcggtbc1grGD3r7EgzEYQbfccERh6G
__init__.py: QmUJwEqxzmUULS74dWqw8dBTL7xRWJNeps5ur3qJVArXT2
custom_types.py: QmTQSizkRh6awSk4J2cPGjidMcZ356bTyYxNG2HSgfkj9B
dialogues.py: QmYPuD9fkw6Rowu6eXJV5yaCjUe9jX9Ji3JSx3kQ6xaDKK
gym.proto: QmSYD1qtmNwKnfuTUtPGzbfW3kww4viJ714aRTPupLdV62
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/http/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the http protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.fetchai.protocols.http.message import HttpMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/http/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmVzD8i4VPm36TKUn8yfuswTJbeaMBSuSqb4amokQCDc9d
__init__.py: Qmdz2iToaHhyY1b3ykng5Ht5JCHsebuVj4p5jowo5Haaxn
__init__.py: QmbgdsMg8yGYF3hncML91zcoQRKYhHR46idwVsp3SCUWi6
dialogues.py: Qmc7ZyMiofAp95bwty32Ty3bgtEuWN2A76LWhKeYVpDNWj
http.proto: QmfJj4aoNpVCZs8HsQNmf1Zx2y8b9JbuPG2Dysow4LwRQU
http_pb2.py: QmeQd42QbVdvnjuW1Eqz9UGxn2GsdMgb1Ew4Vb52xN9DKk
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/ledger_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the ledger_api protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.fetchai.protocols.ledger_api.message import LedgerApiMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/ledger_api/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmUjEQqcfDm1F1ARmG2fVp9J6nBdeHrXQiFAPKawtgR1g6
__init__.py: QmQQh4bccAtrJXh4emZd1Us3gTs3TL1HiJmFKxPe6jFdUY
__init__.py: QmRUWSZQzcy38nniK9fNASchFbNtyMkgTrHwpEz6WcirLM
custom_types.py: QmT3aUh6HP2LaD5HziEEvjxVpv4G671P5EKV3rfh77epgy
dialogues.py: QmcYRdn3UNeyCD8aSrcrc19Witznb2LqeMwyNRCVFkBmDb
ledger_api.proto: QmdSbtU1eXT1ZLFZkdCzTpBD8NyDMWgiA4MJBoHJLdCkz3
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/oef_search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the oef_search protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.fetchai.protocols.oef_search.message import OefSearchMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/oef_search/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmRzU4RAYqfnDKxHv6iH9hmbG59uEJequ6CA4rwwbvgjuW
__init__.py: Qme2QfLcpLzxY2iuHk5rTqcmbNJPmsh5smc2JFhZHrZZbe
__init__.py: QmcrPfEJamm1eC6fgyb1UJfm8L2C98tSNdL6yQJ51ifgfU
custom_types.py: QmeyJUULbC8HuNbaU8kmQYau9BJo6gBkTTsZPFmk8ngtPf
dialogues.py: QmTQL6ccCPnYCwaFQiJGtuWQx5SbCXmukUaPainmreyFBZ
message.py: QmRAqT4QhYP4b3o1HbU1NcU6hpzoxRbyzv4PEYwVZbnV9T
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/state_update/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the state_update protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.fetchai.protocols.state_update.message import StateUpdateMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/state_update/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmXUyoQ3NTF9EBSSk7ENNRbCANwABKJvfbrKi2Pmoc2JkT
__init__.py: QmRPdcA71LHuSbb7cD1Czi3GTKUrkVd1hTvrUgV9oHyVjC
__init__.py: QmVbgoJhUwxoT4qfxSSfRdjBMqEmUySk8NEnh1EnLaRvo4
dialogues.py: QmPKGuXmBsC62b4WGojPrYNH1cXSWj4ir5oAS9v3xfZvKa
message.py: QmP9uR4AvQv1A1Fx41bVC3cbQj4veRuEY1yERCdV8HvcQj
serialization.py: QmZTJMieof5uL3zDQXRMnZso8Fs1CqgNn4Tua7DqihkFdk
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/tac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the tac protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.fetchai.protocols.tac.message import TacMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchai/protocols/tac/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmRKpjkcyW9vQUfVQFAZqTc8tXj6MeKQvwFseCaZcMt4AK
__init__.py: Qmaf7RymVHLgHsTtFnBNaCzLfU9yGnwaeacNSMiZfm1bBx
__init__.py: QmPDBxkjB2oQHUkLBweCB2afbLLKDT84KpSgAgkCAsg9jt
custom_types.py: QmNzs8yaVU3xL7XKA7WZWHyuEctAdj5UJLnZfompFvXf1i
dialogues.py: QmPmqYyKNJLrfS2kyuujoK4qMzeyJ9yfEQmWeETXXgZ7Lr
message.py: QmSSGEPx2kR2Q1bdXFCKxQAkt9RDXxwhoWeozf76MY2Kce
Expand Down
44 changes: 22 additions & 22 deletions packages/hashes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@ fetchai/connections/stub,QmXFpXZEYWQJ4r1ZadwsBiz2fRYWp1YtbeurFPH9sLHrXF
fetchai/connections/stub/connection.yaml,QmReHyTH7WfVzjz4zZ3bzzYqGopxG5saFdr8ZHqsjZVjXW
fetchai/contracts/erc1155,QmUGE8FyiyMSzue7rY8ymQYJWMxkhAhXdk6rsDrFoSX9hk
fetchai/contracts/erc1155/contract.yaml,QmeUXxLooHRNmxLRE6RwdzyEx3UXdT5udhgwJyeN6weg78
fetchai/protocols/acn,QmTWxiyAcz7m8VsRjGYTq2rQneDoBdYJFBYDJWfhfDd8u9
fetchai/protocols/acn/protocol.yaml,QmUs1MAZa4CeRB2gPrMakDE4AyzRVg3ThzDEZMN1L53eXi
fetchai/protocols/contract_api,QmeM2yeSRHoqMoJUBQQruexeXsk3oULJLCkmGCXtWAwFPi
fetchai/protocols/contract_api/protocol.yaml,QmPKeWbFNdgube211UgdgShwNugvJa6WfdY5FV7Hauo2Co
fetchai/protocols/default,QmRx9V1FeuUc3VGi3mmJhZk2pK6cn341zhauM9kzL9FyKJ
fetchai/protocols/default/protocol.yaml,QmW7nLuPwBcHQUMYvJsQsDWB2aL9zUs12jkNTS8fcoqnTY
fetchai/protocols/fipa,QmXQ8SLhscXisvc9NPHeP9av5M3GBE3B3Ht85oh74CSwhn
fetchai/protocols/fipa/protocol.yaml,QmWHdsxE7Gcy2rpw9Zr3b9dheVTYegNGu3AR2eQ5mxRTF3
fetchai/protocols/gym,QmT8EMMoZtHWRFhKYauZMLWKNj4qSZmPPfpETwjRvif1KA
fetchai/protocols/gym/protocol.yaml,QmfP9Pk3qAbyNXHVyJydyPfPMrrdbGMJhUvooQEQ3ha5Kr
fetchai/protocols/http,QmbL4VTu71kv6f23jt9ngbkVjU733JYMEZZ8W2o8TbR23z
fetchai/protocols/http/protocol.yaml,QmWoSwfwwzsyxsx5bYfmU7HyENuBbhh2YzSkjEsu2Se3u3
fetchai/protocols/ledger_api,QmWVCx65vpaC5tUeVYQyaSiF62Vd8jTavhvocngcxzAi68
fetchai/protocols/ledger_api/protocol.yaml,QmQgGoUDWBuG9NgXgfbqerg67BWRcFHMCdq5ToBX7cYaVn
fetchai/protocols/oef_search,QmaZzeEFokFfaPbiHpVHb2Y9JB39zWwEhd1QtqYWnXNRyc
fetchai/protocols/oef_search/protocol.yaml,QmY6McwaZzzAzg993s5xys9Dbrp1YzdcWZCNACqM68ijng
fetchai/protocols/state_update,QmPeKph6qGTZmjS7xAoqaBHthbatme86tcxc4CSWeHqe3v
fetchai/protocols/state_update/protocol.yaml,QmWjEKsEk9FyXiEenWVUJLvZ1shJdnnX9K9DbMq7vubUHt
fetchai/protocols/tac,QmPDmCjZVNX1YBdWZBaVUFR51wPKZTEYKrkvUhYPnVWLxX
fetchai/protocols/tac/protocol.yaml,QmWpWgg8Wr4RaxWWPiXMVyvEaFFoG2XWaicDHtUQaYPSZ3
fetchai/protocols/acn,Qmc6LtmvHQvQFTCRpxormE5Pbia3461X7XuFtDqG781vr3
fetchai/protocols/acn/protocol.yaml,QmUAAsBCA1xKBmrK9KdUyHBoUpqgpZXXbdPqAhwM12JfqC
fetchai/protocols/contract_api,QmXJqymbfxCKDSfTJaRgfRiAHkCzvVwtKdPhLMawR1UX4Y
fetchai/protocols/contract_api/protocol.yaml,QmW17bWVaSQRsS3XFjoto4KVquExEiuCDoHoqGr3v3TCKp
fetchai/protocols/default,QmSbCMLQkHQ5Fiwc1zv9i1WbVdiUYZU97xJCHLu7WugTmM
fetchai/protocols/default/protocol.yaml,Qmet6SxCBzhSEZgcErw4fEc4Q1oHZqi8jbmPn5GYRMTzLD
fetchai/protocols/fipa,Qmd6k1etZVHtBwWhb6UzkG4vKu1PVr9wKKaX2VpEr9FuZC
fetchai/protocols/fipa/protocol.yaml,QmScBBWHChdy7u1HqmxQrnBi82as9WvJWNuAfCbmYN4foZ
fetchai/protocols/gym,QmdG7CZbhjaTFKSuRWxT81D9EDWyDotQiyBisGKKBY7qmd
fetchai/protocols/gym/protocol.yaml,QmWNJRd9M696aBKKSVVCV4RuR6RRpeshTXaRLSaN3RG5A2
fetchai/protocols/http,QmeiAPYzurqAvPaFikciDiYLXadhae9g2yS4K1SzKVo9VZ
fetchai/protocols/http/protocol.yaml,QmSsVsBa8Y6iMjhdZGz22bQXhQciXCv2Zp5RmSro1M7Sbp
fetchai/protocols/ledger_api,QmPbk1x95LwBf25NevP7SkrmCY2vZnkZbRt2PkywhisPje
fetchai/protocols/ledger_api/protocol.yaml,QmWR45gpgkA5VeraiJryf8yHraGaV2c2ozjAPV3FnkNz2Z
fetchai/protocols/oef_search,QmZpvJw9ho6jJ8CsSEXzrGsACPhW843JKujT76mPzRBcQ4
fetchai/protocols/oef_search/protocol.yaml,QmeKtLqduABc7gZ2JceBBPdWa1uydRaRh6ZfYTcoxYXJtA
fetchai/protocols/state_update,QmUbxWTFcLcQBYN1yqfrLhxo5mGYb11JhWQdr8JuMQDtgQ
fetchai/protocols/state_update/protocol.yaml,QmfPTqTuo9XquT7YqmJWmPQUDfneSG5LQMTh7uH6tWZ8NY
fetchai/protocols/tac,QmU9kyUcuNfuzpbMSC4AcHAV7MBN3J1nyLfpYBX6WaDGie
fetchai/protocols/tac/protocol.yaml,QmawkRVbxkn2uArCYbPamxxszJbWP7SoTfWNzySi8wFdMX
fetchai/skills/echo,QmTkhfryfN2EjZy8EjwrJVfA84YEcHK1VP9Fib2bCQ1S5C
fetchai/skills/echo/skill.yaml,QmdhNmCyY3EcDrVrDAHvziKenjYXgvenGSqCtuHuT7FPeB
fetchai/skills/erc1155_client,QmVggk3UnrwU2ptNkBjTSdEYnqPzPDgZmuY374Xav2fotP
Expand Down Expand Up @@ -78,7 +78,7 @@ open_aea/contracts/scaffold,QmeqqfKY6pNLDbsCjBMxaNVdaHHd23NrpdHwYHhJ6DwqTB
open_aea/contracts/scaffold/contract.yaml,QmZZ9g95RR9Yrbcp7ega7b4K8rFEs1r7Mp6Fr8qYwd5SZb
open_aea/protocols/scaffold,QmSKEMPt7tC8pUukNnJzpMJrCTNxpgqVokgNBq1JToLB1t
open_aea/protocols/scaffold/protocol.yaml,QmVJXv3czkzioSVmR3mqM58kdEEUbY9qc3xFw2V6PJbrrX
open_aea/protocols/signing,QmT4MmP1MYDfk9fNwRDYBnT4pp1tms62XkGW957dMrDcwb
open_aea/protocols/signing/protocol.yaml,Qmb86YSdzwGmL8i2i1s8VSx7Gg6y7cApbCgS1VwsrJD6gT
open_aea/protocols/signing,QmNa9d62dQbZbh2rpu8Eey1fav9ZcWw8a9i4D45uDE7Avq
open_aea/protocols/signing/protocol.yaml,QmdiuSpQW1LV5uusAAe3DDYBcksxZPYuMZ1YBWvwvXuWsM
open_aea/skills/scaffold,QmYUhZb94UXmnb4B4S1Y4NbRKQBwYXextBiWTVRmMucrFv
open_aea/skills/scaffold/skill.yaml,QmaH1Qo5MTCrkBZxtEr59XMW3gbN6PRdFoQXU1QcZSZ5QH
2 changes: 1 addition & 1 deletion packages/open_aea/protocols/signing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
This module contains the support resources for the signing protocol.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.5.0`.
It was created with protocol buffer compiler version `libprotoc 3.19.4` and aea version `1.6.0`.
"""

from packages.open_aea.protocols.signing.message import SigningMessage
Expand Down
2 changes: 1 addition & 1 deletion packages/open_aea/protocols/signing/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmTym1GXLScdeJVd4WsLfgVpn8ouPX6ddwi1LLcTX1rPTg
__init__.py: QmYDjZ78jvuJ4cX3r13vfbxHTSaW7ZJFWcpBamqFvWnL5C
__init__.py: QmR8iMsXB2gwE6EuCqcJQiuVrDqvUibBkB8eGU4Fbc7fmD
custom_types.py: QmSjuy9e7KkzhyGDr8eB1cjmjTAkBoNQjb1YXjBk5B36d1
dialogues.py: QmRaEqaneDaGd69od629EW4FmXakaQfbdXKNCfxsDhbHcG
message.py: QmREhvXNi6bEc4yCnSs172wPnBb3YpE1nuRdSSD9Q6XMfM
Expand Down
2 changes: 1 addition & 1 deletion plugins/aea-cli-ipfs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name="open-aea-cli-ipfs",
version="1.5.0",
version="1.6.0",
author="Valory AG",
license="Apache-2.0",
description="CLI extension for open AEA framework wrapping IPFS functionality.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/aea-ledger-cosmos/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="open-aea-ledger-cosmos",
version="1.5.0",
version="1.6.0",
author="Valory AG",
license="Apache-2.0",
description="Python package wrapping the public and private key cryptography and ledger api of Cosmos.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/aea-ledger-ethereum/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="open-aea-ledger-ethereum",
version="1.5.0",
version="1.6.0",
author="Valory AG",
license="Apache-2.0",
description="Python package wrapping the public and private key cryptography and ledger api of Ethereum.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/aea-ledger-fetchai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name="open-aea-ledger-fetchai",
version="1.5.0",
version="1.6.0",
author="Valory AG",
license="Apache-2.0",
description="Python package wrapping the public and private key cryptography and ledger API of Fetch.AI.",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function instal_choco_golang_gcc {
}
function install_aea {
echo "Install aea"
$output=pip install open-aea[all]==1.5.0 --force --no-cache-dir 2>&1 |out-string;
$output=pip install open-aea[all]==1.6.0 --force --no-cache-dir 2>&1 |out-string;
if ($LastExitCode -ne 0) {
echo $output
echo "AEA install failed!"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function is_python_version_ok() {

function install_aea (){
echo "Install AEA"
output=$(pip3 install --user open-aea[all]==1.5.0 --force --no-cache-dir)
output=$(pip3 install --user open-aea[all]==1.6.0 --force --no-cache-dir)
if [[ $? -ne 0 ]];
then
echo "$output"
Expand Down
Loading

0 comments on commit 7ae20da

Please sign in to comment.