Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants