Skip to content

v1.28.0

Compare
Choose a tag to compare
@DavidMinarsch DavidMinarsch released this 12 Jan 18:52
· 919 commits to main since this release
587c702

AEA:

  • Adds checks to make sure the author name and the package name are in snake case only
  • Adds tools for automating the protocol tests
  • Updates the test command to spawn a process for running the pytest command to make sure there are no issues with the test coverage
  • Fixes a race condition found in the AsyncMultiplexer

Plugins:

  • Makes the fetchai ledger plugin dependent on the cosmos plugin to prevent code duplication

Tests:

  • Adds a test to showcase a race condition in AsyncMultiplexer