Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add i128 deserialization #1141

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Add i128 deserialization #1141

merged 2 commits into from
Oct 18, 2024

Commits on Jun 17, 2024

  1. Add i128 deserialization

    Implemented serde::de::Visitor::visit_i128.
    This fixes compatability with Ipld::Integer when using DagJsonCodec.
    druide committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    168ef4b View commit details
    Browse the repository at this point in the history
  2. Fix tests

    druide committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4f12af0 View commit details
    Browse the repository at this point in the history