Skip to content

v1.0.0rc2: Merge pull request #2422 from fetchai/develop

Compare
Choose a tag to compare
@DavidMinarsch DavidMinarsch released this 29 Mar 08:18
· 1507 commits to main since this release
3d7a775
  • Extends CLI command aea fingerprint to allow fingerprinting of agents
  • Improves deploy-image Docker example
  • Fixes a bug in MultiAgentManager which leaves it in an unclean state when project adding fails
  • Fixes dependencies of aea-legder-fetchai
  • Improves guide on HTTP client and server connection
  • Removes pickle library usage in the ML skills
  • Adds various consistency checks in configurations
  • Replaces usage of pyaes with pycryptodome in plugins
  • Changes generator to avoid non-idiomatic usage of type checks
  • Multiple minor fixes
  • Multiple additional tests and test stability fixes