COZ has one new version of Mamba, the Python SDK for the Neo blockchain. The update, version 2.2.0, brings several improvements to API and PEP-561 compatibility.
The latest release brings notable changes to the API, including a revision to prevent throws on FAULT VM states in the system cost calculation method. Another API improvement is the inclusion of the NeoAddress type in as a valid parameter transfer_friendly function.
Other changes include an increased timeout value to improve API receipt retrieval on Windows, and a new helper function for deserializing data serialized using the StdLib native contract.
Mamba v2.2.0 is the first update to be PEP-561 compliant for better integration with other Python tools, such as mypie.
The full changelog for Mamba v2.2.0 can be accessed via the link below:
https://github.com/CityOfZion/neo-mamba/releases/tag/v2.2.0