warp
warp copied to clipboard
Add remaining Solidity uint types
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