Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trim hex strings before converting to U64
This ensures that we trim leading zeros off the string such that the primitive checks for converting into a U64 that do a bounds check against the length of the string vs the largest possible number to be stored work more permissively with large 0 padded strings.
- Loading branch information