Skip to content
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

Merged
merged 10 commits into from
Jul 4, 2023
Merged

Port the crate to the piecrust-enabled ABI #77

merged 10 commits into from
Jul 4, 2023

Conversation

ureeves
Copy link
Member

@ureeves ureeves commented Jul 4, 2023

This is a follow up on #74, using a version of rusk-abi that doesn't bring in piecrust 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

Eduardo Leegwater Simões added 8 commits January 17, 2023 21:48
- 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
@ureeves ureeves marked this pull request as ready for review July 4, 2023 14:43
@codecov-commenter
Copy link

codecov-commenter commented Jul 4, 2023

Codecov Report

Merging #77 (4372562) into main (6d67f2b) will increase coverage by 9.58%.
The diff coverage is 42.10%.

❗ Current head 4372562 differs from pull request most recent head a04d877. Consider uploading reports for the commit a04d877 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
src/imp.rs 73.75% <0.00%> (+0.36%) ⬆️
src/lib.rs 46.57% <20.00%> (-4.18%) ⬇️
src/tx.rs 79.56% <47.61%> (+18.97%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d67f2b...a04d877. Read the comment docs.

@fed-franz fed-franz closed this Jul 4, 2023
@fed-franz fed-franz reopened this Jul 4, 2023
@ureeves ureeves merged commit de60174 into main Jul 4, 2023
@ureeves ureeves deleted the piecrust-0.6 branch July 4, 2023 16:03
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.

Remove TransactionSkeleton Port to be compatible with piecrust contract
4 participants