v0.1.5
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 thetransaction_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 theledger
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