-
-
Notifications
You must be signed in to change notification settings - Fork 74
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 BigInt support #80
Comments
I'd like someone else to review this if possible, please. |
Is there any way to tell cbor to use BigNumber again on platforms that do not support BigInt? |
No. There are a few options you could take:
|
@cbettinger see how one person solved it here: https://github.com/Path-Check/universal-verifier-app/blob/dd41eaf8c2b3f927541112ec71a65ca14cc2424d/index.js |
Thank you very much for your research! |
@cbettinger I've added a |
Node 10.7 implements BigInt
The text was updated successfully, but these errors were encountered: