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: from_hex panic #887

Merged
merged 4 commits into from
Aug 12, 2024
Merged

fix: from_hex panic #887

merged 4 commits into from
Aug 12, 2024

Conversation

Oppen
Copy link
Member

@Oppen Oppen commented Aug 12, 2024

Address #886
Issue was an off-by-one in UnsignedInteger::is_hex_string

Type of change

  • Bug fix

Checklist

  • Linked to Github Issue
  • Unit tests added

@Oppen Oppen requested a review from a team as a code owner August 12, 2024 15:34
@Oppen Oppen changed the title fix/from hex panic fix: from_hex panic Aug 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.06%. Comparing base (e09040f) to head (0f73f7c).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #887   +/-   ##
=======================================
  Coverage   72.05%   72.06%           
=======================================
  Files         149      149           
  Lines       33408    33414    +6     
=======================================
+ Hits        24073    24079    +6     
  Misses       9335     9335           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Oppen Oppen added this pull request to the merge queue Aug 12, 2024
Merged via the queue into main with commit 3f4f2a8 Aug 12, 2024
7 checks passed
@Oppen Oppen deleted the fix/from_hex_panic branch August 12, 2024 16:36
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.

4 participants