Packages:
- Strictly check if the required properties are defined in derived classes from AbstractRound #2276
Chores:
- Bumps
open-aea@1.60.0
#2280
Autonomy:
- Improves the flow when fetching from a TokenID #2273
- Bumps
open-aea@1.59.0
#2275
Autonomy:
- Updates the chain configuration to include Mode #2272
Autonomy:
- Fixes the cleanup on scaffolding validation failure #2269
- Adds support for dictionary overrides #2270
- Bumps
open-aea@1.58.0
#2271
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
- Bumps
open-aea@1.57.0
#2257
- Bumps
open-aea@1.56.0
#2256
- Bumps
open-aea@1.55.0
#2253
- Bumps
open-aea@1.54.0
#2252
Autonomy:
- Reintroduces the breaking feature from PRs #2236, #2241, #2244.
Autonomy:
- Reverts the breaking change introduced in the latest release, and more specifically in PRs #2236, #2241, #2244.
Autonomy:
- fix for 0.14.14 issue with _get_synced_value
Autonomy:
- fix: crashing when a cross-period persisted key is not set
- fix: pin requests to >=2.28.1,<2.31.2
- documentation on release process updated
- some fixes
Autonomy:
- Adds support for
transaction not found
error on the transaction settlment tool
Packages:
- Adds a test for testing the usage of nested directories with the
IPFS
connection
Autonomy:
- Adds more chain profiles to reduce
on-chain
interaction complexity - Updates the develop mode to use a pre-built image for better user experience
- Pins click to
>=8.1.0,<9
Packages:
- Updates the
abstract_round_abci
skill so that the offence status changes are only stored in the DB if slashing is enabled
Packages:
- Fixes third party package hashes
Autonomy:
- Adds support for mounting custom volumes on the service deployments
- Make threshold argument optional when minting a service
Packages:
- Updates the contract API calls to utilise the
chain_id
parameter Add support for specifyingchain_id
onget_transaction_receipt
Packages:
- Fixes the recovery logic on the
abstract_round_abci
skill
Autonomy:
- Adds support for loading docker client from
docker-desktop
context
Autonomy:
- Pins
python-dotenv>=0.14.5,<0.22.0
andtyping_extensions>=3.10.0.2
Chore:
- Skips data packages from the API generator script
Autonomy:
- Updates the Tendermint image to run the Tendermint node as a non-root user
Docs:
- Updates
hello-world
hashes - Updates the ledger plugin installation instructions
Autonomy:
- Adds support for custom packages
Packages:
- Fixes a flay E2E test on the registration start up agent
Autonomy:
- Fixes incompatibility issue with the latest docker release on the network generator
Autonomy:
- Updates the subgraph client to use synchronous transport
- Updates the kubernetes build generators to use
loopback
address instead oflocalhost
- Adds support for rebuilding the transaction on
OldNonce
error
Packages:
- Adds support for transaction settlements on
solana
- Adds agent for testing transaction settlement on
solana
- Updates the termination logic for tendermint node to handle timeout error on windows
- Updates the logging strategies to hide unnecessary debugging information
Autonomy:
- Fixes the default value handling for the resource specifier flags on the
autonomy deploy build/from-token
commands
Autonomy:
- Updates the transaction settlement to reprice transaction when running into
ReplacementNotAllowed
- Adds support for specifying resources on the deployment builds using CLI flags and framework level environment variables
Autonomy:
- Adds support for using multiple ledgers in
keys.json
- Fixes single agent override indexing
Packages:
- Adds support for custom offence amounts
Autonomy:
- Pins
aiohttp<4.0.0,>=3.8.5
- Updates the deployment builder to use ledger identifier property in the
keys.json
to write the private key files in a deployment setup
Packages:
- Ports multi-ledger support on termination skill from
IEKIT
Autonomy:
- Extends the list of retriable errors on transaction settlement
- Integrates the autonolas subgraph to automate the dependency verification on the minting tools
Packages:
- Updates protocol packages to contain latest copyright headers
- Bumps
open-aea@1.43.0.post2
Autonomy:
- Updates the tendermint image to support arm platforms
- Updates the autonomy image to use
--timeout
flag onaea install
command to avoid timeout failures on machines with limited resources
Docs:
- Fixes
hello-world
hash in the quick start guide - Adds requirements for developing and running on
raspberry-pi
Autonomy:
- Implements transaction settlement on the
mint/service
command groups- Adds support for retrying transaction on known error
- Adds support for repricing under priced transactions
- Adds support for performing dry-run on on-chain interaction tools
Chore:
- Adds a script for bumping services
Autonomy:
- Adds support for logging to console on tendermint server
Autonomy:
- Fixes the start.sh script to use password if provided when issuing certificates
Packages:
- Renames the
chain_name
parameter tochain_id
on transaction settlement skill
Docs:
- Updates the documentation on private key security in deployments
Autonomy:
- Pins
protobuf<4.25.0,>=4.21.6
Packages:
- Ports changes on transaction settlement skill from
IEKit
andagent-academy-2
- Updates the transaction settlement ABCI to handle safe-nonce reuse
Autonomy:
- Updates the mint tools to propagate
token
address to update service transactions
- Synchronises the
on-chain
addresses with the latest protocol release
- Adds support for specifying custom
Dockerfile
for building agent images - Deprecates
--password
flag onautonomy deploy build/from-token
commands - Introduces
OPEN_AUTONOMY_PRIVATE_KEY_PASSWORD
as environment variable for providing private key passwords to deployments - Updates the service analyser to skip
abci
connection since it's not required to be manually overridden
Chore:
- Bumps
open-aea@1.41.0.post1
Autonomy:
- Updates the on-chain tools to use service manager token contract for managing services on gnosis
- Makes fallback handler address configurable when deploying a service
- Updates the log parser to use
utf-8
encoding to avoid decoding issues on windows - Fixes the log parser multiline parsing
- Fixes the deployment exits on windows
- Updates error handling for invalid private keys
- Fixes error messages for unreferenced events in the FSM check
- Updates the environment variable validation to
- Validate data type
- Validate default value
- Updates the service analyser to warn if the termination skill or the slashing skill is missing as a dependency
- Adds support for service level dependencies
Packages:
- Moves the hypothesis imports to test modules to avoid import errors at runtime
- Removes the hello world service
Autonomy:
- Replaces
open-aea-web3
withweb3py<7,>=6.0.0
- Bumps
protobuf<5.0.0,>=4.21.6
- Fixes
protobuf
incompatibility issue when importing hardware wallet plugin - Refactors autonomy and agent images to
- Include install and build scripts in the base image
- Remove unwanted layers
- Remove unwanted data files
Packages:
- Generates protocols using the latest compatible
protobuf
compiler - Compiles the tendermint connection protocol buffers using the latest compatible
protobuf
compiler
Chores:
- Bumps
protobuf
compiler to24.3
Autonomy:
- Update the reuse multisig transaction builder to account for services with only one operator
Autonomy:
- Pins
jsonschema<=4.19.0,>=4.16.0
Autonomy:
- Adds missing contract packages to the
eject-contracts
make target - Adds check to make sure service is in
pre-registration
before updating the service hash - Adds check to make sure all required environment variables are present for on-chain interactions
Autonomy:
- Pin
hexbytes
as framework dependency
Autonomy:
- Adds support for updating already minted components with latest hashes
- Adds support for using ERC20 tokens for securing autonomous services
- Adds support for reusing the same multisig for on-chain service redeployment
Docs:
- Updates documentation for the latest features
- Adds a list of addresses across various chains in documentation
Autonomy:
- Fixes deployment build bug on windows #2039
Packages:
- Adds slashing functionality #1927
- Adds support for checking the safe nonce before re-sending a transaction #2040
Autonomy:
- Adds support for
arm/v7
docker images - Adds support for running the service in background using
--detach
flag in theautonomy deploy run
command - Adds support for stopping the service running in background using
autonomy deploy stop
- Implements clean exists from
docker-compose
deployments
Packages:
- Reverts #1996, because it introduced some instability
Autonomy:
- Deprecates the support for
Python 3.7
and extends support forPython 3.11
- Adds support for multi platform image builds
Packages:
- Replaces the usage of deprecated
web3py
APIs
Chore:
- Replaces the
web3py
withopen-aea-web3
- Bumps
py-ecc@6.0.0
,numpy@>=1.21.6
andpandas@1.5.3
Autonomy:
- Fixes the deployment payload calculations on
autonomy service deploy
command
Autonomy:
- Adds support for minting services on layer 2 chains
- Adds support for skipping dependency checks when minting components
Autonomy:
- Update
tendermint
testnet command generator to accommodate for new container naming format
Autonomy:
- Adds support for running multiple
docker-compose
deployments in the same machine
Autonomy:
- Bumps
open-aea
tov1.37.0
Autonomy:
- open-aea bumped to 1.36.0
Packages:
- Make sure the timeout gets checked even when there's no message from connection #1996
- Fixes the gentle reset logic #2000
- Refactors the block stall tolerance as it was not large enough for edge cases #2002
Chore:
- Bumps
web3py
tov5.31.4
#1999
Docs:
- Fixes
olas.network
links #1998
Autonomy:
- Makes the chained
ABCI
skill filter more strict on the service analyser #1982
Packages:
- Fixes the gentle reset logic #1987
Docs:
- Fixes code check linter #1986
Autonomy:
- Update agent node template on the kubernetes generator to support different types of private keys from various ledgers #1991
Autonomy:
- Makes sure the alias gets used when fetching service packages #1947
- Updates the agent runtime docker image to execute aea build when building the runtime image #1954
- Adds support for
terminate
andunbond
actions onautonomy service
command group #1956 - Generalises the
star.sh
script on the autonomy runtime docker image to deal with different types of keys #1964 - Makes ledger plugins optional for CLI tools #1973
- Adds support for loading environment variables from file on the
autonomy deploy
command group #1960
Packages:
- Addresses Tendermint disconnection issues. #1976
Plugins:
- Removes the hardware wallet plugin as a dependency from contract packages #1973
- Fixes the ledger plugin version specifiers on the test plugin #197
Chores:
- Pins
typing_extensions
to>=3.10.0.2
to avoid dependency conflicts withsolana
plugin #1964 - Bumps docker to
v6.1.2
#1975
Docs:
- Adds information on required agent components #1967
Autonomy:
- Adds support for exposing
tendermint
container ports on the docker compose deployments #1952
Packages:
- Removes the kill logic in case the active Tendermint peers are less than the majority of the participants #1958
- Adds support for verifying the service registry on Polygon and Gnosis #1959
- Improves error logging during registration #1961
Docs:
- Updates deployment guide for the cluster deployments #1924
Docs:
- Improves cluster deployment section, now based on minikube #1924
Autonomy:
- Updates the FSM scaffold tool to add downloaded packages to
third_party
packages #1943 - Improves the service specification analyser #1942
- Implements custom schema validator to report all validation issues at once
- Adds support for skip warnings
- Raises warning when components are defined in the agent config and not in the service config
- Adds support for validating environment overrides
- Improves error messages
Docs:
- Adds auto-correcting functionality for several package hash instances #1939
- Fixes port mapping documentation #1944
Chores:
- Adds service analysis to workflow #1942
Autonomy:
- Adds support for updating
external_address
to matchtendermint_p2p_url
when updating the Tendermint parameters on registration #1930
Packages:
- Updates the
registration_abci
skill to includeexternal_address
in the genesis configuration #1930
Docs:
- Adds code checks for
JSON
code blocks in the documentation #1933 - Updates the documentation on the usage of the hardware wallet for on-chain interactions #1931
- Extends the tutorials for minting components
Autonomy:
- Adds support for updating the tendermint P2P URL at the runtime, take a look here to understand more
- Adds support for specifying
NFT
image path when minting the components - Updates the minting tools to dump metadata as a
json
file after minting the component - Updates the manual build mechanism to index agent using
all_parameters
parameter if available
Packages:
- Adds better exception handling when sending multiple transactions
Docs:
- Adds instructions for running a single agent
Chores:
- Fixes the dependency versions on the documentation
Dockerfile
- Adds
mkdocs.yaml
configuration that needed to be removed due to incorrect dependencies in the previous release
Autonomy:
- Updates the
autonomy publish
command to avoid publishing temporary files - Adds support for specifying owner when minting a component using
--owner
flag onautonomy mint
command - Makes error messages on the on chain dependency checks more user friendly
- Updates the dependency verification check to handle cases where there are multiple dependencies with the same public ID
- Updates the runtime tendermint override update logic to account for
--n
flag - Updates the runtime setup override update logic to set parameters as defined data types instead of a
list
of the said data type
Packages:
- Adds support for defining owner independent of the transaction sender when minting component on service manager and component registries manager contracts
Autonomy:
- Makes the usage of the
flashbots
plugin optional in the deployments
Autonomy:
- Adds support for using hardware wallets for minting and managing services on-chain
- Updates the FSM scaffold tool to add the newly scaffolded package to the
packages.json
after scaffolding the skill - Adds support for
kubernetes
builds on thefrom-token
deployments using--kubernetes
flag - Adds support for specifying whether the deployment should run directly or not, using
--no-deploy
flag on thefrom-deploy
command - Removes the support for
--force
flag on the autonomy deploy build command - Adds support for configuring networks in a deployment setup to expose various agent ports
- Adds a naming convention checker for the FSM specifications. From now on
- A round name should end with
Round
- ABCI app class name should end with
AbciApp
- A round name should end with
- Deprecates the usage of the special environment variables from the agent deployment setup
- Adds support for usage of the
flashbots
ledger plugin on the docker images
Packages:
- Deprecates the usage of the special environment variables for the agent configurations:
- In the ABCI skill override don't use
TENDERMINT_URL
andTENDERMINT_COM_URL
for tendermint parameters - In the ABCI connection override don't use
ABCI_HOST
andABCI_PORT
for ABCI connection parameters - Tendermint and ABCI connection parameters now use the same environment variables' pattern as all other configurations
- In the ABCI skill override don't use
- Refactors the
AbciAppDB
'screate()
. It is responsible for setting the cross-period keys for the new period and converting the corresponding data to the correct format. The skills using thecreate()
method now do not need to manually set the data for the next period as this is handled automatically via the cross-period keys (#1827) - The setup parameters should not be defined as lists anymore (#1833)
observation_interval
has been renamed toreset_pause_duration
(#1836)- Adds support for the
flashbots
ledger plugin (#1885) - Adds a flag called
use_termination
in the configuration to enable or disable the usage of termination (#1891)
Tests:
- Updates the test to remove the usage of --force flag
Docs:
- Adds the description column to the package list in the docs
- Corrects a code snippet in docs
- Simplifies explanation of
what is an agent service
Chores:
- Updates the workflows to use python
3.10.9
instead of3.10.10
to avoid timeouts
Autonomy:
- Updates the
docker-compose
template to enable the usage ofhost.docker.internal
as host machine gateway
Tests:
- Adds test coverage for newly introduced commands on
autonomy analyse
group
Docs:
- Updates the documentation on the usage of custom images in agent deployments.
Chore:
- Updates the
tomte
version in thePipfile
Autonomy:
- Updates the on-chain interaction functionalities to wait for the relevant event to make sure the interaction was successful
- Makes the usage of local tendermint chain optional in the deployment setup
- Introduces
autonomy analyse dialogues
command for analysing the dialogue definitions in a skill package - Introduces
autonomy analyse service
command for checking the deployment readiness of a service - Introduces
autonomy analyse logs
command for analysing the agent runtime logs - Adds support for defining custom author name for docker images on the
autonomy build-image
command - Removes the usage of
MAX_PARTICIPANTS
environment variable from deployment setup - Adds support for updating the consensus threshold at the runtime using the on-chain metadata
Packages:
- Makes the synchronized database
serializable
andhashable
- Backports the
makerDAO multicall2
contract fromagent-academy-1
repository - Simplifies the way the initial height is set on resets. Now, the initial height will always be
0
- Removes the need for declaring the
payload_attribute
on the round class implementation - Updates the base rounds to simplify the usage when payloads have multiple attributes
- Adds support for synchronizing the database on registration so that agents can rejoin at any point
- Removes
reset_index
fromAbciApp
implementation - Adds restrictions on which agents can submit in late message round
- Fixes overlapping blocks by setting unique chain Ids among the tendermint resets
- Updates the rejoin mechanism to
- Restart tendermint whenever there's a connection drop, from the abci or otherwise
- Makes sure monitoring is performed even when tendermint is reset by the tendermint server
- Clean up
timeouts
andlast_timestamp
before trying to restore state received from peers - Don't wait for the reset pause duration in cases when reset is performed for recovery
- Enables
ACN
communication for rejoining agents, by acceptingrequests/responses
fromall_participants
- Removes
consensus
parameter from the skills' configurations and replaces themax_participants
with the length of theall_participants
list - Updates the
BaseParams
implementation to enforce minimum values forreset_pause_duration
- Updates the
AbciAppDB
implementation to make surecross_period_keys
and the database conditions are defined as sets
Tests:
- Adds test coverage for registry contracts
- Adds test for building and running the base autonomy image, the agent runtime image and the tendermint server image
- Re-enables the fuzzer tests for the
valory/abci
connection on windows platform
Docs:
- Removes the usage of
max_participants
parameter - Rearranges the on-chain registration section to match with the Autonolas protocol documentation
- Adds a link to the
whitepaper
- Adds documentation on the deployment readiness checks for a service
- Adds a guide on initializing an empty local packages repository
Chores:
- Increases
CI
timeout for the tests from70
minutes to90
minutes - Bumps
tomte
tov0.2.2
Autonomy:
- Adds support for minting components using the
autonomy mint
command group - Adds support for managing on chain services using the
autonomy service
group - Updates the
autonomy deploy from-token
command to use APIs fromautonomy.chain
module - Fixes the bug on the
autonomy analyse handlers
command by loading all of the dependencies before running a check
Packages:
- Introduces type checking utility as part of the
abstract_round_abci
skill - Adds support for sharing the recovery parameters on the tendermint protocol and handler
- Introduces
valory/ipfs
protocol and connection for handlingIPFS
uploads and downloads - Updates
TendermintRecoveryParams
implementation to make it compatible for sharing the parameters using theACN
- Updates the recovery mechanism in order to first retrieve the
Tendermint
recovery parameters via theACN
before attempting to reset - Enables the usage of
libp2p
connection onTestTendermintResetInterrup
andDEBUG
as default logging level - Updates the implementation of the base transaction payload class to use data classes and makes them immutable
- Updates various skill packages to use the new payload class design
Transaction
is implemented using data class now
Plugins:
- Updates the
TendermintRecoveryParams
to clean up the images at the end of the test - Adds a fixture for the local
IPFS
node address
Tests:
- Adds test coverage for
packages/valory/skills/abstract_round_abci/abci_app_chain.py
Docs:
- Updates documentation on the developer tooling to better explain the usage of benchmarking tools
- Adds documentation on the usage of the custom docker images for the deployment setup
- Adds documentation for
autonomy mint
andautonomy service
command groups
Chores:
- Updates
tendermint
docker image to use localwait-for-it.sh
script instead of downloading from source
Autonomy:
- Adds support for updating the participants list at the runtime using the on chain metadata of a service
- Enables the usage of
gRPC
channel when communicating with theabci
connection - Updates the tendermint image name constant to make sure it's up to date with the latest framework version
Packages:
- Adds validation for the setup data and raises early if necessary data are not provided instead of waiting for the first round to happen
- Removes the fast forward round because it is not meaningful since the setup data cannot be empty
- Moves
all_participants
to the setup data - Enables the usage of
gRPC
channel when communicating with the tendermint node - Adds meta classes for the
AbstractRound
and theBaseBehaviour
classes to enforce additional checks - Fixes typing issues on the synchronized database class
- Removes the inappropriate usage of the
# type: ignore
marker and addresses the typing issues properly
Tests:
- Test coverage for
BaseTestEnd2End
in the test plugin - Test coverage for the
abci
connection - Test coverage for tendermint protocol dialogues
- Updates hello world
e2e
test to test the usage ofgRPC
channel on tendermint node - Fixes the inconsistencies regarding the usage of
setup
andsetup_class
methods in the test classes - Introduces base class for testing test tools
- Adds tests for transaction settlement integration test tools
Docs:
- Updates the guide for running a service on different networks
- Reorganizes the developer tooling section
Chores:
- Updates the coverage collection in the CI to aggregate the coverage for both framework and the packages
Autonomy:
- Removes the need for the agent project when scaffolding an
FSM
app using specification. Now when scaffolding the FSM app using the-tlr
flag, the skill will be directly scaffolded to the local packages directory - Updates the FMM scaffolding templates to support defining pre and post conditions for the synchronized data
- Updates the tendermint communication server
GET /params
endpoint to returnpeer_id
for the local tendermint nodePOST /params
endpoint to updatepersistent_peers
when updating the chain config
Packages:
- Fixes the
fast_forward_to_behaviour
in theabci
skill test tools by setting the_current_round_cls
which is necessary for retrieving the correct class for the synchronized data - Adds support for auto generated behaviour IDs
- Adds support for auto-generated round IDs
- Introduces the
get_name
method as part of theabstract_round_abci
skill to retrieve the name of a property dynamically - Updates the various packages to to newly introduced auto generate functionalities
- Removes sleep on
reset_tendermint_with_wait
on startup - Updates the
a2a
transaction logic to wait for block production to begin before sending ana2a
transaction via tendermint - Updates the
RegistrationStartupBehaviour
andTendermintHandler
to make sure we update the persistent peers when establishing a new chain - Adds support for specifying the external host name for the tendermint P2P connection
- Introduces pre and post conditions on the synchronized data for each initial and final state of an FSM app (including default pre conditions). These are verified during chaining of the apps
- Updates all FSM apps to specify their pre- and post-conditions
- Added message handling support to
TmManager
. - Reset the app hash to the app hash in the begging of the period when hard resetting for recovery
Tests
- Adds tests for
termination_abci
- Adds tests for docstring analyser when no
AbciApp
definition is found in the provided module - Adds test coverage for
autonomy develop
command group - Introduces pre and post conditions checks on the
SynchronizedData
for each initial and final state - Adds tests for
abci
connection - Adds an e2e test to showcase hard reset being used as a recovery mechanism
Packages:
- Fixes synchronized data for safe deployment
- Ensures that the synchronized data class is set everywhere and added a warning when it is not
Tests:
- Adds tests for checking
PUBLIC_ID
in__init__.py
files - Adds tests for small coverage gaps in
open-autonomy
- Adds tests for registration behaviours
- Adds tests for
abstract_round_abci
skill
Chores:
- Pins
tox
usingtomte
on CI
Autonomy:
- Patches packages command group to adapt latest changes from
open-aea
Packages:
- Fixes version specifiers for
open-aea-test-autonomy
andopen-aea-ledger-ethereum
Autonomy:
- Introduces more flexible approach to defining the overrides for multiple agents in a service component
- Deprecates the usage of
autonomy hash all
command,autonomy packages lock
can be used to perform package dependency hash updates and checks - Updates the override serialisation mechanism to be consistent with the environment variable parser
- Extends the
from-token
command to provide password for encrypted private keys at the runtime - Updates the process of overriding the safe contract address at the runtime to be more generalised
- Fixes a bug that allowed the image build to continue even after a command run failed when building the image on
build-image
command
Packages:
- Fixes the
AbciApp
initialization to ensure that synchronized data is retrieved as an instance of thesynchronized_data_class
specified on the round. - Updates the
IPFSInteract
tool to- Catch the broken connection exceptions
- Remove the correct path before downloading
- Fixes the tendermint reset mechanism to
- Avoid race conditions when performing a hard reset
- Not update the initial height and genesis time when resetting for recovering agent to tendermint communication
- Update the waiting interval
Tests:
- Tests for the service config loader
- Adds test coverage for
autonomy
framework
Docs:
- Adds documentation on the usage of the service level overrides
- Makes sure that naming convention for autonomous services is consistent throughout the documentation
Autonomy:
- Deprecates
autonomy analyse abci
command group - Merges
autonomy analyse abci check-app-specs
andautonomy analyse generate-app-specs
intoautonomy analyse fsm-specs
- Moves
autonomy analyse abci check-handlers
toautonomy analyse handlers
- Moves
autonomy analyse abci docstrings
toautonomy analyse docstrings
- Moves
autonomy analyse abci logs
has been moved toautonomy analyse logs
- Refactors the FSM command definition and extract the code to core and helper modules
- Updates the error messages on
autonomy build-image
command - Improves error handling on
autonomy deploy
command group
Plugins:
- Renames the
tag
property toimage
onaea_test_autonomy.docker.base.DockerImage
class
Packages:
- Updates the
abstract_round_abci
skill to ignore Tendermint blocks with a height lower than the initial height of the Tendermint chain - Adds yield statement in
CheckTransactionHistoryBehaviour._check_tx_history
to avoid freezing the entire behaviour - Moves the Tendermint healthcheck from individual round behaviours to the
AbstractRoundBehaviour
to ensure that Tendermint would reset when the communication is unhealthy - Extends
ApiSpecs
to support getting the response from a list - Adds better error
logging
in theApiSpecs
- Adds support to parse error responses to the
ApiSpecs
- Adds backoff logic to the
ApiSpecs
Tests:
- Increases the sleep time in
test_async_behaviour_sleep
andTestRegistrationStartupBehaviour
tests to avoid flakiness - Tests for newly introduced code in the
ApiSpecs
implementation - Adds tests for integration test tools on
abstract_round_abci
skill
Autonomy:
- Updates the storage class to
nfs-ephemeral
in kubernetes template - Updates the autonomy image constant use the framework version as the default tag version
- Extends the
autonomy packages
command group to use new package manager API - Updates the
autonomy fetch
command to raise proper errors
Packages:
- Updates exit mechanism on the degenerate round to avoid excessive looping
- Adds the functionality to terminate (shutdown) the agent when there are not enough peers in the service
- Removes
round_count
checks from the background round payload validation
Tests:
- Refactors the gnosis safe tests.
Chores:
- Improves the table hash regex to account for markdown quotes on package list generator
- Updates release process to use
tox
command instead of direct command invocations - Updates
packages.json
to the new format
Autonomy:
- Updates service component to use new override policies
Packages:
- Adds
get_service_owner
on theServiceRegistry
contract implementation - Introduces
termination_abci
skill to support service termination - Extends
abstract_round_abci
to support running thetermination_abci
skill concurrently with the main FSM in order to periodically check for the termination signal. - Introduces
register_termination
skill andregister_termination
agent to demonstratetermination_abci
skill - Extends gnosis safe contract implementation with
get_swap_owner_data
to encode a transaction to swap a safe ownerget_remove_owner_data
to encode a transaction to remove a safe ownerget_zero_transfer_events
to retrieve 0 value transfer events sent to the safeget_removed_owner_events
to retrieve safe owner removal events
Tests:
- Adds test coverage for core packages
- Extracts the
background_round
(termination_round
) to it's own skill
Docs:
- Removes redundant documentation on package publishing
Autonomy:
- Introduces support for specifying tag versions for runtime image builds.
- Adds the benchmark tool definition in the newly scaffolded FSM skill.
- Adds improvements on the FSM scaffolding.
- Adds support for ACN and hardhat node in deployment setup using build flags.
- Fixes regex in
autonomy analyse
to avoid capturing empty strings.
Tests:
- Adds tests to make sure that scaffolded FSM modules can be tested using the CLI command
autonomy test
. - Adds test coverage for the app specification module.
- Cleans up various test class usage across
tests/test_autonomy/test_cli
.
Packages:
- Extracts following packages to their respective
GitHub
repositories- APY skills, agent, and service.
- Liquidity rebalancing skills.
- Price oracle skills, agent, and service.
- Fixes the URL check on the tendermint handler in
abstract_round_abci
.
Docs:
- Improves the quickstart section.
- Improves the on-chain protocol guides.
- Simplifies and cleans up the demo sections.
- Changes the images to follow the new colour scheme.
- Removes redundant information and redirects to corresponding documentation sections.
- Replaces the usage of oracle service in CLI documentation with the hello world service.
Chores:
- Fixes make target for image release to avoid issues on different shells.
- Updates some scripts that perform multiple network requests to use parallelization.
- Restructures
Running on other networks
section.
Autonomy:
- Fixes issues related to
IP/Host
resolving on windows - Fixes several issues with dev mode to make it work again
Packages:
- Sets an initial fallback gas and propagates the logs
Docs:
- Address several doc issues, updates FAQ
- Updates scaffolding guide
- Splits
set up
section as a guide to be referenced commonly by the rest of guides - Separates the deployment part to be in a separate section to be referenced when required
- Moves scaffolding contents to its appropriate place and rewrites some parts of the text
- Updates language in several docs
- Adds cost table and threat model to the docs
- Updates FAQ to use pure markdown
- Adds a link to our contract development guide
Chores:
- Extends the hash fixing script to also fix the hash table in the docs
- Simplifies linter configuration for
pylint
- Bumps
open-aea
to 1.21.0 - Adds lock check for all platforms
Tests:
- Fixes APY tests after the
setup
andsetup_class
changes - Fixes counter client behaviour tests.
- Fixes use os specific paths when comparing file names
- Fixes path resolution on Windows
- Fixes
TestTendermintBufferFailing
on windows - Fixes pandas timestamps conversion to
UNIX
- Increases
test_get_app_hash
sleep tolerance - Avoids indirectly handle
NotFittedError
- Factors out scaffolding templates
- Updates CLI help messages
- Fixes the scaffold
FSM
command so that a skill can be loaded once created - Adds
valory/open-autonomy-user
Docker image with latest open-autonomy framework installed
- Point to ACN Docker image instead of staging ACN nodes
- Removes unnecessary dependency of
transaction_settlement_abci
skill on theoffchain_aggregator
contract - Adds environment variables for the RPC endpoints of all service specifications
- De duplicates
open_aea
packages by pulling from registry - Increases the validate timeout by an order of magnitude in
Polygon
service
- Fixes build image test
- Adds a doc section to explain package management
- Fixes broken links on documentation
- Fixes
release-image
target on theMakefile
to usepackages.json
- Check hashes in
packages.json
instead ofhashes.csv
- Removes changelog
- Updates command regex to reflect latest changes
- Adds
PYTHONHASHSEED
in Kubernetes deployment template - Moves all fixtures into
aea_test_autonomy
plugin. - Adds
service-registry-network
cli command for starting a local hardhat node.
- Replaces
third-party
dependencies with docker images. - Fixes import from tests folder and
path_to_skill
in FSM scaffolding - Moves remaining tests into packages, in particular agents.
- Adds README header
- Removes
quickstart
skip on command test - Removes unnecessary shebangs from several non-script files
- Adds a script to validates commands in the docs and Makefile
- Cleans the
README.md
andAUTHORS.md
to reflect changes
- Adds support for registry flags on
autonomy scaffold fsm
command - Adds support for scaffolding
- Dialogues
- Payloads
- Tests
- Adds support for specifying version for runtime images
- Removes the need for
NESTED_FIELDS_ALLOWED_TO_UPDATE
from service config class - Uses local file for service registry ABI rather than fetching from staging server
- Replaces the usage of staging chain with locally deployed chain
- Adds support for broadcasting APY estimates to a backend server.
- Replaces API keys with environment variable placeholders
- Ports tests for packages to their respective package folders
- Introduces
aea-test-autonomy
plugin
- Fixes tendermint logging issues
- Updates skaffold config for building runtime images for agents
- Bumps autonolas registries sub module to latest
- Replaces the usage of staging chain with local registry deployments
- Fixes flaky
test_fetch_behaviour_non_indexed_block
test - Fixes flaky registry tests
- Adds tests for
autonomy scaffold fsm
- Restructures documentation to introduce new index
- Adds tutorials on creating a service using an existing agent
- Updates quick start documentation
- Adds overview for service development process
- Adds docs for fsm scaffolding tool
Autonomy:
- Fix stream logging for docker SDK interactions
- Use docker SDK to build tendermint testnet config
Autonomy:
- Introduces base autonomy image and agent runtime image for performance improvements.
- Removes the need for building the dependency images at the runtime.
- Updates the deployment flow to utilize the newly improved images.
- Removes the support for pushing the images using the Open Autonomy CLI tool.
- Removes
skaffold
as a framework dependency. - Adds support for remote registries in the fsm scaffold utility.
- Bumps
open-aea
and its plugins to version1.17.0
.
Packages:
- Adds support for parsing all the gnosis GS codes and print relevant messages.
- Renames
io
module inabstract_round_abci
toio_
to avoid possible namespace conflicts with standardio
module - Refactors
io_
module to moveLoaders
andStorers
classes to relevant skill - Decreases validation timeout on
Polygon
Chores:
- Updates
tox
definitions andMakefile
targets to reflect the latest state of the repository. - Fixes spell check in the CI.
- Pins the machine learning libraries to stable versions
- Updates
scripts/check_doc_ipfs_hashes.py
with more generalized regex
Tests:
- Adds tests for
scripts/check_doc_ipfs_hashes.py
- Fixes ledger connection test
- Fixes test for
from-token
command
Autonomy:
- Introduces the intended deployment flow, including changes to service configurations.
- Bumps
open-aea
and its plugins to version1.16.0
. - Introduces support for partial deployments referencing on-chain agent instances.
- Adds
autonomy scaffold fsm
command. - Adds support for fetching and updating the multisig safe address when deploying from tokens.
- Adds
--log-level
flag on deploy command to support specifying log levels for agent and tendermint runtimes. - Remove the need for
THIRD_PARTY
constant and updates the base image classes to set the third party contracts path on runtime. - Includes data files for the test tools in the
setup.py
. - Updates the
autonomy deploy build
command to re-enable the dev mode.
Packages:
- Improves gas estimation in
gnosis_safe
and packages depending on it. - Addresses dependency inconsistencies in various packages detected with the new
open-aea
version. - Fixes a
ledger
connection issue caused by wrong usage of theasyncio.wait()
method. - Fixes oracle service configurations to only broadcast from
goerli
andpolygon
. - Adds an APY service specification.
- Adds the simple abci service specification.
- Fills coverage gaps in
abstract_round_abci
. - Fixes a circular resolution issue with the
abstract_round_abci
andtransaction_settlement_abci
introduced in the previous release.
Tests:
- Adds a retry strategy for the subgraph tests which depend on the network and may fail occasionally.
- Adds package check test to ensure package consistency with respect to dependencies.
Chores:
- Backports various functionalities from other Valory repos using packages.
- Adds coverage to handlers and log parser.
- Updates readme to reflect all currently required dependencies and their versions.
- Adds the
gitleaks
scan job. - Improves inference of package type in the doc IPFS hash checker script.
- Adds data on minted components, agents and services.
Docs:
- Makes docs independent of repositories
Makefile
by explicitly replacing make commands or adding code snippets. - Fixes edit URI on docs.
- Updates the docs to describe the latest dev mode usage.
- Change Tendermint flow diagram to a custom diagram to avoid copyright issues.
- Adds a section to discuss agent services in context of other architectures.
- Adds documentation on CLI commands
fetch
andrun
. - Reorganize demos to give a consistent and homogeneous structure.
Autonomy:
- Extracts generic test utils into
autonomy.test_tools
Packages:
- Ports the tendermint GRPC package and test tools from
agent-academy-1
repo - Moves base test classes into
abstract_round_abci
skill package
Chore:
- Bumps
mistune
to2.0.3
- Updates
skaffold
to latest version
Docs:
- Updates the demo section
- Adds info about Docker Desktop on MacOS and Windows
Autonomy:
- Depends on
open-aea>=1.14.0.post1
- Cleans up Dockerfiles and aligns them
Packages:
- Adds support to handle the
{'code': -32000, 'message': 'already known'}
response in thetransaction_settlement_abci
- Adds environment variables support for debugging
- Extends consistency checks of events in
abstract_round_abci
- Removes unused events and handles unhandled events
- Updates oracle staging URLs
- Adds support for Goerli oracle
- Updates service registry to on-chain deployment v1
- Fixes logic error in the retry logic of
get_transaction_receipt
in theledger
connection
Tests:
- Generalises various base classes for easier re-use
- Adds tests to ensure better docs integrity
- Adds additional tests for the
transaction_settlement_abci
- Improves
apy_estimation_abci
end-to-end and unit tests - Fixes registration reset end-to-end test edge case
Docs:
- Adds various clarifications in the docs based on user feedback and internal proof readings
- Adds various fixes and consistency improvements
- Lists relevant dependencies and their versions
Misc:
- Cleans up skaffold and Dockerfiles
Autonomy:
- Ports deployment resources as data files
- Adds support for the usage of remote registry when building a service deployment
- Updates the image build process
Packages:
- Makes Registration ABCI abstract
- Adds check to make sure FSM chaining only involves abstract skills
- Sets a deadline for dict serializer hypothesis test in order to resolve flakiness
Docs:
- Adds docs on publishing packages
Autonomy:
- Adds support for CID v1 hashes
Packages:
- Fixes
verify_contract
method so it does not return a hardcoded value - Replaces
history_duration
withhistory_start
,history_interval_in_unix
andhistory_end
in APY skill. - Bumps the service registry contract to the latest version
Chores:
- Fixes the persistent peers' configurations for the e2e tests.
- Updates ACN nodes in agent config files
- Fixes tendermint subprocess termination issues on macOS
- Fixes several flaky tests
Autonomy:
- Updates
hash all
command to update agent hashes on service components when hashing service components - Adds tests for missing coverage
Packages:
- Adds service for
hello_world
agent - Introduces
raise_on_try
parameter in nested contract calls - Introduces mechanism to enforce round id uniqueness
- Adds a method to clean the current period history for every parameter in the DB
- Adds parameter that users can optionally configure so period history is cleaned on every reset
- Fixes list representation in config YAML files
- Adds check for
unsafe-reset-all
to verify if the command exited successfully
Chores:
- Fixes
atheris
installation - Adds CodeQL analysis
Docs:
- Adds documentation for
TendermintHandler
class - Updates communication flows.
- Updates fonts and colours
Autonomy:
- Patches
push-all
,publish
andfetch
to support service packages - Fixes click context issue on CLI tool
Packages:
- Adds support for
Proof Of Authority
chains - Adds pricing strategy for
Polygon
chain
Chores:
- Adds multi os and multi python interpreter CI matrix.
- Adds script to check links in docs
- Bumps
Tendermint
tov0.34.19
Docs:
- Removes SVN command usage with
aea fetch/add
and IPFS hashes
- Release of the initial package.
- Second release candidate of the initial package.
- First release candidate of the initial package.