Skip to content

v0.1.5

Compare
Choose a tag to compare
@DavidMinarsch DavidMinarsch released this 30 Jul 14:49
· 6514 commits to main since this release
be9fc47

Autonomy:

  • Depends on open-aea>=1.14.0.post1
  • Cleans up Dockerfiles and aligns them

Packages:

  • Adds support to handle the {'code': -32000, 'message': 'already known'} response in the transaction_settlement_abci
  • Adds environment variables support for debugging
  • Extends consistency checks of events in abstract_round_abci
  • Removes unused events and handles unhandled events
  • Updates oracle staging URLs
  • Adds support for Goerli oracle
  • Updates service registry to on-chain deployment v1
  • Fixes logic error in the retry logic of get_transaction_receipt in the ledger connection

Tests:

  • Generalises various base classes for easier re-use
  • Adds tests to ensure better docs integrity
  • Adds additional tests for the transaction_settlement_abci
  • Improves apy_estimation_abci end-to-end and unit tests
  • Fixes registration reset end-to-end test edge case

Docs:

  • Adds various clarifications in the docs based on user feedback and internal proof readings
  • Adds various fixes and consistency improvements
  • Lists relevant dependencies and their versions

Misc:

  • Cleans up skaffold and Dockerfiles