Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed Sep 12, 2024
1 parent d972124 commit 6eeb87c
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions docs/migration_guide.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
Migration guide
===============

******************************
0.24.2 Migration guide
******************************

.. currentmodule:: starknet_py.net.signer.stark_curve_signer

1. Added :meth:`KeyPair.generate` method which allows to generate key pair based on cryptographically strong pseudo-random number.

.. currentmodule:: starknet_py.contract

2. ``abi`` parameter is now optional in :meth:`Contract.deploy_contract_v3`.

3. Added quickfix for ``u96`` parsing for both pre and post ``2.8.0`` Cairo versions.


******************************
0.24.1 Migration guide
******************************
This version contains a quick fix to parsing ABI for Cairo v2 contracts. Due to new release of compiler, `u96` is now compiled to `BoundedInt` in ABI.
This version contains a quick fix to parsing ABI for Cairo v2 contracts. Due to new release of compiler, ``u96`` is now compiled to `BoundedInt` in ABI.

0.24.1 Minor changes
--------------------

1. Fixed parsing ABI that contains `u96` data type.
2. Fixed `l1_address` deserialization in `L2toL1MessageSchema`.
1. Fixed parsing ABI that contains ``u96`` data type.
2. Fixed ``l1_address`` deserialization in ``L2toL1MessageSchema``.

******************************
0.24.0 Migration guide
Expand Down

0 comments on commit 6eeb87c

Please sign in to comment.