New version of StarkNet.py is out, bringing support for StarkNet 0.8.0 and several changes to the API:
* Fee mechanism support including fee estimation
* Cairo-lang named tuples
* Changed account contract
* Removal of `tx_id` param from `get_transaction_status`, `get_transaction` and `get_transaction_receipt`
* Other improvements, see "What's Changed" below
Your code will need to be updated to work with this version of StarkNet.py as it **contains breaking** changes.
See [migration guide](https://starknetpy.readthedocs.io/en/latest/migration_guide.html) for more in depth instructions.
What's Changed
* Expose search paths when compiling contracts by cptartur in https://github.com/software-mansion/starknet.py/pull/97
* docs: show how to import AccountClient by unparalleled-js in https://github.com/software-mansion/starknet.py/pull/99
* fix: correct the type of Multicall.calls by unparalleled-js in https://github.com/software-mansion/starknet.py/pull/101
* Support starknet 0.8.0 by cptartur in https://github.com/software-mansion/starknet.py/pull/109
**Full Changelog**: https://github.com/software-mansion/starknet.py/compare/0.1.8-alpha...0.2.0-alpha