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

Normalize bytes rather than storing hex representation of bytes #49

Merged
merged 13 commits into from
Feb 21, 2024

Conversation

insipx
Copy link
Contributor

@insipx insipx commented Feb 14, 2024

We were passing b"0xdead" to set_attribute instead of the bytes via Bytes::from_hex leading to issues with attribute values.

cleaned up integration tests a bit by creating set_attribute and revoke_attribute functions

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fb93d06) 97.24% compared to head (4dc4a71) 97.25%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #49   +/-   ##
=======================================
  Coverage   97.24%   97.25%           
=======================================
  Files          13       13           
  Lines        3054     3056    +2     
=======================================
+ Hits         2970     2972    +2     
  Misses         84       84           

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

Base automatically changed from insipx/xps-timestamp to main February 15, 2024 23:28
@insipx insipx merged commit f5053c1 into main Feb 21, 2024
6 checks passed
@insipx insipx deleted the insipx/byte-conversions branch February 21, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants