Skip to content

Commit 8e8957f

Browse files
kkawuladdoktorski
andauthored
v0.24.1 [skip ci] (#1453)
* v0.24.1 * Update pyproject.toml * Update docs/migration_guide.rst Co-authored-by: ddoktorski <45050160+ddoktorski@users.noreply.github.com> * [skip ci] Update docs for Migration guide v0.24.1 --------- Co-authored-by: ddoktorski <45050160+ddoktorski@users.noreply.github.com>
1 parent 309bf97 commit 8e8957f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/migration_guide.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Migration guide
22
===============
33

4+
******************************
5+
0.24.1 Migration guide
6+
******************************
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.
8+
9+
0.24.1 Minor changes
10+
--------------------
11+
12+
1. Fixed parsing ABI that contains `u96` data type.
13+
2. Fixed `l1_address` deserialization in `L2toL1MessageSchema`.
14+
415
******************************
516
0.24.0 Migration guide
617
******************************

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "starknet-py"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
description = "A python SDK for Starknet"
55
authors = ["Tomasz Rejowski <tomasz.rejowski@swmansion.com>", "Jakub Ptak <jakub.ptak@swmansion.com>"]
66
include = ["starknet_py", "starknet_py/utils/crypto/libcrypto_c_exports.*"]

0 commit comments

Comments
 (0)