Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a BigInt option to recs Type #324

Closed
FlynnSC opened this issue Jan 6, 2023 · 1 comment
Closed

Add a BigInt option to recs Type #324

FlynnSC opened this issue Jan 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@FlynnSC
Copy link

FlynnSC commented Jan 6, 2023

Currently you can use Type.String and defineStringComponent to handle large numbers like uint256s client-side, but this means that you have to convert them to bigints any time you want to do arithmetic with them, and then convert them back to a string if you want to save the new value. Having the ability to get and set bigints directly to/from the component would be nicer.

@alvrs alvrs added the enhancement New feature or request label Jan 6, 2023
@holic
Copy link
Member

holic commented Jul 10, 2023

done in 29fefae

@holic holic closed this as completed Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants