Open-autonomy

Latest version: v0.19.7

Safety actively analyzes 724004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 18

0.8.0

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 from `autonomy.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 handling `IPFS` uploads and downloads
- Updates `TendermintRecoveryParams` implementation to make it compatible for sharing the parameters using the `ACN`
- Updates the recovery mechanism in order to first retrieve the `Tendermint` recovery parameters via the `ACN` before attempting to reset
- Enables the usage of `libp2p` connection on `TestTendermintResetInterrup` and `DEBUG` 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` and `autonomy service` command groups

Chores:
- Updates `tendermint` docker image to use local `wait-for-it.sh` script instead of downloading from source

0.7.0

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 the `abci` 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 the `BaseBehaviour` 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 of `gRPC` channel on tendermint node
- Fixes the inconsistencies regarding the usage of `setup` and `setup_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

0.6.0

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 return `peer_id` for the local tendermint node
- `POST /params` endpoint to update `persistent_peers` when updating the chain config

Packages:
- Fixes the `fast_forward_to_behaviour` in the `abci` 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 the `abstract_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 an `a2a` transaction via tendermint
- Updates the `RegistrationStartupBehaviour` and `TendermintHandler` 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

0.5.0.post2

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` using `tomte` on CI

0.5.0.post1

Autonomy:
- Patches packages command group to adapt latest changes from `open-aea`

Packages:
- Fixes version specifiers for `open-aea-test-autonomy` and `open-aea-ledger-ethereum`

0.5.0

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 the `synchronized_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

Page 14 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.