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

refactor(types): Support more primitives when deserializing currency #69

Merged
merged 4 commits into from
Dec 2, 2024

Conversation

n8maninger
Copy link
Member

Adds support for signed and unsigned integer when deserializing Currency. This is useful for WASM when converting from the native JS bigint to the Rust Currency struct.

@n8maninger n8maninger changed the title Support more primitives when deserializing currency refactor(types): Support more primitives when deserializing currency Dec 2, 2024
sia/src/types/currency.rs Show resolved Hide resolved
sia/src/types/currency.rs Show resolved Hide resolved
@n8maninger n8maninger force-pushed the nate/currency-visitor branch from 9b2c005 to a9d2094 Compare December 2, 2024 16:53
@n8maninger n8maninger merged commit c75330f into master Dec 2, 2024
2 checks passed
@n8maninger n8maninger deleted the nate/currency-visitor branch December 2, 2024 16:57
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.

3 participants