Skip to content

Releases: software-mansion/starknet.py

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

v0.18.0-alpha

10 Aug 10:52
Compare
Choose a tag to compare
v0.18.0-alpha Pre-release
Pre-release

NEW VERSION of starknet.py is out (v0.18.0-alpha) 🏎️

  • Update to Starknet 0.12.1
  • Support RPC v0.4.0
  • Added missing fields to dataclasses
  • Bugfixes πŸ›

What's Changed

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

Full Changelog: v0.17.1...v0.18.0-alpha

v0.17.1

13 Jul 13:32
Compare
Choose a tag to compare

Fix Client.wait_for_tx not sleeping when transaction not found.

Full Changelog: v0.17.0...v0.17.1

v0.17.0

13 Jul 11:31
Compare
Choose a tag to compare

NEW VERSION of starknet.py is out (v0.17.0) ⭐

  • Update to Starknet 0.12.0
  • AbiParser for Cairo v2.0.0 syntax
  • Deprecation of GatewayClient
  • Add missing methods to FullNodeClient interface
  • Changes to Client.wait_for_tx

What's Changed

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

Full Changelog: v0.16.1...v0.17.0

0.17.0-alpha

26 Jun 16:27
Compare
Choose a tag to compare
0.17.0-alpha Pre-release
Pre-release

What's Changed

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

Full Changelog: v0.16.1...v0.17.0-alpha

0.16.1

02 Jun 18:32
Compare
Choose a tag to compare

Starknet.py v0.16.1 is out! ⭐

Full Changelog: v0.16.0-alpha...v0.16.1

0.16.0-alpha

28 Apr 11:13
Compare
Choose a tag to compare
0.16.0-alpha Pre-release
Pre-release

Starknet.py v0.16.0-alpha is out! ⭐

  • Added support for Python 3.8, 3.9, 3.10 and 3.11
  • Removed cairo-lang package as a dependency
  • Optimized dependencies to include only necessary packages

Check out the migration guide for more in depth information πŸš€

What's Changed

New Contributors

Full Changelog: v0.15.2...v0.16.0-alpha