-
Notifications
You must be signed in to change notification settings - Fork 9
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
Port the crate to the piecrust
-enabled ABI
#77
Conversation
- Add `Error::Utf8` variant - Change `UnprovenTransaction` serialization to no longer use `canonical` - Change `Error::Canon` variant to `Error::Rkyv` - Remove `Transaction` and `TransactionSkeleton` - Remove `canonical` dependency - Add `rkyv` dependency - Update dependencies to latest versions Resolves #69 Resolves #70
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #77 +/- ##
==========================================
+ Coverage 63.53% 73.12% +9.58%
==========================================
Files 3 3
Lines 724 573 -151
==========================================
- Hits 460 419 -41
+ Misses 264 154 -110
Continue to review full report in Codecov by Sentry.
|
This is a follow up on #74, using a version of
rusk-abi
that doesn't bring inpiecrust
in the dependency tree. We should likely rebase the previous PR's branch on top of this one, since it contains modifications required for the newest version of plonk.Resolves #69
Resolves #70