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

Fix nonce deserialization for big integers #765

Merged
merged 1 commit into from
Feb 18, 2023
Merged

Conversation

lukellmann
Copy link
Member

While #632 already fixed some cases in which the nonce field of a message couldn't be deserialized, we were made aware of cases where the integer received for that field didn't fit into the range of an Int, resulting in a NumberFormatException.

see https://discord.com/channels/556525343595298817/1074993316220895302

While #632 already fixed some cases in which the nonce field of a
message couldn't be deserialized, we were made aware of cases where
the integer received for that field didn't fit into the range of an Int,
resulting in a NumberFormatException.

see https://discord.com/channels/556525343595298817/1074993316220895302
@lukellmann lukellmann merged commit ff70d96 into 0.8.x Feb 18, 2023
@lukellmann lukellmann deleted the nonce-deserialization branch February 18, 2023 08:07
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

Successfully merging this pull request may close these issues.

2 participants