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: json deserialization from payload fails with i128 is not supported #712

Conversation

paulobressan
Copy link
Member

Close #709

As json does not support i128, I believe the best way is to standardize serialization to string.

@paulobressan paulobressan changed the base branch from main to lts/v1 October 5, 2023 21:43
src/model.rs Outdated Show resolved Hide resolved
@scarmuega scarmuega merged commit d25e265 into lts/v1 Oct 7, 2023
4 of 6 checks passed
@scarmuega scarmuega deleted the 709-json-deserialization-from-payload-fails-with-i128-is-not-supported branch October 7, 2023 00:03
W95Psp pushed a commit to hacspec/hax that referenced this pull request Jun 30, 2024
W95Psp pushed a commit to hacspec/hax that referenced this pull request Jul 1, 2024
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.

JSON deserialization from payload fails with i128 is not supported
2 participants