v1.21.0
AEA:
- Updates
aea scaffold contract
to include contract ABIs
Packages:
- Adds support for running local ACN nodes
- Converts
ledger
andhttp_client
connections andhttp
,ledger_api
andcontract_api
protocols to valory packages and syncs them withopen-autonomy
versions of the same packages - Extends
ledger
connection to automatically handle contract calls to methods not implemented in the contract package, redirecting them to a default contract method.
Plugins:
- Introduces test tools module for IPFS cli plugin
Tests:
- Fixes flaky timeout tests
- Fixes flaky
DHT (ACN/Libp2p)
tests on windows - Introduces test for assessing robustness of the ACN setup without agents
Docs:
- Adds a guide on implementing contract packages