Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Add remaining Solidity uint types #1079

Open
Tracked by #1083
piwonskp opened this issue Jun 1, 2023 · 0 comments
Open
Tracked by #1083

Add remaining Solidity uint types #1079

piwonskp opened this issue Jun 1, 2023 · 0 comments
Milestone

Comments

@piwonskp
Copy link
Contributor

piwonskp commented Jun 1, 2023

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 piwonskp added this to the Cairo 1.0 milestone Jun 1, 2023
@piwonskp piwonskp changed the title Add remaining Solidity types Add remaining Solidity uint types Jun 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant