v0.20.0
New version of starknet.py is out (v0.20.0)
- Support for Python
3.12
- Add
Account.estimate_fee
method - Bugfixes
What's Changed
- Add support for Python
3.12
by @tkumor3 in #1272 - Add
estimate_fee
method toAccount
class by @tkumor3 in #1279 - Refactor code for creating broadcasted transaction by @tkumor3 in #1288
- Remove
StarknetEthProxyCheck
by @tkumor3 in #1292 - Move Abi V0 files to
starknet_py/abi/v0
by @tkumor3 in #1299 - Add missing
segment_arena_builtin
field toExecutionResources
by @tkumor3 in #1301 - Fix parsing ABIs with multiple
l1_handler
entries by @ddoktorski in #1302
Migration guide: https://starknetpy.readthedocs.io/en/latest/migration_guide.html
Full Changelog: v0.19.0...v0.20.0