Releases: valory-xyz/open-autonomy
Releases · valory-xyz/open-autonomy
Release v0.14.14.post1
- fix for small bug in 0.14.14
v0.14.14
What's Changed
- Update release process by @angrybayblade in #2233
- Pin requests to
>=2.28.1,<2.31.2
by @angrybayblade in #2234 - Fix cross period persisted keys by @Adamantios in #2236
- Resolve path before mounting them as custom volumes by @angrybayblade in #2238
- Release/v0.14.14 by @solarw in #2239
Full Changelog: v0.14.13...v0.14.14
v0.14.13
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
v0.14.12
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
v0.14.11.post1
Packages:
- Fixes third party package hashes
v0.14.11
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
v0.14.10
Packages:
- Fixes the recovery logic on the
abstract_round_abci
skill
v0.14.9
Autonomy:
- Adds support for loading docker client from
docker-desktop
context
v0.14.8
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
v0.14.7
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