forked from 0xPolygonZero/plonky2
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dev cliff upgrade plonky2 bn254 with latest plonky2 v0.2.0 #16
Merged
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
Pin nightly version to 2024-02-01
* Switch permutation argument for logUp in starky * Apply comments * Refactor check_lookup_options * Comments * Add more visibility * std -> core * Revert "Add more visibility" This reverts commit 2b4e50e. * Add more visibility to lookup items
…nZero#1502) This reverts commit af0259c.
* Cleanup alloc/std versions for plonky2 * Fix import for macro
…lygonZero#1503) * Update prover logic * Add helper method for CTL data * Some cleanup * Update some methods * Fix * Some more fixes * More tweaks * Final * Leverage starky crate * Additional tweaks * Cleanup * More cleanup * Fix * Cleanup imports * Fix * Final tweaks * Cleanup and hide behind debug_assertions attribute * Clippy * Fix no-std * Make wasm compatible * Doc and remove todo * API cleanup and remove TODO * Add Debug impls * Add documentation for public items * Feature-gate alloc imports * Import method from starky instead * Add simple crate and module documentation * Apply comments * Add lib level documentation * Add test without lookups * Fix starks without logup * Cleanup * Some more cleanup * Fix get_challenges for non-lookup STARKs * Add additional config methods and tests * Apply comments * More comments
* Simulate jumpdest data with the interpreter * Fix mising type paramenter on some tests * Refactor simulation and fix some intepreter bugs * Fix bug in interpreter * Apply suggestions from code review Co-authored-by: Robin Salen <[email protected]> * Address remaining reviews * [WIP] Fixing memory issue * [WIP] Fixed memory issue but erc20 failing * Fix interpreter halting issue * Restore transition.rs * Minor * Adress reviews * Address reviews * Missing fix --------- Co-authored-by: Robin Salen <[email protected]>
) * Add additional methods for Poseidon with PackedField * Apply comments * Comment --------- Co-authored-by: Linda Guiga <[email protected]>
* adjust to no_std build * disable default features of serde_json * cargo fmt & clippy * fix review remarks
* Add hash public input methods * Change vecs to arrays * :: * Fix method name
…Serializer` (0xPolygonZero#1531) * Implement Default for DefaultGateSerializer and DefaultGeneratorSerializer * Apply comments * Update doc * Clippy
* Fix clippy for maybe_rayon * Remove reimports
* Add Debug impl for types * Remove outdated clippy lint exceptions * Hide internal custom gate methods and make some const
* Bump versions * Bump hashbrown and ahash accordingly * Update changelog
…1540) * chore: remove conditional compilation for debug_utils * chore: update CHANGELOG
Create CODEOWNERS
example documentation fix
* Enable starks without constraints * Clippy * Add test stark without constraints * Missing file * Missing changes in the recursive side * Fix bug with recursion * Missing import * Clippy * Apply suggestions from code review Co-authored-by: Robin Salen <[email protected]> * Address reviews * Fix TODO * Apply suggestions from code review Co-authored-by: Linda Guiga <[email protected]> * More reviews * Fix bug in eval_helper_columns * Apply suggestions from code review Co-authored-by: Robin Salen <[email protected]> * Address reviews * Allow <= blowup_factor + 1 constraints + reviews * Add unconstrined Stark * Missing file * Remove asserts --------- Co-authored-by: Robin Salen <[email protected]> Co-authored-by: Linda Guiga <[email protected]>
support bn128 and circom
cliff0412
changed the title
Dev cliff upgrade v0.2.0
Dev cliff upgrade plonky2 bn254 with latest plonky2 v0.2.0
Apr 2, 2024
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.
No description provided.