New version of StarkNet.py has been released bringing major changes to the SDK, notably:
* Introduced new `Account` class that will replace now deprecated `AccountClient`,
* removed `version` parameter from `Contract` methods - now version from Account will be used instead,
* deprecated Starknet<>Ethereum messaging module,
and more. See our [migration guide](https://starknetpy.readthedocs.io/en/latest/migration_guide.html#migration-guide) to familiarize yourself with 0.13.0 changes and deprecations.
Examples in [guide](https://starknetpy.readthedocs.io/en/latest/guide.html) and [quickstart](https://starknetpy.readthedocs.io/en/latest/quickstart.html) have also been updated to showcase the new `Account`.
Please note, that while `AccountClient` is still available to use, we strongly encourage all users to migrate to new `Account` as it will become the only supported Account in the future versions.
What's Changed
* Remove unused `TransactionStatus` import from cairo-lang by war-in in https://github.com/software-mansion/starknet.py/pull/578
* Deprecate l1<>l2 messaging module by war-in in https://github.com/software-mansion/starknet.py/pull/591
* Improve installation docs by cptartur in https://github.com/software-mansion/starknet.py/pull/598
* Remove deprecated note from the `Account creation` by war-in in https://github.com/software-mansion/starknet.py/pull/608
* Remove deprecated `invoke_tx` `Client.call_contract` parameter by war-in in https://github.com/software-mansion/starknet.py/pull/609
* Deprecate PreparedFunctionCall.arguments by Solpatium in https://github.com/software-mansion/starknet.py/pull/610
* Change docs theme by war-in in https://github.com/software-mansion/starknet.py/pull/623
* Unify error messages by drknzz in https://github.com/software-mansion/starknet.py/pull/616
* Add docs configuration by drknzz in https://github.com/software-mansion/starknet.py/pull/615
* Account refactor by cptartur in https://github.com/software-mansion/starknet.py/pull/499
* 0.13.0 Migration guide by war-in in https://github.com/software-mansion/starknet.py/pull/641
**Full Changelog**: https://github.com/software-mansion/starknet.py/compare/0.12.0-alpha...0.13.0-alpha