-
Notifications
You must be signed in to change notification settings - Fork 156
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
Feature: deserialize AIR private input #1589
Feature: deserialize AIR private input #1589
Conversation
On a related topic, I do think it would make sense to have Any thoughts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any tests for this?
05288e0
to
680e633
Compare
Added a unit test and rebased. |
680e633
to
9206a77
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1589 +/- ##
=======================================
Coverage 97.66% 97.67%
=======================================
Files 91 91
Lines 37318 37393 +75
=======================================
+ Hits 36448 36523 +75
Misses 870 870 ☔ View full report in Codecov by Sentry. |
@odesenfans Here too, just merge conflicts and we will merge it! |
8d8d5d8
8d8d5d8
to
ca261bc
Compare
@odesenfans were you able to merge main? |
Added an implementation of `From<AirPrivateInputSerializable>` for AirPrivateInput.
ca261bc
to
5830048
Compare
Hey @pefontana , sorry I was busy with something else. I just rebased the branch. |
Added an implementation of
From<AirPrivateInputSerializable>
for AirPrivateInput, making it easier to interact with already generated private inputs.Checklist