Skip to content

v1.21.0

Compare
Choose a tag to compare
@angrybayblade angrybayblade released this 29 Sep 10:22
· 1858 commits to main since this release
1f33a54

AEA:

  • Updates aea scaffold contract to include contract ABIs

Packages:

  • Adds support for running local ACN nodes
  • Converts ledger and http_client connections and http, ledger_api and contract_api protocols to valory packages and syncs them with open-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