- Update to **Starknet 0.12.0**
- **AbiParser** for Cairo v2.0.0 syntax
- Deprecation of GatewayClient
- Add missing methods to **FullNodeClient** interface
- Changes to `Client.wait_for_tx`
What's Changed
* Remove `Deployer.create_deployment_call` by tomek0123456789 in https://github.com/software-mansion/starknet.py/pull/1086
* Integer in Felt field by drknzz in https://github.com/software-mansion/starknet.py/pull/1091
* StarknetChainId, TransactionHashPrefix -> IntEnum by drknzz in https://github.com/software-mansion/starknet.py/pull/1090
* Add `get_block_with_txs` and `get_block_with_tx_hashes` to FullNodeClient by tomek0123456789 in https://github.com/software-mansion/starknet.py/pull/1085
* Deprecate `GatewayClient` by tomek0123456789 in https://github.com/software-mansion/starknet.py/pull/1087
* Migrate docs to FullNodeClient by tomek0123456789 in https://github.com/software-mansion/starknet.py/pull/1092
* Add missing RPC methods by drknzz in https://github.com/software-mansion/starknet.py/pull/1094
* Update to Starknet 0.12.0 by drknzz in https://github.com/software-mansion/starknet.py/pull/1101
**Migration guide**:
https://starknetpy.readthedocs.io/en/latest/migration_guide.html
**Full Changelog**: https://github.com/software-mansion/starknet.py/compare/v0.16.1...v0.17.0