Skip to content

Added support for ByteString in _restore_typed_primitive #279

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

Merged
merged 7 commits into from
Nov 3, 2023

Conversation

theeldermillenial
Copy link
Contributor

I ran into a bug where restoring a datum after serialization cannot handle ByteString.

This PR fixes the issue.

I'm glad a release hasn't been pushed yet :)

@nielstron
Copy link
Contributor

Please run make qa locally and fix all occuring errors (/fix the errors reported in the CI)

@codecov-commenter
Copy link

codecov-commenter commented Nov 3, 2023

Codecov Report

Merging #279 (67add7a) into main (af8afdc) will decrease coverage by 0.12%.
The diff coverage is 0.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #279      +/-   ##
==========================================
- Coverage   84.74%   84.63%   -0.12%     
==========================================
  Files          26       26              
  Lines        3067     3071       +4     
  Branches      750      752       +2     
==========================================
  Hits         2599     2599              
- Misses        350      353       +3     
- Partials      118      119       +1     
Files Coverage Δ
pycardano/serialization.py 82.38% <0.00%> (-1.05%) ⬇️

@theeldermillenial
Copy link
Contributor Author

That's what I get for being lazy.

Ready to go.

@cffls cffls merged commit cd1f359 into Python-Cardano:main Nov 3, 2023
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