Skip to content

Fix/parse raw plutus data #220

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 3 commits into from
Apr 22, 2023

Conversation

nielstron
Copy link
Contributor

When annotating serializable classes with Datum, the deserialization would fail when trying to initialize an IndefiniteList from the given object. This fixes the issue (the result will be RawPlutusData)

@nielstron nielstron requested a review from cffls April 22, 2023 13:42
@nielstron nielstron force-pushed the fix/parse_raw_plutus_data branch from f6fa9f4 to 45c646b Compare April 22, 2023 13:43
@codecov-commenter
Copy link

codecov-commenter commented Apr 22, 2023

Codecov Report

Merging #220 (1308e8d) into main (3c76964) will increase coverage by 0.01%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #220      +/-   ##
==========================================
+ Coverage   82.55%   82.57%   +0.01%     
==========================================
  Files          26       26              
  Lines        2906     2909       +3     
  Branches      698      698              
==========================================
+ Hits         2399     2402       +3     
  Misses        403      403              
  Partials      104      104              
Impacted Files Coverage Δ
pycardano/plutus.py 87.39% <100.00%> (ø)
pycardano/serialization.py 86.92% <100.00%> (+0.14%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cffls cffls merged commit b1cda02 into Python-Cardano:main Apr 22, 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.

3 participants