This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mrain
changed the title
Qc key agg new
feat: qc key aggregate gadget in short Weierstrass form
Jun 28, 2023
mrain
changed the title
feat: qc key aggregate gadget in short Weierstrass form
feat: QC key aggregate gadget in short Weierstrass form
Jun 28, 2023
mrain
changed the title
feat: QC key aggregate gadget in short Weierstrass form
feat: QC key aggregate gadget
Jul 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job and LGTM, only 2 minor comments
chancharles92
approved these changes
Jul 11, 2023
alxiong
added a commit
that referenced
this pull request
Jul 21, 2023
* refactor: make stake table impl generic over key type * fix err * feat: QC key aggregate gadget (#74) * update to the newest interface * refactor keyagg gadget * update doc * update test name * public inputs * remove cargo.lock * refactor qc gadgets * refactor qc gadgets * remove branch from jellyfish deps * updated comments * more comments --------- Co-authored-by: Chengyu Lin <linmrain@gmail.com>
alxiong
added a commit
that referenced
this pull request
Jul 27, 2023
…#66) * reorg qc trait and impl * rename: QCValidation->QC, BitvectorQuorumCertificate->BitVectorQC, ::Proof->::QC, partial_sign->sign, active_keys->signers * add QC::trace() API * remove CheckedType since it's unused (and unclear why we need it) * add back check()->Result<QuorumSize> * feat: introduce trait StakeTableScheme * refactor: move most ST methods under trait impl * chore: renaming from pending,frozen,active to head,epoch_start,last_epoch_start * fix: add Cargo.lock to avoid CI error * use concrete StakeTableError instead of Self::Error * feat: implement an iter for PersistentMerkleNode * refactor: make stake table impl generic over key type (#81) * refactor: make stake table impl generic over key type * fix err * feat: QC key aggregate gadget (#74) * update to the newest interface * refactor keyagg gadget * update doc * update test name * public inputs * remove cargo.lock * refactor qc gadgets * refactor qc gadgets * remove branch from jellyfish deps * updated comments * more comments --------- Co-authored-by: Chengyu Lin <linmrain@gmail.com> * wip: using generic ST api instead of StakeEntry * use IntoFields for VerKey, fix test to avoid projective coordinate mismatch * repin to jellyfish main * accept IntoIter instead of Vec * move simple_lookup to trait StakeTableScheme --------- Co-authored-by: Chengyu Lin <linmrain@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
closes: #71