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

feat: Allow parsing big number from string value #1684

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexV525
Copy link

@AlexV525 AlexV525 commented Feb 5, 2025

Changes

BigInts were deserialized from num in the code base but serialized to Strings. The type becomes incompatible when a cache layer stores the serialized data and deserializes them when reading from the cache.

Checklist

  • PR is ready for review (if not, it should be a draft).
  • PR title follows Conventional Commits guidelines.
  • Screenshots/video added.
  • Tests added.
  • Self-review done.

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.

1 participant