Skip to content

Releases: software-mansion/starknet.py

v0.22.0

10 May 13:32
Compare
Choose a tag to compare

New version of starknet.py is out (v0.22.0) ✨

  • Remove Goerli support
  • Add method to convert EstimatedFee to ResourceBoundsMapping
  • Support ByteArray serialization

What's Changed

Migration Guide: https://starknetpy.readthedocs.io/en/latest/migration_guide.html

Full Changelog: v0.21.0...v0.22.0

v0.21.0

19 Mar 12:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.21.0-alpha

08 Mar 17:13
Compare
Choose a tag to compare
v0.21.0-alpha Pre-release
Pre-release

What's Changed

Migration guide: https://starknetpy.readthedocs.io/en/latest/migration_guide.html

Full Changelog: v0.20.0...v0.21.0-alpha

v0.20.0

23 Feb 18:42
Compare
Choose a tag to compare

New version of starknet.py is out (v0.20.0) ✈️

  • Support for Python 3.12
  • Add Account.estimate_fee method
  • Bugfixes

What's Changed

Migration guide: https://starknetpy.readthedocs.io/en/latest/migration_guide.html

Full Changelog: v0.19.0...v0.20.0

v0.19.0

06 Feb 19:20
Compare
Choose a tag to compare

New version of starknet.py is out (v0.19.0) πŸ”₯

  • Support RPC v0.6.0 and Starknet v0.13.0
  • Remove GatewayClient
  • Rename method names in Account and Contract classes to include the transaction version that will be executed
  • Refactor transaction classes to incorporate version postfix in their names

What's Changed

New Contributors

Migration guide: https://starknetpy.readthedocs.io/en/latest/migration_guide.html

Full Changelog: v0.18.3...v0.19.0

v0.19.0-alpha

11 Jan 10:27
Compare
Choose a tag to compare
v0.19.0-alpha Pre-release
Pre-release

New version of starknet.py is out (v0.19.0-alpha) πŸš€

  • Remove GatewayClient
  • Support RPC v0.6.0 and Starknet v0.13.0
  • Add data information to ClientError

Warning

Contract class does not support V3 transactions in the pre-release

What's Changed

New Contributors

Migration guide: https://starknetpy.readthedocs.io/en/latest/migration_guide.html

Full Changelog: v0.18.3...v0.19.0-alpha

v0.18.3

10 Nov 15:01
Compare
Choose a tag to compare

New version of starknet.py is out (v0.18.3) 🌟

  • Update to RPC v0.5.1
  • Remove TESTNET2 support
  • Remove cairo_version parameter from BaseAccount
  • Add method get_l1_message_hash to FullNodeClient

Note

Please note that GatewayClient will be removed with the next major version.

What's Changed

New Contributors

Migration guide: https://starknetpy.readthedocs.io/en/latest/migration_guide.html

Full Changelog: v0.18.2...v0.18.3

v0.18.2

20 Sep 09:37
Compare
Choose a tag to compare

New version of starknet.py is OUT (v0.18.2) πŸ’«

  • Added Trace API
  • Added support for Cairo1 accounts
  • Fixed a bug with resolving proxy contracts

What's Changed

Full Changelog: v0.18.1...v0.18.2

v0.18.1

25 Aug 17:42
Compare
Choose a tag to compare

New version of starknet.py is out! πŸ”’

  • Fixed a bug when using get_block or get_state_update on mainnet
  • added support to cairo1 account execute encoding

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.18.1

v0.18.0

23 Aug 10:06
Compare
Choose a tag to compare

NEW VERSION of starknet.py is out (v0.18.0) ✈️

  • Update to Starknet 0.12.2!

What's Changed

Full Changelog: v0.17.1...v0.18.0