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
Copy file name to clipboardExpand all lines: docs/migration_guide.rst
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Migration guide
9
9
--------------------
10
10
11
11
1. Fixed parsing ABI that contains signed integers (e.g. ``i128``).
12
-
2. Fixed logic for choosing hash method used to calculated CASM class hash.
12
+
2. Fixed logic for choosing hash method used in CASM class hash computation.
13
13
14
14
***************************
15
15
0.29.0-rc.0 Migration guide
@@ -25,6 +25,26 @@ Version 0.29.0-rc.0 of **starknet.py** comes with support for RPC 0.10.0-rc.1.
25
25
4. Hash function for contract declaration is now automatically selected based on node's RPC version: Blake2s for RPC >= 0.10.0-rc.0, Poseidon for older versions.
26
26
5. :class:`EmittedEvent` has new fields: ``transaction_index`` and ``event_index``.
27
27
28
+
***************************
29
+
0.28.1 Migration guide
30
+
***************************
31
+
32
+
1. This version adds support for Blake hash used in CASM class hash computation.
33
+
34
+
0.28.1 Targeted versions
35
+
------------------------
36
+
- Starknet - `0.14.0 <https://docs.starknet.io/learn/cheatsheets/version-notes#starknet-v0-14-0-september-1>`_ and `0.14.1 <https://docs.starknet.io/learn/cheatsheets/version-notes#starknet-v0-14-1-tbd>`_
0 commit comments