New version of starknet.py
is out (v0.24.2) π
- Added random key pair generation.
- Deploying contracts is now possible without providing abi.
- Fix bounded int parsing post cairo 2.8.0
What's Changed
- Add random key pair generation by @franciszekjob in #1421
- Enable deploying contracts without providing abi by @kkawula in #1452
- Update readme by @kkawula in #1462
- Fix bounded int parsing post cairo 2.8.0 by @feltroidprime in #1463
New Contributors
- @feltroidprime made their first contribution in #1463
- @droserasprout made their first contribution in #1392
Full Changelog: v0.24.1...v0.24.2