Closed franciszekjob closed 3 months ago
Fix encoding of u128, i128 and timestamp
u128
i128
timestamp
Before: When typed data was decoded to StarknetTypedData and then encoded again to JSON, u128, i128 and timestamp were encoded as hex values Now: They are encoded in line with SNIP-12
StarknetTypedData
Closes #204, #205, #206
Describe your changes
Fix encoding of
u128
,i128
andtimestamp
Before: When typed data was decoded to
StarknetTypedData
and then encoded again to JSON,u128
,i128
andtimestamp
were encoded as hex values Now: They are encoded in line with SNIP-12Linked issues
Closes #204, #205, #206
Breaking changes