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

Prover Client Functional Tests #439

Closed
wants to merge 3 commits into from
Closed

Conversation

MdTeach
Copy link
Contributor

@MdTeach MdTeach commented Oct 29, 2024

Description

  • Adds functional test for the prover client deposit/withdrawal
  • Prover Client Arg Update
  • Disable credential check for each individual CL block in the CL guest code as its done in batch proof

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/Enhancement (non-breaking change which adds functionality or enhances an existing one)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor
  • New or updated tests

Checklist

  • I have performed a self-review of my code.
  • I have commented my code where necessary.
  • I have updated the documentation if needed.
  • My changes do not introduce new warnings.
  • I have added tests that prove my changes are effective or that my feature works.
  • New and existing tests pass with my changes.

Related Issues

@MdTeach MdTeach closed this Oct 29, 2024
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 56.95%. Comparing base (a14d926) to head (3c7ed13).
Report is 29 commits behind head on releases/0.1.0.

Files with missing lines Patch % Lines
crates/proof-impl/cl-stf/src/lib.rs 0.00% 2 Missing ⚠️
@@                Coverage Diff                 @@
##           releases/0.1.0     #439      +/-   ##
==================================================
- Coverage           57.16%   56.95%   -0.21%     
==================================================
  Files                 256      263       +7     
  Lines               27048    27997     +949     
==================================================
+ Hits                15462    15947     +485     
- Misses              11586    12050     +464     
Files with missing lines Coverage Δ
crates/proof-impl/cl-stf/src/lib.rs 40.69% <0.00%> (+15.69%) ⬆️

... and 29 files with indirect coverage changes

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.

1 participant