Skip to content

v1.0.1: Merge pull request #2483 from fetchai/develop

Compare
Choose a tag to compare
@DavidMinarsch DavidMinarsch released this 01 May 08:57
· 1157 commits to main since this release
a45e2e5

AEA:

  • Fixes wheels issue for Windows
  • Fixes password propagation for certificate issuance in MultiAgentManager
  • Improves error message when local registry not present

AEALite:

  • Adds full protocol support
  • Adds end-to-end interaction example with AEA (based on fetchai/fipa protocol)
  • Multiple additional tests and test stability fixes

Packages:

  • Fixes multiple bugs in ERC1155 version of TAC
  • Refactors p2p connections for better separation of concerns and maintainability
  • Integrates aggregation with simple oracle skill
  • Ensures genus and classifications are used in all skills using SOEF
  • Extends SOEF connection to implement oef_search protocol fully
  • Handles SOEF failures in skills
  • Adds simple aggregation skills including tests and docs
  • Adds tests for registration AW agents
  • Adds tests for reconnection logic in p2p connections
  • Multiple additional tests and test stability fixes

Docs:

  • Extends car park demo with usage guide for AEA manager
  • Multiple additional docs updates

Examples:

  • Adds TAC deployment example