[Feat] Prover loading assets (circuits) dynamically - #1717
Merged
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prover can load assets while it has received a task.
It load the corresponding task according to the vk specified in universal task.
The updated notes for deployment can be checked in: https://www.notion.so/scrollzkp/Deployment-of-coordinator-prover-for-feynman-upgrade-2237792d22af807583c6cd3920bda3d2
Minor updates:
Induce new metrics: [Feat] Induce new metric for proving #1726
Fix the issue of forkname - version check: until now there is an issue in the forkname matching while handling the login of prover. As the result, only the repo version from prover is identical with which specified by
prover_manager.verifier.min_prover_versioncan be allowed to login. We have induced the fixing in this PR:.min_prover_versioncan loginmin_prover_versionfield can be added into any element inprover_manager.verifier.verifiersso any prover whose repo version lower than the optionalmin_prover_versionwould be excluded from the tasks for the corresponding forkingSummary by CodeRabbit
New Features
Refactor
Dependencies