New version of starknet.py is out (v0.25.0) π
- Deprecate transactions other than v3
- Add support for outside execution (SNIP-9)
- Remove support for Python 3.8
- Add
NonZeroType
- Add keys to the
EventType
which contains the list of event fields marked with#[key]
in Cairo code - Minor fix of Cairo data types docs
What's Changed
- Add keys (indexed fields aka topics) to the EventType (abi v2) by @m-kus in #1520
- Add
NonZeroType
by @franciszekjob in #1527 - Fix
KeyPair
imports by @franciszekjob in #1536 - Support SNIP-9 by @baitcode in #1530
- Set Python 3.9 as minimum version by @franciszekjob in #1544
- Deprecate v1 and v2 transactions by @franciszekjob in #1545
- Fix Cairo data types docs by @franciszekjob in #1551
New Contributors
Full Changelog: v0.24.3...v0.25.0