v0.24.1
New version of starknet.py
is out (v0.24.1) ✨
- Fixed parsing ABI that contains
u96
data type. - Fixed
l1_address
deserialization inL2toL1MessageSchema
.
What's Changed
- Fix
l1_address
deserialization inL2toL1MessageSchema
by @franciszekjob in #1435 - Add BoundedInt terminal to grammar definition for parsing ABI by @kkawula in #1449
Migration Guide: https://starknetpy.readthedocs.io/en/latest/migration_guide.html
Full Changelog: v0.24.0...v0.24.1