-
Notifications
You must be signed in to change notification settings - Fork 464
fix JSBigInt
payload type
#6911
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
fix JSBigInt
payload type
#6911
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any possible breaking changes here?
Only if someone is directly reference the It was introduced directly by myself in #5351 , and as far as I know I am the only user. This is not very practical since there was no bigint support, and always involves a coercion to |
Or we can just leave |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go ahead once CI is fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great.
a4dd3f6
to
8322b2b
Compare
Currently its payload isn't useful, because the
bigint_val
is opaque (by resi)