v0.18.3
New version of starknet.py
is out (v0.18.3) π
- Update to RPC v0.5.1
- Remove
TESTNET2
support - Remove
cairo_version
parameter fromBaseAccount
- Add method
get_l1_message_hash
toFullNodeClient
Note
Please note that GatewayClient
will be removed with the next major version.
What's Changed
- Fix #1143 by @tomek0123456789 in #1189
- Fix #1154 by @tomek0123456789 in #1188
- Remove
TESTNET2
support by @tomek0123456789 in #1185 - RPC v0.5.0 by @tomek0123456789 in #1201
- Fix reverted error message in wait_for_tx by @ddoktorski in #1206
- Add method to get L1 message hash by @ddoktorski in #1205
- Add function to calculate checksum address by @ddoktorski in #1215
- Remove cairo_version parameter from BaseAccount by @ddoktorski in #1221
- Update RPC to v0.5.1 by @ddoktorski in #1223
New Contributors
- @ddoktorski made their first contribution in #1206
Migration guide: https://starknetpy.readthedocs.io/en/latest/migration_guide.html
Full Changelog: v0.18.2...v0.18.3