What's Changed - block_number parameter is "pending" for the default - ContractNotFoundError in GatewayClient.get_code method has more significant message
* Full node support! 🎉 Check out the guide in the docs for more * Multicall support for transactions * And some bugfixes/smaller features
**WARNING ⚠️** - This release includes some breaking changes (mainly in Client APIs) - please read through the [migration guide](https://starknetpy.readthedocs.io/en/latest/migration_guide.html) for details on how to migrate to this version.
What's Changed * Add signature parameter to estimate_fee by cptartur in https://github.com/software-mansion/starknet.py/pull/217 * Improve signer related docs by cptartur in https://github.com/software-mansion/starknet.py/pull/215