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

Breaking: changed Parity serialization to u8 #401

Merged
merged 2 commits into from Feb 24, 2022

Commits on Feb 9, 2022

  1. Improved error handling in Parity serde impl

    * Fixes error message to be according to the trait documentation
    * Uses `unexpected_value` to provide more information about the error
    Kixunil committed Feb 9, 2022
    Copy the full SHA
    662843e View commit details
    Browse the repository at this point in the history
  2. Breaking: changed Parity serialization to u8

    Serializing the value as `u8` is more compact but this is a breaking
    change.
    
    `Visitor` was renamed to avoid hungarian notation and maybe allow other
    integers in the future.
    Kixunil committed Feb 9, 2022
    Copy the full SHA
    e6cb588 View commit details
    Browse the repository at this point in the history