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

Support for BigNumber and BigInt #5

Open
1 task done
michaelessiet opened this issue Mar 26, 2024 · 0 comments
Open
1 task done

Support for BigNumber and BigInt #5

michaelessiet opened this issue Mar 26, 2024 · 0 comments

Comments

@michaelessiet
Copy link

Describe the feature

I'm requesting for BigNumber and BigInt data types to be supported because nowadays Javascript is used almost everywhere and anywhere it runs, whether that be on the server, client or others.

While using Javascript with cryptocurrency or web3 libraries I have noticed that it's almost impossible to develop anything production ready without using a BigNumber or BigInt data type. The same applies for data analytics, I came to the cross road of having to choose between python or javascript while building an analytics formatting and filtering script for the place I work. Long story short, I went with python since it supports numbers greater than 2^32 without an external package

Additional information

  • Would you be willing to help implement this feature?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant