warp icon indicating copy to clipboard operation
warp copied to clipboard

Add remaining Solidity uint types

Open piwonskp opened this issue 2 years ago • 0 comments

Cairo 1 supports u8, u16, u32, [...], u256. However it doesn't support u24 for example. We have to add support for all u(8 * n) types by implementing them in warplib, a Serde trait for them with a boundary check and all other necessary traits. Conversions should also be modified accordingly

piwonskp avatar Jun 01 '23 09:06 piwonskp