Skip to content

TryFrom for FixValue variants into Fix#20

Merged
0xPlish merged 1 commit intomasterfrom
try-into-value
Mar 12, 2025
Merged

TryFrom for FixValue variants into Fix#20
0xPlish merged 1 commit intomasterfrom
try-into-value

Conversation

@0xPlish
Copy link
Copy Markdown
Contributor

@0xPlish 0xPlish commented Mar 12, 2025

Previously the library would unsafely allow conversion from e.g. UFixValue64
straight to UFix64 without checking the exponent. It has been modified to use a
TryFrom instance instead of a pure From.

@0xPlish 0xPlish merged commit 1e8e093 into master Mar 12, 2025
1 check passed
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.

2 participants