Releases: valory-xyz/open-aea
Releases · valory-xyz/open-aea
Release v1.2.0
AEA:
- Adds type hint for dialogue valid replies in protocol generator
- Adds generator fixes to pass darglint checks
- Adds various test fixes and fixes on MAM
- Allows additional entropy to be passed to key generation in plugins (including. via CLI)
- Fixes an issue with message key-value setter
- Fixes an issue with improper termination of subprocesses in the test tools
- Fixes typing issues
- Miscellaneous minor fixes
Plugins:
- Updates aea-ledger-ethereum for EIP1159 compatibility
- Bumps aea-ledger-ethereum dependencies
Packages:
- Miscellaneous minor fixes
Docs:
- Updates API documentation
Chores:
- Enables darglint for protocols
First release of Open AEA
AEA:
- Forks 1.1.0 of legacy AEA with the aim of maintaining backwards compatibility where possible
- Removes GOP decision maker handler to reduce dependencies
- Removes hard-coded registry API URL
- Changes default ledger to ethereum
- Removes dependency on fetchai packages
- Removes interact command
Plugins:
- Forks plugins, unfortunately cannot maintain plugin support for legacy aea plugins due to their dependency on legacy aea
- Fixes typing issues
Packages:
- Removes most fetchai packages apart from those currently used in tests
- Adds
open_aea/signing:1.0.0
protocol
Docs:
- Removes most demos
Chores:
- Makes all necessary changes to move to
open-aea