Skip to content

Commit dfc6e32

Browse files
Update migration guide for v0.24.2 (#1489)
* Update migration guide * Add `Minor changes` subsection
1 parent bf91319 commit dfc6e32

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

docs/migration_guide.rst

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,34 @@
11
Migration guide
22
===============
33

4+
******************************
5+
0.24.2 Migration guide
6+
******************************
7+
8+
0.24.2 Minor changes
9+
--------------------
10+
11+
.. currentmodule:: starknet_py.net.signer.stark_curve_signer
12+
13+
1. Added :meth:`KeyPair.generate` method which allows to generate key pair based on cryptographically strong pseudo-random number.
14+
15+
.. currentmodule:: starknet_py.contract
16+
17+
2. ``abi`` parameter is now optional in :meth:`Contract.deploy_contract_v3`.
18+
19+
3. Added quickfix for ``u96`` parsing for both pre and post ``2.8.0`` Cairo versions.
20+
21+
422
******************************
523
0.24.1 Migration guide
624
******************************
7-
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.
25+
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.
826

927
0.24.1 Minor changes
1028
--------------------
1129

12-
1. Fixed parsing ABI that contains `u96` data type.
13-
2. Fixed `l1_address` deserialization in `L2toL1MessageSchema`.
30+
1. Fixed parsing ABI that contains ``u96`` data type.
31+
2. Fixed ``l1_address`` deserialization in ``L2toL1MessageSchema``.
1432

1533
******************************
1634
0.24.0 Migration guide

0 commit comments

Comments
 (0)