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
Currently Swift doesn't support native 128-bit integers. This is a limitation while encoding u128, i128 and timestamp. Big(U)Int lets ur represent 128-bit integers, however they cannot be encoded (eg. while encoding StarkneTypedData. Once 0425-int128 is accepted (eta. in swift 6.0), update usage of Int64 and UInt64 to Int128 and UInt128 in StarknetTypedData.
The text was updated successfully, but these errors were encountered:
Feature Request
Currently Swift doesn't support native 128-bit integers. This is a limitation while encoding
u128
,i128
andtimestamp
.Big(U)Int
lets ur represent 128-bit integers, however they cannot be encoded (eg. while encodingStarkneTypedData
. Once 0425-int128 is accepted (eta. in swift6.0
), update usage ofInt64
andUInt64
toInt128
andUInt128
inStarknetTypedData
.The text was updated successfully, but these errors were encountered: