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

refactor to replace v1 by v2 and cleanup suffix #791

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hero78119
Copy link
Collaborator

@hero78119 hero78119 commented Dec 27, 2024

Previously to quick verify idea and avoid massive change, there are new functionality with suffix _v2. After experiment with good result, long time ago all logic already stick to v2 version and no longer use v1. This PR clean up all leftover v1 version, do renaming and file replacement without modify existing logic.

In summary

  • sumcheck/src/prover_v2.rs -> sumcheck/src/prover.rs
  • multilinear_extensions/src/virtual_poly_v2.rs -> multilinear_extensions/src/virtual_poly.rs
  • clean up all V2 suffix

This addressed previous out-dated PR #162, and as a preparation for #788, #702

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