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: make the deserializer human-unreadable (#165) #1

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

tyshko5
Copy link
Owner

@tyshko5 tyshko5 commented Nov 22, 2022

Currently, the Serializer sets is_human_readable to false, but the Deserializer implicitly sets it to true. This causes issues when other types try to use serde based on this value, as in zcash/pasta_curves#48, so this PR makes them consistently false.

BREAKING CHANGE: the Serde deserializer is now defined as non human readable

Currently, the Serializer sets `is_human_readable` to false, but the Deserializer implicitly sets it to true. This causes issues when other types try to use serde based on this value, as in zcash/pasta_curves#48, so this PR makes them consistently false.

BREAKING CHANGE: the Serde deserializer is now defined as non human readable
@tyshko5 tyshko5 merged commit 3f7ef7e into tyshko5:master Nov 22, 2022
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