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

Remove disable proof verification configuration #358

Merged

Conversation

aterentic-ethernal
Copy link
Contributor

Since disable_proof_verification description is misleading and only
use of this parameter is to disable proof verification during the
confidence check, we can remove this parameter.

Since `disable_proof_verification` description is misleading and only
use of this parameter is to disable proof verification during the
confidence check, we can remove this parameter.
@codecov-commenter
Copy link

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (8e3d743) 35.93% compared to head (6b6bc3d) 35.94%.

Files Patch % Lines
src/light_client.rs 45.45% 12 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #358   +/-   ##
=======================================
  Coverage   35.93%   35.94%           
=======================================
  Files          29       29           
  Lines       12919    12901   -18     
=======================================
- Hits         4643     4637    -6     
+ Misses       8276     8264   -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@prabal-banerjee
Copy link
Contributor

But what do we use instead to fetch cells without verifying proof?

@aterentic-ethernal
Copy link
Contributor Author

But what do we use instead to fetch cells without verifying proof?

This covers only random sampling cells, which is insignificant.

@aterentic-ethernal aterentic-ethernal merged commit f925448 into main Nov 22, 2023
1 check passed
@aterentic-ethernal aterentic-ethernal deleted the remove-disable-proof-verification-configuration branch November 22, 2023 16:58
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.

7 participants