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 for Timestamp, Duration and Any type #44

Merged
merged 13 commits into from
Sep 30, 2022

Conversation

iboss-ptk
Copy link
Collaborator

@iboss-ptk iboss-ptk commented Sep 30, 2022

  • coerce ints from json string for deserialization
  • add contract for testing serde with chain's logic
  • fix Timestamp, Duration and Any deserialization
  • update types to match v12

note that current Any serde is a bit of a hack (see more #43)

closes #42

@iboss-ptk iboss-ptk changed the title Fix Json deserialization for Any type Fix Json deserialization for Timestamp, Duration and Any type Sep 30, 2022
@iboss-ptk iboss-ptk merged commit 599a023 into main Sep 30, 2022
@iboss-ptk iboss-ptk deleted the boss/fix-json-deser branch September 30, 2022 03:56
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.

Handle uint / Any type (de)serialization discrepancy
1 participant