v0.22.0
New version of starknet.py
is out (v0.22.0) ✨
- Remove
Goerli
support - Add method to convert
EstimatedFee
toResourceBoundsMapping
- Support
ByteArray
serialization
What's Changed
- Remove Goerli and migrate network tests on sepolia by @tkumor3 in #1328
- Move compiling contracts on github actions by @tkumor3 in #1322
- Simplifies using a custom network by @tkumor3 in #1327
- Use pre-compiled devnet binary from release assets by @ddoktorski in #1345
- Support serialization of ByteArrays by @ddoktorski in #1344
- Add method to convert
EstimatedFee
toResourceBoundsMapping
by @ddoktorski in #1347 - Make
execution_resources
required inL1HandlerTransactionTrace
by @ddoktorski in #1348
Migration Guide: https://starknetpy.readthedocs.io/en/latest/migration_guide.html
Full Changelog: v0.21.0...v0.22.0