You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
4
22
******************************
5
23
0.24.1 Migration guide
6
24
******************************
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.
8
26
9
27
0.24.1 Minor changes
10
28
--------------------
11
29
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``.
0 commit comments