File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Migration 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******************************
5160.24.0 Migration guide
617******************************
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " starknet-py"
3- version = " 0.24.0 "
3+ version = " 0.24.1 "
44description = " A python SDK for Starknet"
55authors = [" Tomasz Rejowski <tomasz.rejowski@swmansion.com>" , " Jakub Ptak <jakub.ptak@swmansion.com>" ]
66include = [" starknet_py" , " starknet_py/utils/crypto/libcrypto_c_exports.*" ]
You can’t perform that action at this time.
0 commit comments